Uses of Enum
org.bonitasoft.web.client.model.ArchivedProcessInstance.StateEnum
Packages that use ArchivedProcessInstance.StateEnum
-
Uses of ArchivedProcessInstance.StateEnum in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ArchivedProcessInstance.StateEnumModifier and TypeMethodDescriptionArchivedProcessInstance.getState()state: an enum that represent the state of the process instancesReturns 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.StateEnumModifier and TypeMethodDescriptionvoidArchivedProcessInstance.setState(ArchivedProcessInstance.StateEnum state) ArchivedProcessInstance.state(ArchivedProcessInstance.StateEnum state)