| Package | Description |
|---|---|
| de.aristaflow.adept2.core.orgmodelmanager |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PolicyResolution.isMember(SessionToken session,
long orgPositionID,
java.lang.String orgPolicy)
Semantically this method tests whether the given OrgPosition appears in the
result list of
PolicyResolution.resolvePolicy(SessionToken, String) for the
specified OrgPolicy. |
boolean |
PolicyResolution.isMember(SessionToken session,
long orgPositionID,
java.lang.String agentUserName,
java.lang.String orgPolicy)
Semantically this method tests whether the given tuple of Agent and
OrgPosition is contained in the result list of
PolicyResolution.resolvePolicy(SessionToken, String) for the specified OrgPolicy. |
boolean |
PolicyResolution.isMember(SessionToken session,
java.lang.String agentUserName,
java.lang.String orgPolicy)
Semantically this method tests whether the given Agent appears in the
result list of
PolicyResolution.resolvePolicy(SessionToken, String) for the specified OrgPolicy. |
java.util.Set<QualifiedAgent> |
PolicyResolution.resolvePolicy(SessionToken session,
java.lang.String orgPolicy)
Resolves an OrgPolicy and returns all matching tuples of OrgPositions and
Agents (or rather their IDs) as a list of
QualifiedAgents. |
RemoteIterator<java.util.List<QualifiedAgent>> |
PolicyResolution.resolvePolicyIterator(SessionToken session,
java.lang.String orgPolicy)
The same as
PolicyResolution.resolvePolicy(SessionToken, String) but with
partial retrieval of the qualified agents. |