Uses of Class
org.jbpm.workbench.cm.util.CaseActionStatus
-
Packages that use CaseActionStatus Package Description org.jbpm.workbench.cm.model org.jbpm.workbench.cm.util -
-
Uses of CaseActionStatus in org.jbpm.workbench.cm.model
Methods in org.jbpm.workbench.cm.model that return CaseActionStatus Modifier and Type Method Description CaseActionStatusCaseActionSummary. getActionStatus()Methods in org.jbpm.workbench.cm.model with parameters of type CaseActionStatus Modifier and Type Method Description CaseActionSummary.BuilderCaseActionSummary.Builder. actionStatus(CaseActionStatus actionStatus)voidCaseActionSummary. setActionStatus(CaseActionStatus actionStatus) -
Uses of CaseActionStatus in org.jbpm.workbench.cm.util
Methods in org.jbpm.workbench.cm.util that return CaseActionStatus Modifier and Type Method Description static CaseActionStatusCaseActionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CaseActionStatus[]CaseActionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-