|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.ales.management.query.MultiQueryResultImpl | +--com.bea.ales.management.AuthorizationPolicyQueryResult
This class represents the result of executing a query on authorization policies. It provides methods to iterate over the result and find an policy from the result.
Constructor Summary | |
AuthorizationPolicyQueryResult(com.bea.ales.management.cache.CollectionRef ref,
RBAC_Context ctx,
com.bea.ales.management.cache.QueryCache cache)
Constructs an AuthorizationPolicyQueryResult object. |
Method Summary | |
AuthorizationPolicy |
find(java.lang.String queryString)
Find an authorization policy that matches the query condition. |
AuthorizationPolicy |
next()
Get the next authorization policy in the result. |
AuthorizationPolicy |
previous()
Get the previous authorization policy in the result. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public AuthorizationPolicyQueryResult(com.bea.ales.management.cache.CollectionRef ref, RBAC_Context ctx, com.bea.ales.management.cache.QueryCache cache)
ref
- the internal collection identity.ctx
- the RBAC context.cache
- the cache to hold the collectionRef of this query resultMethod Detail |
public AuthorizationPolicy next() throws ManagementException
public AuthorizationPolicy previous() throws ManagementException
public AuthorizationPolicy find(java.lang.String queryString) throws ManagementException
queryString
- the query condition.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |