Uses of Enum
org.bonitasoft.web.client.model.ProcessInstance.StateEnum
Packages that use ProcessInstance.StateEnum
-
Uses of ProcessInstance.StateEnum in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProcessInstance.StateEnumModifier and TypeMethodDescriptionstatic ProcessInstance.StateEnumProcessInstance.getState()state: an enum that represent the state of the process instancesstatic ProcessInstance.StateEnumReturns 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.StateEnumModifier and TypeMethodDescriptionvoidProcessInstance.setState(ProcessInstance.StateEnum state) ProcessInstance.state(ProcessInstance.StateEnum state)