public class ConversationScopedObjectProvider extends Object implements com.flowable.action.api.runtime.ScopedObjectProvider<Conversation>
| Modifier and Type | Field and Description | 
|---|---|
| protected ConversationService | conversationService | 
| Constructor and Description | 
|---|
| ConversationScopedObjectProvider(ConversationService conversationService) | 
| Modifier and Type | Method and Description | 
|---|---|
| Conversation | getScopedObject(String scopeType,
               String scopeId,
               com.flowable.core.common.api.security.SecurityScope securityScope) | 
| String | getScopeType() | 
protected final ConversationService conversationService
public ConversationScopedObjectProvider(ConversationService conversationService)
public String getScopeType()
getScopeType in interface com.flowable.action.api.runtime.ScopedObjectProvider<Conversation>public Conversation getScopedObject(String scopeType, String scopeId, com.flowable.core.common.api.security.SecurityScope securityScope)
getScopedObject in interface com.flowable.action.api.runtime.ScopedObjectProvider<Conversation>Copyright © 2019. All rights reserved.