| 
 | Oracle® WebCenter Content Java API Reference for Imaging 11g Release 1 (11.1.1) E12853-03 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
   oracle.imaging.Search.Result
oracle.imaging.Search.Result
public static class Search.Result
The Result class provides the ability to list the results found by executing a search. These results are tied to an associated Document that is identified by the documentId. Each entry is an arry of objects obtained from the execution of a search.
| Constructor Summary | |
|---|---|
| Search.Result()The default constructor required to be explicitly declared for JAXB serialization. | |
| Search.Result(Document document, java.util.List<TypedValue> columnValues) | |
| Method Summary | |
|---|---|
|  java.util.List<TypedValue> | getColumnValues()Gets a ListofTypedValuecontaining the metadata values for this result. | 
|  Document | getDocument()Gets the Documentobject for this result. | 
|  java.lang.String | getDocumentId()Gets the document guid for the document this list is associated with. | 
|  void | setColumnValues(java.util.List<TypedValue> columnValues)Sets the metadata values for this result. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Search.Result()
public Search.Result(Document document,
                     java.util.List<TypedValue> columnValues)
| Method Detail | 
|---|
public java.lang.String getDocumentId()
public Document getDocument()
Document object for this result.public java.util.List<TypedValue> getColumnValues()
List of TypedValue containing the metadata values for this result.public void setColumnValues(java.util.List<TypedValue> columnValues)
columnValues - The metadata values for this result.| 
 | Oracle® WebCenter Content Java API Reference for Imaging 11g Release 1 (11.1.1) E12853-03 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||