Class 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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • commentId

        protected java.lang.String commentId
      • updatedContent

        protected java.lang.String updatedContent
    • Constructor Detail

      • UpdateCommentCmd

        public UpdateCommentCmd​(java.lang.String commentId,
                                java.lang.String updatedContent)
    • Method Detail

      • 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>