Uses of Class
org.jbpm.workbench.cm.util.CaseStageStatus
-
Packages that use CaseStageStatus Package Description org.jbpm.workbench.cm.util -
-
Uses of CaseStageStatus in org.jbpm.workbench.cm.util
Methods in org.jbpm.workbench.cm.util that return CaseStageStatus Modifier and Type Method Description static CaseStageStatusCaseStageStatus. fromStatus(String status)static CaseStageStatusCaseStageStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CaseStageStatus[]CaseStageStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-