Uses of Class
org.jbpm.workbench.cm.model.CaseActionSummary
-
Packages that use CaseActionSummary Package Description org.jbpm.workbench.cm.model org.jbpm.workbench.cm.util -
-
Uses of CaseActionSummary in org.jbpm.workbench.cm.model
Methods in org.jbpm.workbench.cm.model that return CaseActionSummary Modifier and Type Method Description CaseActionSummaryCaseActionSummary.Builder. build()Methods in org.jbpm.workbench.cm.model that return types with arguments of type CaseActionSummary Modifier and Type Method Description List<CaseActionSummary>CaseStageSummary. getAdHocActions()Method parameters in org.jbpm.workbench.cm.model with type arguments of type CaseActionSummary Modifier and Type Method Description CaseStageSummary.BuilderCaseStageSummary.Builder. adHocFragments(List<CaseActionSummary> adHocActions)voidCaseStageSummary. setAdHocActions(List<CaseActionSummary> adHocActions) -
Uses of CaseActionSummary in org.jbpm.workbench.cm.util
Methods in org.jbpm.workbench.cm.util that return types with arguments of type CaseActionSummary Modifier and Type Method Description List<CaseActionSummary>Actions. getAvailableActions()List<CaseActionSummary>Actions. getCompleteActions()List<CaseActionSummary>Actions. getInProgressAction()Method parameters in org.jbpm.workbench.cm.util with type arguments of type CaseActionSummary Modifier and Type Method Description voidActions. setAvailableActions(List<CaseActionSummary> availableActions)voidActions. setCompleteActions(List<CaseActionSummary> completeActions)voidActions. setInProgressAction(List<CaseActionSummary> inProgressAction)
-