Class CreateCommentCmd
- java.lang.Object
-
- com.flowable.platform.engine.impl.cmd.CreateCommentCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected CommentBuilderImpl
commentBuilder
-
Constructor Summary
Constructors Constructor Description CreateCommentCmd(CommentBuilderImpl commentBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Comment
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
-
-
Field Detail
-
commentBuilder
protected CommentBuilderImpl commentBuilder
-
-
Constructor Detail
-
CreateCommentCmd
public CreateCommentCmd(CommentBuilderImpl commentBuilder)
-
-