Uses of Class
org.nuxeo.ecm.platform.task.TaskService.VariableName
-
Packages that use TaskService.VariableName Package Description org.nuxeo.ecm.platform.task -
-
Uses of TaskService.VariableName in org.nuxeo.ecm.platform.task
Methods in org.nuxeo.ecm.platform.task that return TaskService.VariableName Modifier and Type Method Description static TaskService.VariableName
TaskService.VariableName. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskService.VariableName[]
TaskService.VariableName. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-