Uses of Class
org.alfresco.rest.workflow.api.model.TaskStateTransition
-
Packages that use TaskStateTransition Package Description org.alfresco.rest.workflow.api.model -
-
Uses of TaskStateTransition in org.alfresco.rest.workflow.api.model
Methods in org.alfresco.rest.workflow.api.model that return TaskStateTransition Modifier and Type Method Description static TaskStateTransition
TaskStateTransition. getTaskActionFromString(java.lang.String action)
static TaskStateTransition
TaskStateTransition. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TaskStateTransition[]
TaskStateTransition. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-