Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


com.stellent.cis.client.api.sis.search
Interface ISISAdhocPrompt

All Superinterfaces:
ICISObject, ISISObject, java.io.Serializable

Deprecated. Fixed API deprecated since 10gR3

public interface ISISAdhocPrompt
extends ISISObject

Field Summary

 

Fields inherited from interface com.stellent.cis.client.api.sis.ISISObject
OPERATOR_ADVSEARCH, OPERATOR_ALLVALUES, OPERATOR_AND, OPERATOR_BEGINSWITH, OPERATOR_CONTAINS, OPERATOR_ENDSWITH, OPERATOR_EQUAL, OPERATOR_EXACTPHRASE, OPERATOR_GREATERTHAN, OPERATOR_GREATERTHANEQUAL, OPERATOR_IN, OPERATOR_LESSTHAN, OPERATOR_LESSTHANEQUAL, OPERATOR_LIKE, OPERATOR_NOTBEGINSWITH, OPERATOR_NOTCONTAINS, OPERATOR_NOTENDSWITH, OPERATOR_NOTEQUAL, OPERATOR_NOTIN, OPERATOR_NOTLIKE, OPERATOR_OR, OPERATOR_SEARCH

 

Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM

 

Method Summary
 ISISComparisonOperator getComparisonOperator()
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
 ISISOptionList getOptionList()
          Deprecated.  
 java.lang.String getSecondaryInput()
          Deprecated.  
 java.lang.String getType()
          Deprecated.  
 java.lang.String getUserInput()
          Deprecated.  
 boolean isIncludeInResults()
          Deprecated.  
 void setComparisonoperator(int type)
          Deprecated.  
 void setComparisonoperator(ISISComparisonOperator comparisonOperator)
          Deprecated.  
 void setIncludeInResults(boolean includeInResults)
          Deprecated.  
 void setSecondaryInput(java.lang.String rightOperand)
          Deprecated.  
 void setUserInput(java.lang.String leftOperand)
          Deprecated.  

 

Methods inherited from interface com.stellent.cis.client.api.sis.ISISObject
getErrorMessage, getObjectVersion, getSourceObject, getSourceObject, hasError

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty

 

Method Detail

getName

java.lang.String getName()
Deprecated. 
Returns:
The name of the prompt

getType

java.lang.String getType()
Deprecated. 
Returns:
The type of the field.

isIncludeInResults

boolean isIncludeInResults()
Deprecated. 
Returns:
Defines if the field should be included in the search results. This value is defaulted to True. Set it to False to not include a field in the results set.

setIncludeInResults

void setIncludeInResults(boolean includeInResults)
Deprecated. 
Parameters:
includeInResults - Defines if the field should be included in the search results. This value is defaulted to True. Set it to False to not include a field in the results set.

getUserInput

java.lang.String getUserInput()
Deprecated. 
Returns:
The value for the comparison.

setUserInput

void setUserInput(java.lang.String leftOperand)
Deprecated. 
Parameters:
leftOperand - The value for the comparison.

getSecondaryInput

java.lang.String getSecondaryInput()
Deprecated. 
Returns:
Used as the second value in comparisons requiring one (i.e. between).

setSecondaryInput

void setSecondaryInput(java.lang.String rightOperand)
Deprecated. 
Parameters:
rightOperand - Used as the second value in comparisons requiring one (i.e. between).

getComparisonOperator

ISISComparisonOperator getComparisonOperator()
Deprecated. 
Returns:
The comparison operator that should be used to combine the prompt comparison. Use one of the comparisonOperators types and set the type property on this object. This defaults to NOP which is a value of -1.

setComparisonoperator

void setComparisonoperator(ISISComparisonOperator comparisonOperator)
Deprecated. 
Parameters:
comparisonOperator - The comparison operator that should be used to combine the prompt comparison. Use one of the comparisonOperators types and set the type property on this object. This defaults to NOP which is a value of -1.

setComparisonoperator

void setComparisonoperator(int type)
Deprecated. 
Parameters:
type - The type of comparison operator to use for this prompt.

getOptionList

ISISOptionList getOptionList()
Deprecated. 
Returns:
An object describing the option list for this field.

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


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