public static enum TaskService.VariableName extends Enum<TaskService.VariableName>
Enum Constant and Description |
---|
createdFromTaskService |
directive |
document |
documentId |
documentRepositoryName |
endLifecycleTransition |
initiator |
principal |
right |
validated |
Modifier and Type | Method and Description |
---|---|
static TaskService.VariableName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskService.VariableName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskService.VariableName documentId
public static final TaskService.VariableName documentRepositoryName
public static final TaskService.VariableName endLifecycleTransition
public static final TaskService.VariableName initiator
public static final TaskService.VariableName document
public static final TaskService.VariableName principal
public static final TaskService.VariableName createdFromTaskService
public static final TaskService.VariableName directive
public static final TaskService.VariableName validated
public static final TaskService.VariableName right
public static TaskService.VariableName[] values()
for (TaskService.VariableName c : TaskService.VariableName.values()) System.out.println(c);
public static TaskService.VariableName valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019 Nuxeo. All rights reserved.