Uses of Class
de.aristaflow.adept2.model.common.systemdata.SystemDataConsumer
-
Packages that use SystemDataConsumer 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 -
-
Uses of SystemDataConsumer in de.aristaflow.adept2.model.common
Methods in de.aristaflow.adept2.model.common with annotations of type SystemDataConsumer Modifier and Type Method Description PluginData
PluginDataContainer. getPluginData(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.Map<String,PluginData>
PluginDataContainer. getPluginDatas()
Returns a map from the ID of a plug-in to the plug-in data objects. -
Uses of SystemDataConsumer in de.aristaflow.adept2.model.common.plugindata
Methods in de.aristaflow.adept2.model.common.plugindata with annotations of type SystemDataConsumer Modifier and Type Method Description long
SchedulerData. getDueDate()
The due date, cf.long
SchedulerData. getDueDateReference()
Returns the reference time for relative due dates.String
MailNotificationData. getMailBody()
The template string for the mail body.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. -
Uses of SystemDataConsumer in de.aristaflow.adept2.model.common.viewer
Methods in de.aristaflow.adept2.model.common.viewer that return types with arguments of type SystemDataConsumer Modifier and Type Method Description Map<String,SystemDataConsumer>
ModelViewerTools. getSystemDataConsumerAttributes()
Returns the names of the attributes which are system data consumers. -
Uses of SystemDataConsumer in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel with annotations of type SystemDataConsumer Modifier and Type Method Description String
Node. getDescription()
Returns the description of this node.String
Node. getGroupName()
Gets the name of the group this node can be part of.String
Template. getInstanceNameTemplate()
Gets a (string) template for the name of instances created on this process template.String
Node. getName()
Returns the name of this node.String
Node. getStaffAssignmentRule()
Returns the rule the organisational model component can interpret, and offer possible staff assignments to the workflow management system.
-