Class SendMediaMessageToConversationCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.BaseSendMessageCmd
com.flowable.engage.engine.impl.cmd.SendMediaMessageToConversationCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<MessageEntity>
public class SendMediaMessageToConversationCmd extends BaseSendMessageCmd
- Author:
- Filip Hrisafov, Joram Barrez
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SendMediaMessageToConversationCmd(MessageBuilderImpl messageBuilder)
-
Method Summary
Modifier and Type Method Description protected void
afterPersist(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, MessageEntity entity)
protected void
beforePersist(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, MessageEntity entity)
protected void
validateCommand()
Methods inherited from class com.flowable.engage.engine.impl.cmd.BaseSendMessageCmd
checkActionInstanceExists, checkReplyToMessageIdExists, createActionInstance, createEntity, createMessage, execute, findActionDefinition, getMessageBuilder, getMessageEntityManager, getOrRenderMainContent, retrieveConversation
-
Constructor Details
-
Method Details
-
validateCommand
protected void validateCommand()- Overrides:
validateCommand
in classBaseSendMessageCmd
-
beforePersist
protected void beforePersist(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, MessageEntity entity)- Overrides:
beforePersist
in classBaseSendMessageCmd
-
afterPersist
protected void afterPersist(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, MessageEntity entity)- Overrides:
afterPersist
in classBaseSendMessageCmd
-