Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


oracle.imaging
Class Search.Result

java.lang.Object
  extended by oracle.imaging.Search.Result

Enclosing class:
Search

public static class Search.Result
extends java.lang.Object

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 List of TypedValue containing the metadata values for this result.
 Document getDocument()
          Gets the Document object 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

Search.Result

public Search.Result()
The default constructor required to be explicitly declared for JAXB serialization.

Search.Result

public Search.Result(Document document,
                     java.util.List<TypedValue> columnValues)

Method Detail

getDocumentId

public java.lang.String getDocumentId()
Gets the document guid for the document this list is associated with.
Returns:
The unique Imaging guid for the associated document.

getDocument

public Document getDocument()
Gets the Document object for this result.
Returns:
The document object for this result.

getColumnValues

public java.util.List<TypedValue> getColumnValues()
Gets a List of TypedValue containing the metadata values for this result.
Returns:
The column values for this result.

setColumnValues

public void setColumnValues(java.util.List<TypedValue> columnValues)
Sets the metadata values for this result.
Parameters:
columnValues - The metadata values for this result.

Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.