Enum Class ErrorHandlingProcessData.ErrorHandlingParameter
java.lang.Object
java.lang.Enum<ErrorHandlingProcessData.ErrorHandlingParameter>
de.aristaflow.adept2.model.common.plugindata.ErrorHandlingProcessData.ErrorHandlingParameter
- All Implemented Interfaces:
Serializable,Comparable<ErrorHandlingProcessData.ErrorHandlingParameter>,java.lang.constant.Constable
- Enclosing interface:
- ErrorHandlingProcessData
public static enum ErrorHandlingProcessData.ErrorHandlingParameter
extends Enum<ErrorHandlingProcessData.ErrorHandlingParameter>
Constants for the parameter names which build the API of the template.
- Author:
- Kevin Goeser
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe data context of the failed activity.The EBP type of the failed node.The executable component name (if applicable, optional).The error code of the failed activity.The error message of the failed activity.The error message of the failed activity.The error state of the failed activity.The ID of the instance with the failed node.The log ID of the instance with the failed node.The name of the instance with the failed node.The instance supervisor agent ID.The instance supervisor org position ID.True, if the node had an activity.The iteration of the failed node.The ID of the failed node.The name of the failed node.The staff assignment rule of the failed node.The agent executing the node.The org position of the agent executing the node.The base template ID of the instance with the failed node.The name of the template of the instance with the failed node. -
Field Summary
FieldsModifier and TypeFieldDescriptionThe data type of the parameter.final UUIDThe identifier ID.final booleanTrue, if the data is optional.final StringThe name of the parameter.final StringThe UDT name of the parameter if of typeProcessConstants.AdeptDataType.USERDEFINED, null else. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EBP_TYPE
The EBP type of the failed node. The type is represented by aninvariant number. -
TEMPLATE_ID
The base template ID of the instance with the failed node. -
INSTANCE_ID
The ID of the instance with the failed node. -
INSTANCE_LOG_ID
The log ID of the instance with the failed node. -
NODE_ID
The ID of the failed node. -
ITERATION_ID
The iteration of the failed node. -
IS_ACTIVITY
True, if the node had an activity. -
EC_NAME
The executable component name (if applicable, optional). -
PERFORMING_AGENT_AGENT_ID
The agent executing the node. -
PERFORMING_AGENT_ORG_POSITION_ID
public static final ErrorHandlingProcessData.ErrorHandlingParameter PERFORMING_AGENT_ORG_POSITION_IDThe org position of the agent executing the node. -
NODE_NAME
The name of the failed node. -
NODE_STAFF_ASSIGNMENT_RULE
The staff assignment rule of the failed node. -
INSTANCE_NAME
The name of the instance with the failed node. -
TEMPLATE_NAME
The name of the template of the instance with the failed node. -
ERROR_CODE
The error code of the failed activity. -
ERROR_STATE
The error state of the failed activity. -
ERROR_MESSAGE
The error message of the failed activity. -
ERROR_COUNT
The error message of the failed activity. -
INSTANCE_SUPERVISOR_AGENT_ID
The instance supervisor agent ID. -
INSTANCE_SUPERVISOR_ORG_POSITION_ID
public static final ErrorHandlingProcessData.ErrorHandlingParameter INSTANCE_SUPERVISOR_ORG_POSITION_IDThe instance supervisor org position ID. -
DATA_CONTEXT
The data context of the failed activity.
-
-
Field Details
-
parameterName
The name of the parameter. -
dataType
The data type of the parameter. -
udtName
The UDT name of the parameter if of typeProcessConstants.AdeptDataType.USERDEFINED, null else. -
identifierID
The identifier ID. -
isOptional
public final boolean isOptionalTrue, if the data is optional.
-
-
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
-