Uses of Annotation Interface
de.aristaflow.adept2.model.common.systemdata.SystemDataConsumer
Packages that use SystemDataConsumer
Package
Description
Plug-in data interfaces which are used across different data models.
Constraints for a viewer interface:
It must be an interface.
-
Uses of SystemDataConsumer in de.aristaflow.adept2.model.common
Methods in de.aristaflow.adept2.model.common with annotations of type SystemDataConsumerModifier and TypeMethodDescriptionPluginDataContainer.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.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 SystemDataConsumerModifier and TypeMethodDescriptionlongSchedulerData.getDueDate()The due date, cf.longSchedulerData.getDueDateReference()Returns the reference time for relative due dates.MailNotificationData.getMailBody()The template string for the mail body.MailNotificationData.getMailSubject()The template string for the mail subject.intSchedulerData.getPriority()The priority, cf.longMultiLevelEscalationData.LevelData.getThreshold()May contain a parameter reference for a static threshold read from a data element.longMultiLevelEscalationData.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 SystemDataConsumerModifier and TypeMethodDescriptionModelViewerTools.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 SystemDataConsumerModifier and TypeMethodDescriptionNode.getDescription()Returns the description of this node.Node.getGroupName()Gets the name of the group this node can be part of.Template.getInstanceNameTemplate()Gets a (string) template for the name of instances created on this process template.Node.getName()Returns the name of this node.Node.getStaffAssignmentRule()Returns the rule the organisational model component can interpret, and offer possible staff assignments to the workflow management system.