| 
 | 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.SearchParameters
oracle.imaging.SearchParameters
public class SearchParameters
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 | 
|---|
public SearchParameters()
public SearchParameters(Search search)
search - The search the parameters are being extracted from.| Method Detail | 
|---|
public java.lang.String getInstructions()
public java.lang.String getName()
Search these SearchParameter were generated from.public java.util.List<SearchParameter> getSearchParameters()
ParameterDefinition objects| 
 | 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 | |||||||