| Package | Description |
|---|---|
| de.aristaflow.adept2.model.common | |
| de.aristaflow.adept2.model.common.plugindata |
Plug-in data interfaces which are used across different data models.
|
| de.aristaflow.adept2.model.common.viewer |
Constraints for a viewer interface:
It must be an interface.
|
| de.aristaflow.adept2.model.processmodel |
Warning: This package description is OUTDATED (work in progress)!!
|
| Modifier and Type | Method and Description |
|---|---|
PluginData |
PluginDataContainer.getPluginData(java.lang.String pluginID)
Returns the plug-in data object for the given plug-in ID, or null if
the plug-in is not in the set of supported plug-ins.
|
java.util.Map<java.lang.String,PluginData> |
PluginDataContainer.getPluginDatas()
Returns a map from the ID of a plug-in to the plug-in data objects.
|
| Modifier and Type | Method and Description |
|---|---|
long |
SchedulerData.getDueDate()
The due date, cf.
|
long |
SchedulerData.getDueDateReference()
Returns the reference time for relative due dates.
|
java.lang.String |
MailNotificationData.getMailBody()
The template string for the mail body.
|
java.lang.String |
MailNotificationData.getMailSubject()
The template string for the mail subject.
|
int |
SchedulerData.getPriority()
The priority, cf.
|
long |
MultiLevelEscalationData.LevelData.getThreshold()
May contain a parameter reference for a static threshold read from
a data element.
|
long |
MultiLevelEscalationData.LevelData.getThresholdReference()
Returns the reference time for relative thresholds.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,SystemDataConsumer> |
ModelViewerTools.getSystemDataConsumerAttributes()
Returns the names of the attributes which are system data consumers.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
Node.getDescription()
Returns the description of this node.
|
java.lang.String |
Node.getGroupName()
Gets the name of the group this node can be part of.
|
java.lang.String |
Template.getInstanceNameTemplate()
Gets a (string) template for the name of instances created on this process
template.
|
java.lang.String |
Node.getName()
Returns the name of this node.
|
java.lang.String |
Node.getStaffAssignmentRule()
Returns the rule the organisational model component can interpret, and
offer possible staff assignments to the workflow management system.
|