Class CaseCommentsPresenter

    • Constructor Detail

      • CaseCommentsPresenter

        public CaseCommentsPresenter()
    • Method Detail

      • getPageSize

        public int getPageSize()
      • setCurrentPage

        public void setCurrentPage​(int i)
      • getCurrentPage

        public int getCurrentPage()
      • getTittle

        public String getTittle()
      • refreshComments

        public void refreshComments()
      • loadMoreCaseComments

        public void loadMoreCaseComments()
      • sortComments

        public void sortComments​(boolean sortAsc)
      • addCaseComment

        protected void addCaseComment​(String caseCommentText)
      • updateCaseComment

        protected void updateCaseComment​(org.jbpm.workbench.cm.model.CaseCommentSummary caseCommentSummary,
                                         String caseCommentNewText)
      • deleteCaseComment

        protected void deleteCaseComment​(org.jbpm.workbench.cm.model.CaseCommentSummary caseCommentSummary)