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)
-
-
-
Field Detail
-
commentBuilder
protected CommentBuilderImpl commentBuilder
-
-
Constructor Detail
-
CreateCommentCmd
public CreateCommentCmd(CommentBuilderImpl commentBuilder)
-
-
Method Detail
-
execute
public Comment execute(CommandContext commandContext)
-
-