Uses of Class
org.bonitasoft.web.client.model.ProcessInstance.StateEnum
-
Packages that use ProcessInstance.StateEnum Package Description org.bonitasoft.web.client.model -
-
Uses of ProcessInstance.StateEnum in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProcessInstance.StateEnum Modifier and Type Method Description static ProcessInstance.StateEnumProcessInstance.StateEnum. fromValue(String value)ProcessInstance.StateEnumProcessInstance. getState()state: an enum that represent the state of the process instancesstatic ProcessInstance.StateEnumProcessInstance.StateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessInstance.StateEnum[]ProcessInstance.StateEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bonitasoft.web.client.model with parameters of type ProcessInstance.StateEnum Modifier and Type Method Description voidProcessInstance. setState(ProcessInstance.StateEnum state)ProcessInstanceProcessInstance. state(ProcessInstance.StateEnum state)
-