public enum SExceptionContext extends java.lang.Enum<SExceptionContext>
| Enum Constant and Description |
|---|
CONNECTOR_ACTIVATION_EVENT
Corresponding to the event which activates the connector
|
CONNECTOR_DEFINITION_ID
Corresponding to the identifier of the connector definition
|
CONNECTOR_DEFINITION_VERSION
Corresponding to the version of the connector definition
|
CONNECTOR_IMPLEMENTATION_CLASS_NAME
Corresponding to the class name of the implementation of the connector definition
|
CONNECTOR_INSTANCE_ID
Corresponding to the identifier of the connector instance
|
DOCUMENT_ID
Corresponding to the identifier of the document
|
FLOW_NODE_DEFINITION_ID
Corresponding to the identifier of the flow node definition
|
FLOW_NODE_INSTANCE_ID
Corresponding to the identifier of the flow node instance
|
FLOW_NODE_NAME
Corresponding to the name of the flow node
|
GROUP_ID
Corresponding to the identifier of the group
|
MESSAGE_INSTANCE_NAME
Corresponding to the name of the Message Instance
|
MESSAGE_INSTANCE_TARGET_FLOW_NODE_NAME
Corresponding to the target flow node name of the Message Instance
|
MESSAGE_INSTANCE_TARGET_PROCESS_NAME
Corresponding to the target process name of the Message Instance
|
PROCESS_DEFINITION_ID
Corresponding to the identifier of the process definition
|
PROCESS_INSTANCE_ID
Corresponding to the identifier of the process instance
|
PROCESS_NAME
Corresponding to the name of the process definition
|
PROCESS_VERSION
Corresponding to the version of the process definition
|
ROLE_ID
Corresponding to the identifier of the role
|
ROOT_PROCESS_INSTANCE_ID
Corresponding to the identifier of the root process instance
|
USER_ID
Corresponding to the identifier of the user
|
WAITING_MESSAGE_INSTANCE_TYPE
Corresponding to the event type of the Waiting Message Instance
|
| Modifier and Type | Method and Description |
|---|---|
static SExceptionContext |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SExceptionContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SExceptionContext PROCESS_DEFINITION_ID
public static final SExceptionContext PROCESS_NAME
public static final SExceptionContext PROCESS_VERSION
public static final SExceptionContext PROCESS_INSTANCE_ID
public static final SExceptionContext ROOT_PROCESS_INSTANCE_ID
public static final SExceptionContext FLOW_NODE_DEFINITION_ID
public static final SExceptionContext FLOW_NODE_INSTANCE_ID
public static final SExceptionContext FLOW_NODE_NAME
public static final SExceptionContext MESSAGE_INSTANCE_NAME
public static final SExceptionContext MESSAGE_INSTANCE_TARGET_PROCESS_NAME
public static final SExceptionContext MESSAGE_INSTANCE_TARGET_FLOW_NODE_NAME
public static final SExceptionContext WAITING_MESSAGE_INSTANCE_TYPE
public static final SExceptionContext CONNECTOR_DEFINITION_ID
public static final SExceptionContext CONNECTOR_IMPLEMENTATION_CLASS_NAME
public static final SExceptionContext CONNECTOR_DEFINITION_VERSION
public static final SExceptionContext CONNECTOR_ACTIVATION_EVENT
public static final SExceptionContext CONNECTOR_INSTANCE_ID
public static final SExceptionContext USER_ID
public static final SExceptionContext GROUP_ID
public static final SExceptionContext ROLE_ID
public static final SExceptionContext DOCUMENT_ID
public static SExceptionContext[] values()
for (SExceptionContext c : SExceptionContext.values()) System.out.println(c);
public static SExceptionContext 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