Class FindCommentById

  • All Implemented Interfaces:
    org.flowable.common.engine.impl.interceptor.Command<Comment>

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

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

      Constructors 
      Constructor Description
      FindCommentById​(java.lang.String id)  
    • Method Summary

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

      • id

        protected java.lang.String id
    • Constructor Detail

      • FindCommentById

        public FindCommentById​(java.lang.String id)
    • Method Detail

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