Class SendActionMessageToConversationCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.BaseSendMessageCmd
com.flowable.engage.engine.impl.cmd.SendActionMessageToConversationCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<MessageEntity>
public class SendActionMessageToConversationCmd
extends BaseSendMessageCmd
implements org.flowable.common.engine.impl.interceptor.Command<MessageEntity>
- Author:
- Tijs Rademakers
-
Field Summary
Fields inherited from class com.flowable.engage.engine.impl.cmd.BaseSendMessageCmd
messageBuilder
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.flowable.engage.engine.impl.cmd.BaseSendMessageCmd
afterPersist, beforePersist, checkActionInstanceExists, checkReplyToMessageIdExists, createActionInstance, createEntity, createMessage, execute, findActionDefinition, getMessageBuilder, getMessageEntityManager, getOrRenderMainContent, retrieveConversation
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.impl.interceptor.Command
execute
-
Constructor Details
-
SendActionMessageToConversationCmd
-
-
Method Details
-
validateCommand
protected void validateCommand()- Overrides:
validateCommand
in classBaseSendMessageCmd
-