| Package | Description |
|---|---|
| de.aristaflow.adept2.core.checks.processmodel | |
| de.aristaflow.adept2.core.orgmodelmanager | |
| de.aristaflow.adept2.core.worklistmanager |
| Modifier and Type | Method and Description |
|---|---|
Pair<SessionToken,PolicyResolution> |
DefaultProcessCheckService.getPolicyResolution() |
| Modifier and Type | Method and Description |
|---|---|
PolicyResolution |
OrgModelManager.getPolicyResolution()
Returns an instance of
PolicyResolution. |
| Modifier and Type | Method and Description |
|---|---|
void |
EscalationHandling.deadlineReached(WorklistItem item,
java.lang.String staffAssignmentRule,
long deadline,
EscalationHandling.EscalationMeasures measures,
SessionToken measuresSession,
PolicyResolution orgModel)
Notifies that the
escalation deadline or the
IndividualWorklistItemSettings.getIndividualEscalationDate()
has been reached for the designated (client) worklist item. |
java.util.Set<QualifiedAgent> |
DelegationHandling.getDelegationRecipients(WorklistItem item,
QualifiedAgent delegatingAgent,
QualifiedAgent templateSupervisor,
QualifiedAgent instanceSupervisor,
QualifiedAgent instanceInitiator,
PolicyResolution orgModel)
Gets a list of agents that the designated worklist item may be delegated
to.
|