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 ISISAdhocQuery

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

Deprecated. Fixed API deprecated since 10gR3

public interface ISISAdhocQuery
extends ISISObject

This allows the client to obtain a list of Prompts for the specified application.


Field Summary
static int ALL
          Deprecated.  
static int DM
          Deprecated.  
static int FIELD
          Deprecated.  
static int FULLTEXT
          Deprecated.  
static int SYSTEM
          Deprecated.  
static int UNKNOWN
          Deprecated.  

 

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
 ISISApplication getApplication()
          Deprecated.  
 java.util.List getComparisonOperators()
          Deprecated.  
 ISISLogicalOperator getLogicalOperator()
          Deprecated.  
 java.util.List getLogicalOperators()
          Deprecated.  
 ISISAdhocPrompt getPrompt(java.lang.String name)
          Deprecated.  
 java.util.List getPrompts()
          Deprecated.  
 void setLogicalOperator(int type)
          Deprecated.  
 void setLogicalOperator(ISISLogicalOperator logicalOperator)
          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

 

Field Detail

UNKNOWN

static final int UNKNOWN
Deprecated. 
See Also:
Constant Field Values

FIELD

static final int FIELD
Deprecated. 
See Also:
Constant Field Values

SYSTEM

static final int SYSTEM
Deprecated. 
See Also:
Constant Field Values

FULLTEXT

static final int FULLTEXT
Deprecated. 
See Also:
Constant Field Values

DM

static final int DM
Deprecated. 
See Also:
Constant Field Values

ALL

static final int ALL
Deprecated. 
See Also:
Constant Field Values

Method Detail

getLogicalOperators

java.util.List getLogicalOperators()
Deprecated. 
Returns:
A List of all the available logical operators that can be used in the LogicalOperator property. ISISLogicalOperator

getComparisonOperators

java.util.List getComparisonOperators()
Deprecated. 
Returns:
A List of all the available comparison operators that can be used in the prompts. ISISComparisonOperator

getApplication

ISISApplication getApplication()
Deprecated. 
Returns:
A description of the Application that this Index Definition corresponds to. No need to modify any of its properties when creating the document.

getLogicalOperator

ISISLogicalOperator getLogicalOperator()
Deprecated. 
Returns:
The logical operator that should be used to combine the prompt comparison. Use one of the available logical operators and set the Type property on this object. This defaults to AND which is a value of 0.

setLogicalOperator

void setLogicalOperator(ISISLogicalOperator logicalOperator)
Deprecated. 
Parameters:
logicalOperator - The logical operator that should be used to combine the prompt comparison. Use one of the available logical operators and set the Type property on this object. This defaults to AND which is a value of 0.

setLogicalOperator

void setLogicalOperator(int type)
Deprecated. 
Parameters:
type - The integer value that corresponds to the logical operator to use.

getPrompts

java.util.List getPrompts()
Deprecated. 
Returns:
A List of ad-hoc prompt objects representing each of the available prompts in the application. ISISAdhocPrompt

getPrompt

ISISAdhocPrompt getPrompt(java.lang.String name)
Deprecated. 
Parameters:
name - The name of the prompt to retrieve.
Returns:
The adhoc prompt object requested.

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.