Uses of Class
de.uni_trier.wi2.procake.data.object.wf.StatusableObject.STATES
-
Packages that use StatusableObject.STATES Package Description de.uni_trier.wi2.procake.data.object.wf de.uni_trier.wi2.procake.data.object.wf.impl -
-
Uses of StatusableObject.STATES in de.uni_trier.wi2.procake.data.object.wf
Methods in de.uni_trier.wi2.procake.data.object.wf that return StatusableObject.STATES Modifier and Type Method Description StatusableObject.STATESStatusableObject. getStatus()Returns the current status for this element in the running workflow.static StatusableObject.STATESStatusableObject.STATES. valueOf(String name)Returns the enum constant of this type with the specified name.static StatusableObject.STATES[]StatusableObject.STATES. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.uni_trier.wi2.procake.data.object.wf with parameters of type StatusableObject.STATES Modifier and Type Method Description voidStatusableObject. setStatus(StatusableObject.STATES newStatus)Sets the current status for this element in the running workflow. -
Uses of StatusableObject.STATES in de.uni_trier.wi2.procake.data.object.wf.impl
Methods in de.uni_trier.wi2.procake.data.object.wf.impl that return StatusableObject.STATES Modifier and Type Method Description StatusableObject.STATESStatusableObjectImpl. getStatus()Methods in de.uni_trier.wi2.procake.data.object.wf.impl with parameters of type StatusableObject.STATES Modifier and Type Method Description voidStatusableObjectImpl. setStatus(StatusableObject.STATES status)
-