|
||||||||
| 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.AttributeQueryResult
This class represents the result of executing a query on attributes. It provides methods to iterate over the result.
| Constructor Summary | |
AttributeQueryResult(java.util.ArrayList refList,
RBAC_Context ctx,
com.bea.ales.management.cache.QueryCache cache)
Construct a new AttributeQueryResult object |
|
AttributeQueryResult(com.bea.ales.management.cache.AttributeableCollectionRef ref,
RBAC_Context ctx,
com.bea.ales.management.cache.QueryCache cache)
Construct a new AttributeQueryResult object |
|
| Method Summary | |
AttributeElement |
next()
Get the next attribute in the result. |
AttributeElement |
previous()
Get the previous attribute in the result. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public AttributeQueryResult(com.bea.ales.management.cache.AttributeableCollectionRef ref,
RBAC_Context ctx,
com.bea.ales.management.cache.QueryCache cache)
throws ManagementException
ref - - The AttributeableCollectionRef this result set is based onctx - - The RBAC context.Directory - - The Directory this query was based onGroupQueryCache - - The group query cache this query came from
public AttributeQueryResult(java.util.ArrayList refList,
RBAC_Context ctx,
com.bea.ales.management.cache.QueryCache cache)
refList - - An ArrayList of collection references to use for this result setqueryString - - The query string used to generate this result setctx - - The RBAC context.Directory - - The Directory this query was based onGroupQueryCache - - The group query cache this query came from| Method Detail |
public AttributeElement next()
throws ManagementException
public AttributeElement previous()
throws ManagementException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||