|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PersonnelManager
A read-only interface for searching or looking up persons or system identities in the system.
| Method Summary | |
|---|---|
oracle.iam.rm.common.PaginatedResultSet<SnapshotObject> |
findPeople(Filter filter, ColumnSetDef columnSetDef)Finds objects of type Person based on the filter provided, returning the values defined in the columnSetDef. |
oracle.iam.rm.common.PaginatedResultSet<SnapshotObject> |
findSystemIdentities(Filter filter, ColumnSetDef columnSetDef)Finds system identities based on the filter provided, returning the values defined in the columnSetDef. |
Person |
getPerson(ObjectKey objectKey)Gets the person identified by the provided key. |
SystemIdentity |
getSystemIdentity(ObjectKey objectKey)Gets the systemIdentity identified by the provided key. |
| Methods inherited from interface oracle.iam.rm.temporal.SnapshotSession |
|---|
canEdit, findObjectKeys, findSnapshotObjects, getObjectType, getObjectType, getSnapshotObject, getTemporalEngine |
| Method Detail |
|---|
oracle.iam.rm.common.PaginatedResultSet<SnapshotObject> findSystemIdentities(Filter filter,
ColumnSetDef columnSetDef)
throws TemporalException
filter - Search criteria for the system identies being looked for. This can be an arbitrarily complex filter through the use of sub-types of Filter.columnSetDef - Column values and ordering of data that the client is interested in.TemporalException - if there is an error while executing the query or retrieving the data.
SystemIdentity getSystemIdentity(ObjectKey objectKey)
throws TemporalException
objectKey - key of systemIdentity to getSystemIdentity identified by the provided keyTemporalException - if there is an error while retrieving the data.
oracle.iam.rm.common.PaginatedResultSet<SnapshotObject> findPeople(Filter filter,
ColumnSetDef columnSetDef)
throws TemporalException
filter - Search criteria for the people being looked for. This can be an arbitrarily complex filter through the use of sub-types of Filter.columnSetDef - Column values and ordering of data that the client is interested in.TemporalException - if there is an error while executing the query or retrieving the data.
Person getPerson(ObjectKey objectKey)
throws TemporalException
objectKey - key of person to get.Person identified by the provided key.TemporalException - if there is an error while retrieving the data.
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||