Uses of Class
org.bonitasoft.web.client.model.ActivityState
-
Packages that use ActivityState Package Description org.bonitasoft.web.client.model -
-
Uses of ActivityState in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ActivityState Modifier and Type Method Description static ActivityStateActivityState. fromValue(String value)ActivityStateActivity. getState()Get stateActivityStateArchivedActivity. getState()Get statestatic ActivityStateActivityState. valueOf(String name)Returns the enum constant of this type with the specified name.static ActivityState[]ActivityState. 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 ActivityState Modifier and Type Method Description voidActivity. setState(ActivityState state)voidArchivedActivity. setState(ActivityState state)ActivityActivity. state(ActivityState state)ArchivedActivityArchivedActivity. state(ActivityState state)
-