Uses of Class
org.jbpm.casemgmt.api.model.instance.StageStatus
-
Packages that use StageStatus Package Description org.jbpm.casemgmt.api.model.instance -
-
Uses of StageStatus in org.jbpm.casemgmt.api.model.instance
Methods in org.jbpm.casemgmt.api.model.instance that return StageStatus Modifier and Type Method Description StageStatusCaseStageInstance. getStatus()Returns status of this stagestatic StageStatusStageStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static StageStatus[]StageStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-