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 PluginDataPluginDataContainer. 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 longSchedulerData. getDueDate()The due date, cf.longSchedulerData. getDueDateReference()Returns the reference time for relative due dates.StringMailNotificationData. getMailBody()The template string for the mail body.StringMailNotificationData. 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 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 StringNode. getDescription()Returns the description of this node.StringNode. getGroupName()Gets the name of the group this node can be part of.StringTemplate. getInstanceNameTemplate()Gets a (string) template for the name of instances created on this process template.StringNode. getName()Returns the name of this node.StringNode. getStaffAssignmentRule()Returns the rule the organisational model component can interpret, and offer possible staff assignments to the workflow management system.
-