public static enum ProcessConstants.ExecutableBusinessProcessProperty extends java.lang.Enum<ProcessConstants.ExecutableBusinessProcessProperty>
| Enum Constant and Description |
|---|
ACTIVITY_TEMPLATE_ID
The ID of the activity template in the activity repository,
AbstractActivity.getID(). |
CLOSABLE
If the activity is closable,
isClosable(). |
CONFIGURATION
The activity configuration (meta data) of the activity,
Activity.getConfiguration(). |
CONFIGURATION_NAME |
EXECUTABLE_COMPONENT_NAME
The ID / name of the executable component which is required to execute
the activity,
AbstractActivity.getExecutableComponentName()
. |
EXECUTION_CONTROL_PROPERTIES
The execution control properties of the EBP,
ExecutableBusinessProcess.getExecutionControlProperties(). |
GUI_CONTEXT_ID
The gui context ID of the activity,
AbstractActivity.getGUIContextID(). |
INPUT_PARAMETER
The input parameters of the EBP,
de.aristaflow.adept2.model.processmodel.ExecutableBusinessProcess#getParameters(AccessType)
with AccessType.READ. |
OPERATION_NAME
The name of the operation of the activity (e.g. in a component),
AbstractActivity.getOperationName(). |
OUTPUT_PARAMETER
The output parameters of the EBP,
de.aristaflow.adept2.model.processmodel.ExecutableBusinessProcess#getParameters(AccessType)
with AccessType.WRITE. |
RESETABLE
If the activity is resettable,
isResetable(). |
SUSPENSIBLE
If the activity is suspensible,
isSuspensible(). |
TEMPLATE
The sub-template,
EmbeddedProcess.getTemplate(). |
TEMPLATE_ID
The ID of the sub-template,
ReferencedProcess.getTemplateID(). |
TEST_CONFIGURATION
The test activity configuration of the activity,
Activity.getTestConfiguration(). |
USER_ATTRIBUTE
The user attributes.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static ProcessConstants.ExecutableBusinessProcessProperty |
valueOf(int code) |
static ProcessConstants.ExecutableBusinessProcessProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessConstants.ExecutableBusinessProcessProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessConstants.ExecutableBusinessProcessProperty INPUT_PARAMETER
de.aristaflow.adept2.model.processmodel.ExecutableBusinessProcess#getParameters(AccessType)
with AccessType.READ.public static final ProcessConstants.ExecutableBusinessProcessProperty OUTPUT_PARAMETER
de.aristaflow.adept2.model.processmodel.ExecutableBusinessProcess#getParameters(AccessType)
with AccessType.WRITE.public static final ProcessConstants.ExecutableBusinessProcessProperty EXECUTION_CONTROL_PROPERTIES
ExecutableBusinessProcess.getExecutionControlProperties().public static final ProcessConstants.ExecutableBusinessProcessProperty USER_ATTRIBUTE
public static final ProcessConstants.ExecutableBusinessProcessProperty ACTIVITY_TEMPLATE_ID
AbstractActivity.getID().public static final ProcessConstants.ExecutableBusinessProcessProperty EXECUTABLE_COMPONENT_NAME
AbstractActivity.getExecutableComponentName()
.public static final ProcessConstants.ExecutableBusinessProcessProperty OPERATION_NAME
AbstractActivity.getOperationName().public static final ProcessConstants.ExecutableBusinessProcessProperty CONFIGURATION_NAME
AbstractActivity.getConfigurationName()public static final ProcessConstants.ExecutableBusinessProcessProperty RESETABLE
isResetable().public static final ProcessConstants.ExecutableBusinessProcessProperty SUSPENSIBLE
isSuspensible().public static final ProcessConstants.ExecutableBusinessProcessProperty CLOSABLE
isClosable().public static final ProcessConstants.ExecutableBusinessProcessProperty CONFIGURATION
Activity.getConfiguration().public static final ProcessConstants.ExecutableBusinessProcessProperty TEST_CONFIGURATION
Activity.getTestConfiguration().public static final ProcessConstants.ExecutableBusinessProcessProperty GUI_CONTEXT_ID
AbstractActivity.getGUIContextID().public static final ProcessConstants.ExecutableBusinessProcessProperty TEMPLATE_ID
ReferencedProcess.getTemplateID().public static final ProcessConstants.ExecutableBusinessProcessProperty TEMPLATE
EmbeddedProcess.getTemplate().public static ProcessConstants.ExecutableBusinessProcessProperty[] values()
for (ProcessConstants.ExecutableBusinessProcessProperty c : ProcessConstants.ExecutableBusinessProcessProperty.values()) System.out.println(c);
public static ProcessConstants.ExecutableBusinessProcessProperty 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 nullpublic int getCode()
public static ProcessConstants.ExecutableBusinessProcessProperty valueOf(int code)