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 Object implements org.flowable.common.engine.impl.interceptor.Command<Comment>
  • Field Details

  • Constructor Details

  • Method Details

    • execute

      public Comment execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Comment>