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