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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetScopedObject(String scopeType, String scopeId, SecurityScope securityScope) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.flowable.action.api.runtime.ScopedObjectProvider
getHistoricScopedObject
-
Field Details
-
conversationService
-
-
Constructor Details
-
ConversationScopedObjectProvider
-
-
Method Details
-
getScopeType
- Specified by:
getScopeTypein interfaceScopedObjectProvider<Conversation,Conversation>
-
getScopedObject
- Specified by:
getScopedObjectin interfaceScopedObjectProvider<Conversation,Conversation>
-