Uses of Class
de.aristaflow.adept2.model.common.viewer.UnresolvedParameterReferenceException
-
Packages that use UnresolvedParameterReferenceException Package Description de.aristaflow.adept2.model.common.plugindata Plug-in data interfaces which are used across different data models. -
-
Uses of UnresolvedParameterReferenceException in de.aristaflow.adept2.model.common.plugindata
Methods in de.aristaflow.adept2.model.common.plugindata that throw UnresolvedParameterReferenceException 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.
-