Class ConversationScopedObjectProvider
- java.lang.Object
-
- com.flowable.engage.engine.impl.action.ConversationScopedObjectProvider
-
- All Implemented Interfaces:
ScopedObjectProvider<Conversation,Conversation>
public class ConversationScopedObjectProvider extends Object implements ScopedObjectProvider<Conversation,Conversation>
-
-
Field Summary
Fields Modifier and Type Field Description protected ConversationService
conversationService
-
Constructor Summary
Constructors Constructor Description ConversationScopedObjectProvider(ConversationService conversationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Conversation
getScopedObject(String scopeType, String scopeId, SecurityScope securityScope)
String
getScopeType()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.flowable.action.api.runtime.ScopedObjectProvider
getHistoricScopedObject
-
-
-
-
Field Detail
-
conversationService
protected final ConversationService conversationService
-
-
Constructor Detail
-
ConversationScopedObjectProvider
public ConversationScopedObjectProvider(ConversationService conversationService)
-
-
Method Detail
-
getScopeType
public String getScopeType()
- Specified by:
getScopeType
in interfaceScopedObjectProvider<Conversation,Conversation>
-
getScopedObject
public Conversation getScopedObject(String scopeType, String scopeId, SecurityScope securityScope)
- Specified by:
getScopedObject
in interfaceScopedObjectProvider<Conversation,Conversation>
-
-