Skip navigation links

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

E12853-03


oracle.imaging
Class SearchParameters

java.lang.Object
  extended by oracle.imaging.SearchParameters


public class SearchParameters
extends java.lang.Object

The SearchParameters class provides a container for the Search$ParameterDefinition objects. This class contains the list of all parameters for this search and a description of the parameters.


Constructor Summary
SearchParameters()
          The default constructor required to be explicitly declared for JAXB serialization.
SearchParameters(Search search)
          Construct the SearchParameters object based on the Search Object and its ParameterDefinitions.

 

Method Summary
 java.lang.String getInstructions()
          Gets the description of the parameters.
 java.lang.String getName()
          Gets the name of the search.
 java.util.List<SearchParameter> getSearchParameters()
          Gets the list of search parameter searchParameters for this search.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SearchParameters

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

SearchParameters

public SearchParameters(Search search)
Construct the SearchParameters object based on the Search Object and its ParameterDefinitions.
Parameters:
search - The search the parameters are being extracted from.

Method Detail

getInstructions

public java.lang.String getInstructions()
Gets the description of the parameters.
Returns:
the description of the parameters.

getName

public java.lang.String getName()
Gets the name of the search.
Returns:
the name of the Search these SearchParameter were generated from.

getSearchParameters

public java.util.List<SearchParameter> getSearchParameters()
Gets the list of search parameter searchParameters for this search.
Returns:
a list of ParameterDefinition objects

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.