|
||||||||
| 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.EvaluationFunctionQueryResult
This class represents the result of executing a query on evaluation functions. It provides methods to iterate over the result and find an evaluation function from the result.
| Constructor Summary | |
EvaluationFunctionQueryResult(com.bea.ales.management.cache.CollectionRef ref,
RBAC_Context ctx,
com.bea.ales.management.cache.QueryCache cache)
|
|
| Method Summary | |
EvaluationFunction |
find(java.lang.String name)
Find an evaluation function by name from the result. |
EvaluationFunction |
next()
Get the next evaluation function in the result. |
EvaluationFunction |
previous()
Get the previous evaluation function in the result. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public EvaluationFunctionQueryResult(com.bea.ales.management.cache.CollectionRef ref,
RBAC_Context ctx,
com.bea.ales.management.cache.QueryCache cache)
ref - Reference to a collection represented by this
QueryResultctx - The RBAC context.cache - The QueryCache this QueryResult
came from| Method Detail |
public EvaluationFunction next()
throws ManagementException
public EvaluationFunction previous()
throws ManagementException
public EvaluationFunction find(java.lang.String name)
throws ManagementException
name - the evaluation function name to look for
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||