public static enum DocumentRoutingConstants.ExecutionTypeValues extends Enum<DocumentRoutingConstants.ExecutionTypeValues>
| Enum Constant and Description |
|---|
graph
Running of the nodes decided by the graph state.
|
parallel
Parallel running of children nodes.
|
serial
Serial running of children nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentRoutingConstants.ExecutionTypeValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentRoutingConstants.ExecutionTypeValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentRoutingConstants.ExecutionTypeValues serial
public static final DocumentRoutingConstants.ExecutionTypeValues parallel
public static final DocumentRoutingConstants.ExecutionTypeValues graph
public static DocumentRoutingConstants.ExecutionTypeValues[] values()
for (DocumentRoutingConstants.ExecutionTypeValues c : DocumentRoutingConstants.ExecutionTypeValues.values()) System.out.println(c);
public static DocumentRoutingConstants.ExecutionTypeValues 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 SA. All rights reserved.