Uses of Class
org.bonitasoft.web.client.model.ArchivedTask.StateEnum
-
Packages that use ArchivedTask.StateEnum Package Description org.bonitasoft.web.client.model -
-
Uses of ArchivedTask.StateEnum in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ArchivedTask.StateEnum Modifier and Type Method Description static ArchivedTask.StateEnumArchivedTask.StateEnum. fromValue(String value)ArchivedTask.StateEnumArchivedTask. getState()the current state of the taskstatic ArchivedTask.StateEnumArchivedTask.StateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ArchivedTask.StateEnum[]ArchivedTask.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 ArchivedTask.StateEnum Modifier and Type Method Description voidArchivedTask. setState(ArchivedTask.StateEnum state)ArchivedTaskArchivedTask. state(ArchivedTask.StateEnum state)
-