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