Enum Class SExceptionContext
- All Implemented Interfaces:
Serializable,Comparable<SExceptionContext>,Constable
To define the context of an exception in the message.
- Author:
- Celine Souchet
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCorresponding to the event which activates the connectorCorresponding to the identifier of the connector definitionCorresponding to the version of the connector definitionCorresponding to the class name of the implementation of the connector definitionCorresponding to the name of the input of the connectorCorresponding to the identifier of the connector instanceCorresponding to the name of the connectorCorresponding to the identifier of the documentCorresponding to the identifier of the flow node definitionCorresponding to the identifier of the flow node instanceCorresponding to the name of the flow nodeCorresponding to the identifier of the groupCorresponding to the name of the Message InstanceCorresponding to the target flow node name of the Message InstanceCorresponding to the target process name of the Message InstanceCorresponding to the identifier of the process definitionCorresponding to the identifier of the process instanceCorresponding to the name of the process definitionCorresponding to the version of the process definitionCorresponding to the identifier of the roleCorresponding to the identifier of the root process instanceCorresponding to the name of the transitionCorresponding to the target flownode name of the transitionCorresponding to the identifier of the userCorresponding to the event type of the Waiting Message Instance -
Method Summary
Modifier and TypeMethodDescriptionstatic SExceptionContextReturns the enum constant of this class with the specified name.static SExceptionContext[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PROCESS_DEFINITION_ID
Corresponding to the identifier of the process definition -
PROCESS_NAME
Corresponding to the name of the process definition -
PROCESS_VERSION
Corresponding to the version of the process definition -
PROCESS_INSTANCE_ID
Corresponding to the identifier of the process instance -
ROOT_PROCESS_INSTANCE_ID
Corresponding to the identifier of the root process instance -
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 -
MESSAGE_INSTANCE_NAME
Corresponding to the name of the Message Instance -
MESSAGE_INSTANCE_TARGET_PROCESS_NAME
Corresponding to the target process name of the Message Instance -
MESSAGE_INSTANCE_TARGET_FLOW_NODE_NAME
Corresponding to the target flow node name of the Message Instance -
WAITING_MESSAGE_INSTANCE_TYPE
Corresponding to the event type of the Waiting Message Instance -
CONNECTOR_NAME
Corresponding to the name of the connector -
CONNECTOR_DEFINITION_ID
Corresponding to the identifier of the connector definition -
CONNECTOR_INPUT_NAME
Corresponding to the name of the input of the connector -
CONNECTOR_IMPLEMENTATION_CLASS_NAME
Corresponding to the class name of the implementation of the connector definition -
CONNECTOR_DEFINITION_VERSION
Corresponding to the version of the connector definition -
CONNECTOR_ACTIVATION_EVENT
Corresponding to the event which activates the connector -
CONNECTOR_INSTANCE_ID
Corresponding to the identifier of the connector instance -
USER_ID
Corresponding to the identifier of the user -
GROUP_ID
Corresponding to the identifier of the group -
ROLE_ID
Corresponding to the identifier of the role -
DOCUMENT_ID
Corresponding to the identifier of the document -
TRANSITION_NAME
Corresponding to the name of the transition -
TRANSITION_TARGET_FLOWNODE_NAME
Corresponding to the target flownode name of the transition
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-