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