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 java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<CommentEntity>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String commentId  
    protected java.lang.String updatedContent  
  • Constructor Summary

    Constructors 
    Constructor Description
    UpdateCommentCmd​(java.lang.String commentId, java.lang.String updatedContent)  
  • Method Summary

    Modifier and Type Method Description
    CommentEntity 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
  • Field Details

  • Constructor Details

    • UpdateCommentCmd

      public UpdateCommentCmd​(java.lang.String commentId, java.lang.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>