Skip navigation links

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

E12853-03


oracle.imaging
Class SearchArgument

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


public class SearchArgument
extends java.lang.Object

The SearchArgument class is the dynamic content for a Search. This class provides the dynamic SearchValueand Search$Operatorfor the execution of a search.


Constructor Summary
SearchArgument()
          This is the default constructor required by JAXB for serialization.
SearchArgument(SearchArgument original)
          Copy constructor
SearchArgument(java.lang.String parameterName, SearchValue parameterValue)
          Convienence Constructor.

 

Method Summary
 Search.Operator getOperatorValue()
          Gets the Search$Operatorto be used with this parameter.
 java.lang.String getParameterName()
          Gets the text name of the parameter.
 SearchValue getParameterValue()
          Gets the SearchValue for this parameter.
 void setOperatorValue(Search.Operator operatorValue)
          Sets the Search$Operatorto be used with this parameter.
 void setParameterName(java.lang.String parameterName)
          Sets the parameter name that identifies this parameter.
 void setParameterValue(SearchValue parameterValue)
          Sets the SearchValue for this parameter.

 

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

 

Constructor Detail

SearchArgument

public SearchArgument()
This is the default constructor required by JAXB for serialization.

SearchArgument

public SearchArgument(SearchArgument original)
Copy constructor

SearchArgument

public SearchArgument(java.lang.String parameterName,
                      SearchValue parameterValue)
Convienence Constructor.
Parameters:
parameterName -
parameterValue -

Method Detail

getParameterName

public java.lang.String getParameterName()
Gets the text name of the parameter. This name is unique within the search.
Returns:
the name of the parameter.

setParameterName

public void setParameterName(java.lang.String parameterName)
Sets the parameter name that identifies this parameter.
Parameters:
parameterName - The text name of the parameter.

getParameterValue

public SearchValue getParameterValue()
Gets the SearchValue for this parameter.
Returns:
the value for the parameter.

setParameterValue

public void setParameterValue(SearchValue parameterValue)
Sets the SearchValue for this parameter.
Parameters:
parameterValue - the current value of the parameter.

getOperatorValue

public Search.Operator getOperatorValue()
Gets the Search$Operatorto be used with this parameter.
Returns:
the parameter's search searchOperator.

setOperatorValue

public void setOperatorValue(Search.Operator operatorValue)
Sets the Search$Operatorto be used with this parameter.
Parameters:
operatorValue - The current search searchOperator for this parameter.

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.