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 Details

    • commentId

      protected String commentId
    • updatedContent

      protected String updatedContent
  • Constructor Details

    • UpdateCommentCmd

      public UpdateCommentCmd(String commentId, String updatedContent)
  • Method Details

    • execute

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