Class ExternalConversationServiceImpl

java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<EngageEngineConfiguration>
com.flowable.engage.engine.impl.conversation.ExternalConversationServiceImpl
All Implemented Interfaces:
ExternalConversationService

public class ExternalConversationServiceImpl
extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<EngageEngineConfiguration>
implements ExternalConversationService
Author:
Filip Hrisafov
  • Field Summary

    Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl

    commandExecutor

    Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl

    configuration
  • Constructor Summary

    Constructors 
    Constructor Description
    ExternalConversationServiceImpl​(EngageEngineConfiguration configuration)  
  • Method Summary

    Modifier and Type Method Description
    protected ExternalConversationSystemAdapter getAdapter​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.lang.String externalSystemId)  
    ExternalConversationSystemAdapter getExternalSystemAdapter​(java.lang.String externalSystemId)  
    void sendMessage​(java.lang.String recipientAccountId, java.lang.String messageId)
    Invoked by the engagement system to send a message to an external user account.
    void validateMessage​(com.flowable.core.idm.api.UserAccount recipientAccount, Message message)
    Invoked byb the engagement system to validate the message that should be sent to the external user account.

    Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl

    getCommandExecutor, setCommandExecutor

    Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl

    getConfiguration

    Methods inherited from class java.lang.Object

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