public interface ATParameter extends Parameter, java.io.Serializable
ATParameter extends a Parameter by additional
information needed when assigning (dragging) an activity (template
definition) to a process node. Unlike ActivityModelParameters
these parameters are not subject of inheritance any more and provide all
attributes as combination of the attributes of the corresponding activity
model branch. Additionally, they do not allow to change any attribute. This
is just like the behaviour of ActivityTemplates.ActivityTemplate| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
Generated ID for serialisation.
|
| Modifier and Type | Method and Description |
|---|---|
ActivityConfiguration |
getConfiguration()
Gets the configuration of this activity template parameter that corresponds
to the
configuration description of
this activity template parameter. |
ConfigurationDescription |
getConfigurationDescription()
Gets the configuration description for this activity template parameter
which is needed to provide a valid and complete
configuration when modelling a process. |
java.lang.String |
getDeveloperDescription()
Gets a description of this activity template parameter for the
developer/the administrator.
|
getDataType, getDefaultValue, getDescription, getIdentifierID, getName, getUDTName, isFailure, isOptional, isVirtualgetUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValuegetPluginData, getPluginDatas, getSupportedPluginstoLocalisedStringstatic final long serialVersionUID
java.lang.String getDeveloperDescription()
ConfigurationDescription getConfigurationDescription()
configuration when modelling a process.ActivityConfiguration getConfiguration()
configuration description of
this activity template parameter. These configuration values may be
overridden (unless
fixed) and not all configuration values need to be provided yet.
Configuration values may also be provided via an input parameter (which has
to exist for this operation then) or from a process configuration (which is
needed when modelling).getConfiguration in interface Parameter