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 ISISPackageField

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

Deprecated. Fixed API deprecated since 10gR3

public interface ISISPackageField
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
 int getFieldID()
          Deprecated.  
 java.lang.String getFieldName()
          Deprecated.  
 int getLength()
          Deprecated.  
 int getPackageID()
          Deprecated.  
 int getType()
          Deprecated.  
 java.lang.String getUserInput()
          Deprecated.  
 boolean hasPickList()
          Deprecated.  
 boolean isIndexed()
          Deprecated.  
 boolean isModified()
          Deprecated.  
 boolean isReadOnly()
          Deprecated.  
 boolean isSystemField()
          Deprecated.  
 void setUserInput(java.lang.String userInput)
          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

getPackageID

int getPackageID()
Deprecated. 
Returns:
Represents the numeric identifier for this copy of the package.

getUserInput

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

setUserInput

void setUserInput(java.lang.String userInput)
Deprecated. 
Parameters:
userInput - The value of the field.

getFieldID

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

getFieldName

java.lang.String getFieldName()
Deprecated. 
Returns:
Provides the textual name of the field within a package.

isModified

boolean isModified()
Deprecated. 
Returns:
Provides an indication regarding whether or not the FieldValue has been altered.

hasPickList

boolean hasPickList()
Deprecated. 
Returns:
States if a list of expected field values has been associated with this field by Acorde Process Builder.

isIndexed

boolean isIndexed()
Deprecated. 
Returns:
States if this field's values have been indexed in the database. An indexed field speeds evaluations of Profiles.

isReadOnly

boolean isReadOnly()
Deprecated. 
Returns:
States if the field's data value is read only.

isSystemField

boolean isSystemField()
Deprecated. 
Returns:
States if the field is a system defined field or a user defined field.

getLength

int getLength()
Deprecated. 
Returns:
States the maximum number of characters that can be inserted in a string field.

getType

int getType()
Deprecated. 
Returns:
States the data type of the value stored by 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.