|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WebTable
A List that can understand ResultElement objects.
| Method Summary | |
|---|---|
java.util.List<Column> |
getColumns()
Returns the Column objects for this table. |
int |
getEstimatedSize()
Get the estimated number of rows of this table |
ResultsInfo |
getInfo()
Gets the underlying results object info |
int |
getMaxRetrievableIndex()
Return the maximum retrievable index for this PagedTable. |
PathQuery |
getPathQuery()
Get the PathQuery associated with this WebTable |
java.util.Map<java.lang.String,BagQueryResult> |
getPathToBagQueryResult()
Returns the pathToBagQueryResult Map. |
MultiRow<ResultsRow<MultiRowValue<ResultElement>>> |
getResultElements(int index)
Return a List containing a ResultElement object for each element given in the given row. |
boolean |
isSingleBatch()
Returns true if the results are known to be contained in a single batch. |
boolean |
isSizeEstimate()
Check whether the result of getEstimatedSize() is an estimate |
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Method Detail |
|---|
boolean isSingleBatch()
MultiRow<ResultsRow<MultiRowValue<ResultElement>>> getResultElements(int index)
index - the row of the results to fetch
java.util.List<Column> getColumns()
boolean isSizeEstimate()
int getEstimatedSize()
int getMaxRetrievableIndex()
java.util.Map<java.lang.String,BagQueryResult> getPathToBagQueryResult()
PathQuery getPathQuery()
ResultsInfo getInfo()
throws ObjectStoreException
ObjectStoreException - exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||