|
||||||||
| 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.ActionGroupQueryResult
This class represents the result of executing a query on action groups. It provides methods to iterate over the result and find an action group from the result.
| Method Summary | |
com.bea.ales.management.ActionGroup |
find(java.lang.String name)
Find an action group that has the given name from the result. |
com.bea.ales.management.ActionGroup |
next()
Get the next action group in the result. |
com.bea.ales.management.ActionGroup |
previous()
Get the previous action group in the result. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public com.bea.ales.management.ActionGroup next()
throws ManagementException
public com.bea.ales.management.ActionGroup previous()
throws ManagementException
public com.bea.ales.management.ActionGroup find(java.lang.String name)
throws ManagementException
name - name of the group.name,
or null if no such group.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||