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