Uses of Class
org.jbpm.workbench.cm.model.CaseCommentSummary
-
Packages that use CaseCommentSummary Package Description org.jbpm.workbench.cm.model org.jbpm.workbench.cm.service -
-
Uses of CaseCommentSummary in org.jbpm.workbench.cm.model
Methods in org.jbpm.workbench.cm.model that return CaseCommentSummary Modifier and Type Method Description CaseCommentSummaryCaseCommentSummary.Builder. build() -
Uses of CaseCommentSummary in org.jbpm.workbench.cm.service
Methods in org.jbpm.workbench.cm.service that return types with arguments of type CaseCommentSummary Modifier and Type Method Description List<CaseCommentSummary>CaseManagementService. getComments(String containerId, String caseId, Integer currentPage, Integer pageSize)
-