| Package | Description |
|---|---|
| de.aristaflow.adept2.model.common.plugindata |
Plug-in data interfaces which are used across different data models.
|
| 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.
|