Class UpdateMessageContentCmd
- java.lang.Object
-
- com.flowable.engage.engine.impl.cmd.BaseUpdateMessageContentCmd
-
- com.flowable.engage.engine.impl.cmd.UpdateMessageContentCmd
-
- All Implemented Interfaces:
Command<MessageEntity>
public class UpdateMessageContentCmd extends BaseUpdateMessageContentCmd
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected String
mainContent
-
Fields inherited from class com.flowable.engage.engine.impl.cmd.BaseUpdateMessageContentCmd
messageId
-
-
Constructor Summary
Constructors Constructor Description UpdateMessageContentCmd(String messageId, String mainContent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
updateMessage(MessageEntity message, CommandContext commandContext)
-
Methods inherited from class com.flowable.engage.engine.impl.cmd.BaseUpdateMessageContentCmd
auditMessage, execute, validateCommand, validateMessage
-
-
-
-
Field Detail
-
mainContent
protected String mainContent
-
-
Method Detail
-
updateMessage
protected void updateMessage(MessageEntity message, CommandContext commandContext)
- Specified by:
updateMessage
in classBaseUpdateMessageContentCmd
-
-