public class UpdateMessageContentCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<MessageEntity>
| Modifier and Type | Field and Description |
|---|---|
protected String |
mainContent |
protected String |
messageId |
| Constructor and Description |
|---|
UpdateMessageContentCmd(String messageId,
String mainContent) |
| Modifier and Type | Method and Description |
|---|---|
MessageEntity |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
public MessageEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<MessageEntity>Copyright © 2019. All rights reserved.