public class ActivityConstants
extends java.lang.Object
Activity,
ActivityTemplate| Modifier and Type | Class and Description |
|---|---|
static class |
ActivityConstants.AccessType
The type of data edges, which specifies the direction (read or write
access).
|
static class |
ActivityConstants.ActivityModelEntityType
The type of the entity of the activity model.
|
static class |
ActivityConstants.ActivityType
Constants for known activity types.
|
static class |
ActivityConstants.LocallyOverrideableActivityAttribute
All attributes of the activity model that may be overridden locally at
runtime.
|
static class |
ActivityConstants.OpenOfficeMetaData
Constants for meta data entries of activities, used by
the OpenOfficeIntegration.
|
static class |
ActivityConstants.TestMode
The execution mode of the operation or an activity.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACCESS_TYPE_ASSERTION_MESSAGE
The message of the assertion error that will be thrown if an unknown access
type is found.
|
static java.lang.String |
ACTIVITY_TYPE_CONFIGURATION_NATIVE_DATA_TYPE
The configuration key for the native data type in the parameter configuration.
|
static java.lang.String |
ACTIVITY_TYPE_CONFIGURATION_POSITION
This is a proposed default value for the parameter's activity type
configuration key determining the position of the parameter.
|
static char[] |
DISALLOWED_NAME_CHARACTERS
All characters that are not allowed in the names of entities of activity
model branches.
|
static char |
KEY_SEPARATOR
The character which separates the names of an activity model branch from
the key when overriding activity configurations in a local configuration,
for instance:
Namespace$ECName$OpName$AName#.Key = Value
. |
static char |
NAME_SEPARATOR
The character which separates the names of an activity model from each
other when overriding activity configurations in a local configuration,
for instance:
Namespace$ECName$OpName$AName#.Key = Value
. |
static java.lang.String |
URI_SCHEMA_ADEPT_ACTIVITY_REPOSITORY
The URL for activity repository class paths (e.g. adeptAR:).
|
static java.lang.String |
USER_ATTRIBUTE_FROM_DEV_BRANCH
If present on an activity (template), the presence of this user attribute
indicates that the activity template was
State.IN_DEVELOPMENT and the its
value contains the corresponding branch number. |
static java.lang.String |
USER_ATTRIBUTE_FROM_PARAMETER
If present on a process parameter, this user attribute contains the
original parameter name within the activity template.
|
static java.lang.String |
USER_ATTRIBUTE_FROM_PARAMETER_TEMPLATE
If present on a process parameter, this user attribute contains the
parameter template name on which the parameter was originally based.
|
static java.lang.String |
USER_ATTRIBUTES_DECISION
A constant to signal that an activity is of type DecisionActivity.
|
| Constructor and Description |
|---|
ActivityConstants() |
public static final char NAME_SEPARATOR
Namespace$ECName$OpName$AName#.Key = Value
. This allows to use . in the names themselves.public static final char KEY_SEPARATOR
Namespace$ECName$OpName$AName#.Key = Value
.public static final char[] DISALLOWED_NAME_CHARACTERS
PropertiesConfiguration and must
not be used.public static final java.lang.String USER_ATTRIBUTE_FROM_DEV_BRANCH
State.IN_DEVELOPMENT and the its
value contains the corresponding branch number.public static final java.lang.String USER_ATTRIBUTE_FROM_PARAMETER
public static final java.lang.String USER_ATTRIBUTE_FROM_PARAMETER_TEMPLATE
public static final java.lang.String USER_ATTRIBUTES_DECISION
public static final java.lang.String ACTIVITY_TYPE_CONFIGURATION_POSITION
public static final java.lang.String ACTIVITY_TYPE_CONFIGURATION_NATIVE_DATA_TYPE
public static final java.lang.String URI_SCHEMA_ADEPT_ACTIVITY_REPOSITORY
public static final java.lang.String ACCESS_TYPE_ASSERTION_MESSAGE