|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ProcessDefinitionDetailsLevel>
org.eclipse.stardust.engine.api.dto.ProcessDefinitionDetailsLevel
public enum ProcessDefinitionDetailsLevel
Represents the level of detail in which the
ProcessDefinition
object is initialized.
The declared and implemented ProcessInterface is always contained.
| Enum Constant Summary | |
|---|---|
CORE
Contains no Activities, DataPaths, Triggers and EventHandlers. |
|
FULL
Contains Activities, DataPaths, Triggers and EventHandlers. |
|
WITHOUT_ACTIVITIES
Contains no Activities but contains DataPaths, Triggers and EventHandlers. |
|
| Method Summary | |
|---|---|
static ProcessDefinitionDetailsLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ProcessDefinitionDetailsLevel[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ProcessDefinitionDetailsLevel CORE
public static final ProcessDefinitionDetailsLevel WITHOUT_ACTIVITIES
public static final ProcessDefinitionDetailsLevel FULL
| Method Detail |
|---|
public static ProcessDefinitionDetailsLevel[] values()
for (ProcessDefinitionDetailsLevel c : ProcessDefinitionDetailsLevel.values()) System.out.println(c);
public static ProcessDefinitionDetailsLevel valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||