public static interface WorklistUpdateManager.AbsenceInformation
| Modifier and Type | Method and Description |
|---|---|
QualifiedAgent |
getAbsentee()
Gets the agent for which this absence information applies.
|
long |
getFromDate()
Gets the date (as long, that is milliseconds) from which on the agent is
absent.
|
java.lang.String |
getSubstitutionRule()
Gets the substitution rule which applies for all work items of the absent
agent.
|
long |
getToDate()
Gets the date (as long, that is milliseconds) until the agent is expected
to be absent.
|
long getFromDate()
long getToDate()
QualifiedAgent getAbsentee()
java.lang.String getSubstitutionRule()
null if the absence is without substitution.null if the absence is without substitution.