Class ConversationScopedObjectProvider
java.lang.Object
com.flowable.engage.engine.impl.action.ConversationScopedObjectProvider
- All Implemented Interfaces:
com.flowable.action.api.runtime.ScopedObjectProvider<Conversation>
public class ConversationScopedObjectProvider extends java.lang.Object implements com.flowable.action.api.runtime.ScopedObjectProvider<Conversation>
-
Field Summary
Fields Modifier and Type Field Description protected ConversationService
conversationService
-
Constructor Summary
Constructors Constructor Description ConversationScopedObjectProvider(ConversationService conversationService)
-
Method Summary
Modifier and Type Method Description Conversation
getScopedObject(java.lang.String scopeType, java.lang.String scopeId, com.flowable.core.common.api.security.SecurityScope securityScope)
java.lang.String
getScopeType()
-
Field Details
-
Constructor Details
-
Method Details
-
getScopeType
public java.lang.String getScopeType()- Specified by:
getScopeType
in interfacecom.flowable.action.api.runtime.ScopedObjectProvider<Conversation>
-
getScopedObject
public Conversation getScopedObject(java.lang.String scopeType, java.lang.String scopeId, com.flowable.core.common.api.security.SecurityScope securityScope)- Specified by:
getScopedObject
in interfacecom.flowable.action.api.runtime.ScopedObjectProvider<Conversation>
-