public interface CSReference extends UserAttributeContainer, PluginDataContainer, java.io.Serializable
ConfigurationSet for usage
in the activity repository. This reference allows to return just the data
necessary to display the ConfigurationSet to the user.
References are not subject of inheritance; all attributes are the result of merging the corresponding attributes of all parent entities. Therefore when changing an entity, always refresh the corresponding reference and all references of the children.
ConfigurationSet| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
Generated ID for serialisation.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeveloperDescription()
Gets a description for the developer of the configuration and the process
modeler.
|
java.lang.String |
getName()
Gets the system-wide unique name of the
ConfigurationSet of
this reference. |
java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> |
getOperationNames()
Gets the operations, the
ConfigurationSet of this reference
contains. |
long |
getRevision()
Gets the (base) revision of the configuration set of this reference which
allows to track changes.
|
State |
getState()
Gets the current deployment state of the configuration set of this
reference, that is whether it is currently modified, it can be used or it
may not be used any more.
|
getUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValuegetPluginData, getPluginDatas, getSupportedPluginsstatic final long serialVersionUID
java.lang.String getName()
ConfigurationSet of
this reference.ConfigurationSet of
this reference.AbstractConfigurationSet.getName()java.lang.String getDeveloperDescription()
long getRevision()
AbstractConfigurationSet.getRevision()State getState()
AbstractConfigurationSet.getState()java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> getOperationNames()
ConfigurationSet of this reference
contains.AbstractConfigurationSet.getOperationNames()