Uses of Class
org.jbpm.workbench.cm.util.CaseStatus
-
Packages that use CaseStatus Package Description org.jbpm.workbench.cm.model org.jbpm.workbench.cm.util -
-
Uses of CaseStatus in org.jbpm.workbench.cm.model
Methods in org.jbpm.workbench.cm.model that return CaseStatus Modifier and Type Method Description CaseStatusCaseInstanceSummary. getStatus()Methods in org.jbpm.workbench.cm.model with parameters of type CaseStatus Modifier and Type Method Description voidCaseInstanceSummary. setStatus(CaseStatus status)CaseInstanceSummary.BuilderCaseInstanceSummary.Builder. status(CaseStatus status) -
Uses of CaseStatus in org.jbpm.workbench.cm.util
Methods in org.jbpm.workbench.cm.util that return CaseStatus Modifier and Type Method Description static CaseStatusCaseStatus. fromId(Integer id)static CaseStatusCaseStatus. fromName(String name)CaseStatusCaseInstanceSearchRequest. getStatus()static CaseStatusCaseStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CaseStatus[]CaseStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jbpm.workbench.cm.util with parameters of type CaseStatus Modifier and Type Method Description voidCaseInstanceSearchRequest. setStatus(CaseStatus status)
-