Class UpdateCommentCmd
java.lang.Object
com.flowable.platform.engine.impl.cmd.UpdateCommentCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<CommentEntity>
public class UpdateCommentCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<CommentEntity>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
commentId
-
updatedContent
-
-
Constructor Details
-
UpdateCommentCmd
-
-
Method Details
-
execute
public CommentEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<CommentEntity>
-