|
Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference 11g Release 1 (11.1) E17350-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Deprecated. Fixed API deprecated since 10gR3
public interface ISISAdhocQuery
This allows the client to obtain a list of Prompts for the specified application.
| Field Summary | |
|---|---|
static int |
ALLDeprecated. |
static int |
DMDeprecated. |
static int |
FIELDDeprecated. |
static int |
FULLTEXTDeprecated. |
static int |
SYSTEMDeprecated. |
static int |
UNKNOWNDeprecated. |
| 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 |
|---|
static final int UNKNOWN
static final int FIELD
static final int SYSTEM
static final int FULLTEXT
static final int DM
static final int ALL
| Method Detail |
|---|
java.util.List getLogicalOperators()
ISISLogicalOperatorjava.util.List getComparisonOperators()
ISISComparisonOperatorISISApplication getApplication()
ISISLogicalOperator getLogicalOperator()
void setLogicalOperator(ISISLogicalOperator logicalOperator)
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.void setLogicalOperator(int type)
type - The integer value that corresponds to the logical operator to use.java.util.List getPrompts()
ISISAdhocPromptISISAdhocPrompt getPrompt(java.lang.String name)
name - The name of the prompt to retrieve.
|
Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference 11g Release 1 (11.1) E17350-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||