Class UpdateCommentCmd
- java.lang.Object
-
- com.flowable.platform.engine.impl.cmd.UpdateCommentCmd
-
- All Implemented Interfaces:
Command<CommentEntity>
public class UpdateCommentCmd extends Object implements Command<CommentEntity>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
commentId
protected String
updatedContent
-
Constructor Summary
Constructors Constructor Description UpdateCommentCmd(String commentId, String updatedContent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentEntity
execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public CommentEntity execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<CommentEntity>
-
-