Class BaseUpdateMessageContentCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.BaseUpdateMessageContentCmd
- All Implemented Interfaces:
Command<MessageEntity>
- Direct Known Subclasses:
UpdateMessageContentCmd,UpdateMessageMediaContentCmd,UpdateMessageMediaContentIdCmd
- Author:
- Luis Belloch, Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MessageAuditEntityauditMessage(MessageEntity message, String updaterId, Date updateTime, CommandContext commandContext) execute(CommandContext commandContext) protected abstract voidupdateMessage(MessageEntity message, CommandContext commandContext) protected voidprotected voidvalidateMessage(MessageEntity message)
-
Field Details
-
messageId
-
-
Constructor Details
-
BaseUpdateMessageContentCmd
-
-
Method Details
-
execute
- Specified by:
executein interfaceCommand<MessageEntity>
-
auditMessage
protected MessageAuditEntity auditMessage(MessageEntity message, String updaterId, Date updateTime, CommandContext commandContext) -
validateCommand
protected void validateCommand() -
validateMessage
-
updateMessage
-