|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface that represents a query about multiple objects in the
portal. All the objects in a particular query will be of
the same class; no object query can include more than one class of object
(for example, both Portlets and Communities). Only certain
properties are "queryable" in the portal; these properties
are represented by the ObjectProperty class and its subclasses.
Some attributes of an object (for example, a Portlet's
administrative preferences) can only be obtained by accessing the object directly.
| Method Summary | |
IObjectQueryRow |
getRow(int row)
Gets an IObjectQueryRow object representing the specified row. |
int |
getRowCount()
Gets the number of rows in this query. |
| Method Detail |
public int getRowCount()
public IObjectQueryRow getRow(int row)
IObjectQueryRow object representing the specified row.
row - the index of the row to retrieve (indices are zero-based)
IObjectQueryRow object representing the row
java.lang.IndexOutOfBoundsException - if the row index is out of range
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2008 Oracle® Corporation. All Rights Reserved.