Uses of Class
org.jbpm.workbench.cm.model.CaseStageSummary
-
Packages that use CaseStageSummary Package Description org.jbpm.workbench.cm.model org.jbpm.workbench.cm.service -
-
Uses of CaseStageSummary in org.jbpm.workbench.cm.model
Methods in org.jbpm.workbench.cm.model that return CaseStageSummary Modifier and Type Method Description CaseStageSummaryCaseStageSummary.Builder. build()CaseStageSummaryCaseActionSummary. getStage()Methods in org.jbpm.workbench.cm.model that return types with arguments of type CaseStageSummary Modifier and Type Method Description List<CaseStageSummary>CaseInstanceSummary. getStages()Methods in org.jbpm.workbench.cm.model with parameters of type CaseStageSummary Modifier and Type Method Description voidCaseActionSummary. setStage(CaseStageSummary stage)CaseActionSummary.BuilderCaseActionSummary.Builder. stage(CaseStageSummary stage)Method parameters in org.jbpm.workbench.cm.model with type arguments of type CaseStageSummary Modifier and Type Method Description voidCaseInstanceSummary. setStages(List<CaseStageSummary> stages)CaseInstanceSummary.BuilderCaseInstanceSummary.Builder. stages(List<CaseStageSummary> stages) -
Uses of CaseStageSummary in org.jbpm.workbench.cm.service
Methods in org.jbpm.workbench.cm.service that return types with arguments of type CaseStageSummary Modifier and Type Method Description List<CaseStageSummary>CaseManagementService. getCaseStages(String containerId, String caseId)
-