| Enum Constant and Description |
|---|
ACTION_EXECUTION |
NODE_ENTRY |
NODE_EXIT |
TASK_ASSIGNMENT |
TASK_COMPLETION |
TASK_UPDATE |
WORKFLOW_INSTANCE_END |
WORKFLOW_INSTANCE_START |
| Modifier and Type | Method and Description |
|---|---|
static LogType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogType ACTION_EXECUTION
public static final LogType NODE_ENTRY
public static final LogType NODE_EXIT
public static final LogType TASK_ASSIGNMENT
public static final LogType TASK_COMPLETION
public static final LogType TASK_UPDATE
public static final LogType WORKFLOW_INSTANCE_END
public static final LogType WORKFLOW_INSTANCE_START
public static LogType[] values()
for (LogType c : LogType.values()) System.out.println(c);
public static LogType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null