com.stellent.cis.client.api.sis.process
Interface ISISPackageFieldOptionList

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

public interface ISISPackageFieldOptionList
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 getCount()
           
 java.lang.String getDisplayText()
           
 int getFieldID()
           
 java.lang.String getFieldName()
           
 int getIndex()
           
 int getTemplateID()
           
 java.lang.String getTemplateName()
           
 boolean isOptionList()
           
 
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()
Returns:
Uniquely identifies a field within a given Package.

getFieldName

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

getTemplateID

int getTemplateID()
Returns:
This property is the numeric key into the Templates collection.

getTemplateName

java.lang.String getTemplateName()
Returns:
Represents the name of the template that defines the structure of the package.

isOptionList

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

getCount

int getCount()
Returns:
Indicates the number of objects in a collection.

getIndex

int getIndex()
Returns:
A long expression that evaluates to the ordinal number of an object in a collection.

getDisplayText

java.lang.String getDisplayText()
Returns:
The Associated value for the Field.