|
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 SnapshotSession
Session that supports object interaction (search and lookup) at a particular point in time.
| Method Summary | |
|---|---|
boolean |
canEdit(ObjectKey objectKey)Determines whether a particular object can be edited by its object key. |
oracle.iam.rm.common.PaginatedResultSet<ObjectKey> |
findObjectKeys(Query query)Gets a paginated result set of object object keys based on a query. |
oracle.iam.rm.common.PaginatedResultSet<SnapshotObject> |
findSnapshotObjects(Query query)Gets a paginated result set of snapshot objects based on a query. |
ObjectType |
getObjectType(ObjectKey objectKey)Gets the object type for the provided object key. |
ObjectType |
getObjectType(java.lang.String type)Gets the object type for the provided type name. |
SnapshotObject |
getSnapshotObject(ObjectKey objectKey)Gets a particular snapshot object from its object key at a particular time. |
TemporalEngine |
getTemporalEngine()Gets the temporal engine |
| Method Detail |
|---|
TemporalEngine getTemporalEngine()
oracle.iam.rm.common.PaginatedResultSet<SnapshotObject> findSnapshotObjects(Query query)
throws TemporalException
query - Query to define the scope of the searchTemporalException - if the search operaiton failsoracle.iam.rm.common.PaginatedResultSet<ObjectKey> findObjectKeys(Query query)
query - Query to define the scope of the searchboolean canEdit(ObjectKey objectKey)
objectKey - object identifiertrue if the object identified by the provided object key can be edited, otherwise false.
SnapshotObject getSnapshotObject(ObjectKey objectKey)
throws TemporalException
objectKey - object identifierTemporalException - is the object lookup failsObjectType getObjectType(java.lang.String type)
type - type name
ObjectType getObjectType(ObjectKey objectKey)
throws TemporalException
objectKey - key of the object to determine the typeTemporalException - if lookup of the object fails
|
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 | |||||||||