Uses of Class
org.jbpm.workbench.cm.model.CaseInstanceSummary
-
Packages that use CaseInstanceSummary Package Description org.jbpm.workbench.cm.model org.jbpm.workbench.cm.service -
-
Uses of CaseInstanceSummary in org.jbpm.workbench.cm.model
Methods in org.jbpm.workbench.cm.model that return CaseInstanceSummary Modifier and Type Method Description CaseInstanceSummaryCaseInstanceSummary.Builder. build() -
Uses of CaseInstanceSummary in org.jbpm.workbench.cm.service
Methods in org.jbpm.workbench.cm.service that return CaseInstanceSummary Modifier and Type Method Description CaseInstanceSummaryCaseManagementService. getCaseInstance(String containerId, String caseId)Methods in org.jbpm.workbench.cm.service that return types with arguments of type CaseInstanceSummary Modifier and Type Method Description List<CaseInstanceSummary>CaseManagementService. getCaseInstances(CaseInstanceSearchRequest request)
-