Class CreateCommentCmd

java.lang.Object
com.flowable.platform.engine.impl.cmd.CreateCommentCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Comment>

public class CreateCommentCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<Comment>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected CommentBuilderImpl commentBuilder  
  • Constructor Summary

    Constructors 
    Constructor Description
    CreateCommentCmd​(CommentBuilderImpl commentBuilder)  
  • Method Summary

    Modifier and Type Method Description
    Comment execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait