Class GetTaskCommentsByTypeCmd

    • Field Summary

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

      Constructors 
      Constructor Description
      GetTaskCommentsByTypeCmd​(java.lang.String taskId, java.lang.String type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Comment> execute​(CommandContext commandContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        protected java.lang.String type
    • Constructor Detail

      • GetTaskCommentsByTypeCmd

        public GetTaskCommentsByTypeCmd​(java.lang.String taskId,
                                        java.lang.String type)