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()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait