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