Uses of Class
org.bonitasoft.web.client.model.ArchivedProcessInstance.StateEnum
-
Packages that use ArchivedProcessInstance.StateEnum Package Description org.bonitasoft.web.client.model -
-
Uses of ArchivedProcessInstance.StateEnum in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ArchivedProcessInstance.StateEnum Modifier and Type Method Description static ArchivedProcessInstance.StateEnumArchivedProcessInstance.StateEnum. fromValue(String value)ArchivedProcessInstance.StateEnumArchivedProcessInstance. getState()state: an enum that represent the state of the process instancesstatic ArchivedProcessInstance.StateEnumArchivedProcessInstance.StateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ArchivedProcessInstance.StateEnum[]ArchivedProcessInstance.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 ArchivedProcessInstance.StateEnum Modifier and Type Method Description voidArchivedProcessInstance. setState(ArchivedProcessInstance.StateEnum state)ArchivedProcessInstanceArchivedProcessInstance. state(ArchivedProcessInstance.StateEnum state)
-