public static interface MultiLevelEscalationData.LevelData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
THRESHOLD
Key for plug-in data: threshold.
|
static java.lang.String |
THRESHOLD_REFERENCE
Key for plug-in data: threshold reference.
|
| Modifier and Type | Method and Description |
|---|---|
PluginData |
getEscalationPluginData() |
long |
getThreshold()
May contain a parameter reference for a static threshold read from
a data element.
|
long |
getThresholdReference()
Returns the reference time for relative thresholds.
|
void |
setEscalationPluginData(PluginData data)
Setter for
getEscalationPluginData(). |
void |
setThreshold(long threshold)
Setter for
getThreshold(). |
void |
setThresholdReference(long dueDate)
Setter for
getThresholdReference(). |
static final java.lang.String THRESHOLD
static final java.lang.String THRESHOLD_REFERENCE
long getThreshold()
throws UnresolvedParameterReferenceException
UnresolvedParameterReferenceExceptionvoid setThreshold(long threshold)
getThreshold().threshold - long getThresholdReference()
throws UnresolvedParameterReferenceException
UnresolvedParameterReferenceExceptionvoid setThresholdReference(long dueDate)
getThresholdReference().dueDate - PluginData getEscalationPluginData()
void setEscalationPluginData(PluginData data)
getEscalationPluginData().data -