public static enum WorkflowInstanceExecutionLog.TypeEnum extends Enum<WorkflowInstanceExecutionLog.TypeEnum>
Enum Constant and Description |
---|
CANCELING_BOUNDARY_TIMER_EVENT_TRIGGERED
The CANCELING_BOUNDARY_TIMER_EVENT_TRIGGERED option of this WorkflowInstanceExecutionLog
|
EXCLUSIVE_GATEWAY_FAILED
The EXCLUSIVE_GATEWAY_FAILED option of this WorkflowInstanceExecutionLog
|
EXCLUSIVE_GATEWAY_REACHED
The EXCLUSIVE_GATEWAY_REACHED option of this WorkflowInstanceExecutionLog
|
INTERMEDIATE_MESSAGE_EVENT_REACHED
The INTERMEDIATE_MESSAGE_EVENT_REACHED option of this WorkflowInstanceExecutionLog
|
INTERMEDIATE_MESSAGE_EVENT_TRIGGERED
The INTERMEDIATE_MESSAGE_EVENT_TRIGGERED option of this WorkflowInstanceExecutionLog
|
INTERMEDIATE_TIMER_EVENT_REACHED
The INTERMEDIATE_TIMER_EVENT_REACHED option of this WorkflowInstanceExecutionLog
|
INTERMEDIATE_TIMER_EVENT_TRIGGERED
The INTERMEDIATE_TIMER_EVENT_TRIGGERED option of this WorkflowInstanceExecutionLog
|
MAILTASK_COMPLETED
The MAILTASK_COMPLETED option of this WorkflowInstanceExecutionLog
|
MAILTASK_CREATED
The MAILTASK_CREATED option of this WorkflowInstanceExecutionLog
|
MAILTASK_FAILED
The MAILTASK_FAILED option of this WorkflowInstanceExecutionLog
|
NONCANCELING_BOUNDARY_TIMER_EVENT_TRIGGERED
The NONCANCELING_BOUNDARY_TIMER_EVENT_TRIGGERED option of this WorkflowInstanceExecutionLog
|
PARALLEL_GATEWAY_FAILED
The PARALLEL_GATEWAY_FAILED option of this WorkflowInstanceExecutionLog
|
PARALLEL_GATEWAY_REACHED
The PARALLEL_GATEWAY_REACHED option of this WorkflowInstanceExecutionLog
|
SCRIPTTASK_COMPLETED
The SCRIPTTASK_COMPLETED option of this WorkflowInstanceExecutionLog
|
SCRIPTTASK_CREATED
The SCRIPTTASK_CREATED option of this WorkflowInstanceExecutionLog
|
SCRIPTTASK_FAILED
The SCRIPTTASK_FAILED option of this WorkflowInstanceExecutionLog
|
SERVICETASK_COMPLETED
The SERVICETASK_COMPLETED option of this WorkflowInstanceExecutionLog
|
SERVICETASK_CREATED
The SERVICETASK_CREATED option of this WorkflowInstanceExecutionLog
|
SERVICETASK_FAILED
The SERVICETASK_FAILED option of this WorkflowInstanceExecutionLog
|
USERTASK_CANCELED_BY_BOUNDARY_EVENT
The USERTASK_CANCELED_BY_BOUNDARY_EVENT option of this WorkflowInstanceExecutionLog
|
USERTASK_CLAIMED
The USERTASK_CLAIMED option of this WorkflowInstanceExecutionLog
|
USERTASK_COMPLETED
The USERTASK_COMPLETED option of this WorkflowInstanceExecutionLog
|
USERTASK_CREATED
The USERTASK_CREATED option of this WorkflowInstanceExecutionLog
|
USERTASK_FAILED
The USERTASK_FAILED option of this WorkflowInstanceExecutionLog
|
USERTASK_PATCHED_BY_ADMIN
The USERTASK_PATCHED_BY_ADMIN option of this WorkflowInstanceExecutionLog
|
USERTASK_RELEASED
The USERTASK_RELEASED option of this WorkflowInstanceExecutionLog
|
WORKFLOW_CANCELED
The WORKFLOW_CANCELED option of this WorkflowInstanceExecutionLog
|
WORKFLOW_COMPLETED
The WORKFLOW_COMPLETED option of this WorkflowInstanceExecutionLog
|
WORKFLOW_CONTEXT_OVERWRITTEN_BY_ADMIN
The WORKFLOW_CONTEXT_OVERWRITTEN_BY_ADMIN option of this WorkflowInstanceExecutionLog
|
WORKFLOW_CONTEXT_PATCHED_BY_ADMIN
The WORKFLOW_CONTEXT_PATCHED_BY_ADMIN option of this WorkflowInstanceExecutionLog
|
WORKFLOW_CONTINUED
The WORKFLOW_CONTINUED option of this WorkflowInstanceExecutionLog
|
WORKFLOW_RESUMED
The WORKFLOW_RESUMED option of this WorkflowInstanceExecutionLog
|
WORKFLOW_ROLES_PATCHED_BY_ADMIN
The WORKFLOW_ROLES_PATCHED_BY_ADMIN option of this WorkflowInstanceExecutionLog
|
WORKFLOW_STARTED
The WORKFLOW_STARTED option of this WorkflowInstanceExecutionLog
|
WORKFLOW_SUSPENDED
The WORKFLOW_SUSPENDED option of this WorkflowInstanceExecutionLog
|
Modifier and Type | Method and Description |
---|---|
static WorkflowInstanceExecutionLog.TypeEnum |
fromValue(String value)
Get the enum value from a String value
|
String |
getValue()
Get the value of the enum
|
String |
toString()
Get the String value of the enum value.
|
static WorkflowInstanceExecutionLog.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowInstanceExecutionLog.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowInstanceExecutionLog.TypeEnum WORKFLOW_STARTED
public static final WorkflowInstanceExecutionLog.TypeEnum WORKFLOW_COMPLETED
public static final WorkflowInstanceExecutionLog.TypeEnum WORKFLOW_CANCELED
public static final WorkflowInstanceExecutionLog.TypeEnum WORKFLOW_CONTINUED
public static final WorkflowInstanceExecutionLog.TypeEnum WORKFLOW_SUSPENDED
public static final WorkflowInstanceExecutionLog.TypeEnum WORKFLOW_CONTEXT_OVERWRITTEN_BY_ADMIN
public static final WorkflowInstanceExecutionLog.TypeEnum WORKFLOW_CONTEXT_PATCHED_BY_ADMIN
public static final WorkflowInstanceExecutionLog.TypeEnum WORKFLOW_ROLES_PATCHED_BY_ADMIN
public static final WorkflowInstanceExecutionLog.TypeEnum WORKFLOW_RESUMED
public static final WorkflowInstanceExecutionLog.TypeEnum USERTASK_CREATED
public static final WorkflowInstanceExecutionLog.TypeEnum USERTASK_CLAIMED
public static final WorkflowInstanceExecutionLog.TypeEnum USERTASK_RELEASED
public static final WorkflowInstanceExecutionLog.TypeEnum USERTASK_COMPLETED
public static final WorkflowInstanceExecutionLog.TypeEnum USERTASK_FAILED
public static final WorkflowInstanceExecutionLog.TypeEnum USERTASK_PATCHED_BY_ADMIN
public static final WorkflowInstanceExecutionLog.TypeEnum USERTASK_CANCELED_BY_BOUNDARY_EVENT
public static final WorkflowInstanceExecutionLog.TypeEnum SERVICETASK_CREATED
public static final WorkflowInstanceExecutionLog.TypeEnum SERVICETASK_COMPLETED
public static final WorkflowInstanceExecutionLog.TypeEnum SERVICETASK_FAILED
public static final WorkflowInstanceExecutionLog.TypeEnum SCRIPTTASK_CREATED
public static final WorkflowInstanceExecutionLog.TypeEnum SCRIPTTASK_COMPLETED
public static final WorkflowInstanceExecutionLog.TypeEnum SCRIPTTASK_FAILED
public static final WorkflowInstanceExecutionLog.TypeEnum INTERMEDIATE_TIMER_EVENT_REACHED
public static final WorkflowInstanceExecutionLog.TypeEnum INTERMEDIATE_TIMER_EVENT_TRIGGERED
public static final WorkflowInstanceExecutionLog.TypeEnum INTERMEDIATE_MESSAGE_EVENT_REACHED
public static final WorkflowInstanceExecutionLog.TypeEnum INTERMEDIATE_MESSAGE_EVENT_TRIGGERED
public static final WorkflowInstanceExecutionLog.TypeEnum NONCANCELING_BOUNDARY_TIMER_EVENT_TRIGGERED
public static final WorkflowInstanceExecutionLog.TypeEnum CANCELING_BOUNDARY_TIMER_EVENT_TRIGGERED
public static final WorkflowInstanceExecutionLog.TypeEnum MAILTASK_CREATED
public static final WorkflowInstanceExecutionLog.TypeEnum MAILTASK_COMPLETED
public static final WorkflowInstanceExecutionLog.TypeEnum MAILTASK_FAILED
public static final WorkflowInstanceExecutionLog.TypeEnum EXCLUSIVE_GATEWAY_REACHED
public static final WorkflowInstanceExecutionLog.TypeEnum EXCLUSIVE_GATEWAY_FAILED
public static final WorkflowInstanceExecutionLog.TypeEnum PARALLEL_GATEWAY_REACHED
public static final WorkflowInstanceExecutionLog.TypeEnum PARALLEL_GATEWAY_FAILED
public static WorkflowInstanceExecutionLog.TypeEnum[] values()
for (WorkflowInstanceExecutionLog.TypeEnum c : WorkflowInstanceExecutionLog.TypeEnum.values()) System.out.println(c);
public static WorkflowInstanceExecutionLog.TypeEnum 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 null@Nonnull public String toString()
toString
in class Enum<WorkflowInstanceExecutionLog.TypeEnum>
@Nonnull public static WorkflowInstanceExecutionLog.TypeEnum fromValue(@Nonnull String value)
value
- The Strin valueCopyright © 2020 SAP SE. All rights reserved.