public class UpdateMessageCategoryCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<MessageEntity>
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
messageId |
| Constructor and Description |
|---|
UpdateMessageCategoryCmd(String messageId,
String category) |
| 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.