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.process
Interface ISISProfilePrompt

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

Deprecated. Fixed API deprecated since 10gR3

public interface ISISProfilePrompt
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
 java.util.List getAvailableOperators()
          Deprecated.  
 java.lang.String getDisplayText()
          Deprecated.  
 java.lang.String getDistinctListName()
          Deprecated.  
 int getFieldID()
          Deprecated.  
 int getFieldType()
          Deprecated.  
 ISISProcessOperator getOperator()
          Deprecated.  
 java.lang.String getPickListName()
          Deprecated.  
 java.lang.String getUserInput()
          Deprecated.  
 boolean hasPickList()
          Deprecated.  
 boolean isRequired()
          Deprecated.  
 void setUserInput(java.lang.String input)
          Deprecated.  
 boolean useDistinctList()
          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

getFieldID

int getFieldID()
Deprecated. 
Returns:
Uniquely identifies a field within a given Package.

getFieldType

int getFieldType()
Deprecated. 
Returns:
This property is identifies the type of the FieldDefinition that has been associated with the PromptCriterion

getDisplayText

java.lang.String getDisplayText()
Deprecated. 
Returns:
Represents the text used to identify what field information is needed to be entered.

getOperator

ISISProcessOperator getOperator()
Deprecated. 
Returns:
Object containing information about the operator for this prompt field.

getAvailableOperators

java.util.List getAvailableOperators()
Deprecated. 
Returns:
List containing all available operators for this prompt field ISISProcessOperator

isRequired

boolean isRequired()
Deprecated. 
Returns:
Specifies whether or not the prompt information is required in order to execute the profile, as configured within the PromptCriterion.

hasPickList

boolean hasPickList()
Deprecated. 
Returns:
Specifies whether or not the pick list values can be used to enter the prompt information for the profile, as configured within the PromptCriterion.

useDistinctList

boolean useDistinctList()
Deprecated. 
Returns:
Specifies whether or not the distinct list values can be used to enter the prompt information for the profile, as configured within the PromptCriterion.

getDistinctListName

java.lang.String getDistinctListName()
Deprecated. 
Returns:
The name of the associated Distinct List.

getPickListName

java.lang.String getPickListName()
Deprecated. 
Returns:
The name of the associated pick list, if any.

getUserInput

java.lang.String getUserInput()
Deprecated. 
Returns:
The value of the prompt field.

setUserInput

void setUserInput(java.lang.String input)
Deprecated. 
Parameters:
input - The user specified input for this prompt 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.