|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
oracle.imaging.Search.ResultSet
public static class Search.ResultSet
The ResultSet class is a container class for the rows of results retrieved from the persistent storage. The container has a count of the number of rows and a list of results. Each entry is of type Search.Result. The container starts with an empty list of results and results may only be added.
| Constructor Summary | |
|---|---|
Search.ResultSet()The default constructor required to be explicitly declared for JAXB serialization. |
|
Search.ResultSet(java.util.List<Search.Result> results) |
|
Search.ResultSet(java.util.List<Search.Result> results, java.util.List<java.lang.String> columnNames) |
|
| Method Summary | |
|---|---|
boolean |
areResultsTruncated()Method returns true when the results of the search exceeded the maximum number of results allowed by the system. |
java.util.List<java.lang.String> |
getColumns()Gets the column names for the result set. |
java.util.List<Search.Result> |
getResults()Gets the results as an array of Search.Result objects. |
int |
getTotalResults()Method returns the total number of results accumulated in the result set. |
void |
setAreResultsTruncated(boolean resultsTruncated)Method sets the state of whether the results of the search exceeded the maximum number of results allowed by the system or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Search.ResultSet()
public Search.ResultSet(java.util.List<Search.Result> results)
public Search.ResultSet(java.util.List<Search.Result> results,
java.util.List<java.lang.String> columnNames)
| Method Detail |
|---|
public java.util.List<Search.Result> getResults()
Search.Result objects.public java.util.List<java.lang.String> getColumns()
public boolean areResultsTruncated()
public int getTotalResults()
public void setAreResultsTruncated(boolean resultsTruncated)
resultsTruncated - Flag indicating that the result set was truncated if set to true.
|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||