com.stellent.cis.client.api.sis
Interface ISISObject

All Superinterfaces:
ICISObject, java.io.Serializable
All Known Subinterfaces:
ISISAdhocPrompt, ISISAdhocQuery, ISISApplication, ISISApplicationResponse, ISISComparisonOperator, ISISContent, ISISContentPage, ISISCreateDocumentRequest, ISISCreateDocumentResponse, ISISCreatePackage, ISISCreatePackageResult, ISISID, ISISLogicalOperator, ISISOptionList, ISISPackage, ISISPackageAttachment, ISISPackageDecision, ISISPackageField, ISISPackageFieldOptionList, ISISPackageResult, ISISPackageTemplate, ISISPlaceInFlow, ISISPlaceInFlowRequest, ISISProcessOperator, ISISProcessProfile, ISISProfilePrompt, ISISPromptedProfile, ISISSavedSearch, ISISSearchPrompt, ISISTemplateField, ISISTemplateStartEvent, ISISUserField

public interface ISISObject
extends ICISObject

Base contract for fixed api objects.


Field Summary
static int OPERATOR_ADVSEARCH
           
static int OPERATOR_ALLVALUES
           
static int OPERATOR_AND
           
static int OPERATOR_BEGINSWITH
           
static int OPERATOR_CONTAINS
           
static int OPERATOR_ENDSWITH
           
static int OPERATOR_EQUAL
           
static int OPERATOR_EXACTPHRASE
           
static int OPERATOR_GREATERTHAN
           
static int OPERATOR_GREATERTHANEQUAL
           
static int OPERATOR_IN
           
static int OPERATOR_LESSTHAN
           
static int OPERATOR_LESSTHANEQUAL
           
static int OPERATOR_LIKE
           
static int OPERATOR_NOTBEGINSWITH
           
static int OPERATOR_NOTCONTAINS
           
static int OPERATOR_NOTENDSWITH
           
static int OPERATOR_NOTEQUAL
           
static int OPERATOR_NOTIN
           
static int OPERATOR_NOTLIKE
           
static int OPERATOR_OR
           
static int OPERATOR_SEARCH
           
 
Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM
 
Method Summary
 java.lang.String getErrorMessage()
           
 ISISObjectVersion getObjectVersion()
           
 java.lang.Object getSourceObject()
           
 java.lang.Object getSourceObject(java.lang.Object input)
           
 boolean hasError()
           
 
Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty
 

Field Detail

OPERATOR_EQUAL

static final int OPERATOR_EQUAL
See Also:
Constant Field Values

OPERATOR_NOTEQUAL

static final int OPERATOR_NOTEQUAL
See Also:
Constant Field Values

OPERATOR_GREATERTHAN

static final int OPERATOR_GREATERTHAN
See Also:
Constant Field Values

OPERATOR_LESSTHAN

static final int OPERATOR_LESSTHAN
See Also:
Constant Field Values

OPERATOR_GREATERTHANEQUAL

static final int OPERATOR_GREATERTHANEQUAL
See Also:
Constant Field Values

OPERATOR_LESSTHANEQUAL

static final int OPERATOR_LESSTHANEQUAL
See Also:
Constant Field Values

OPERATOR_BEGINSWITH

static final int OPERATOR_BEGINSWITH
See Also:
Constant Field Values

OPERATOR_ENDSWITH

static final int OPERATOR_ENDSWITH
See Also:
Constant Field Values

OPERATOR_CONTAINS

static final int OPERATOR_CONTAINS
See Also:
Constant Field Values

OPERATOR_LIKE

static final int OPERATOR_LIKE
See Also:
Constant Field Values

OPERATOR_NOTLIKE

static final int OPERATOR_NOTLIKE
See Also:
Constant Field Values

OPERATOR_NOTBEGINSWITH

static final int OPERATOR_NOTBEGINSWITH
See Also:
Constant Field Values

OPERATOR_NOTENDSWITH

static final int OPERATOR_NOTENDSWITH
See Also:
Constant Field Values

OPERATOR_NOTCONTAINS

static final int OPERATOR_NOTCONTAINS
See Also:
Constant Field Values

OPERATOR_IN

static final int OPERATOR_IN
See Also:
Constant Field Values

OPERATOR_NOTIN

static final int OPERATOR_NOTIN
See Also:
Constant Field Values

OPERATOR_SEARCH

static final int OPERATOR_SEARCH
See Also:
Constant Field Values

OPERATOR_ADVSEARCH

static final int OPERATOR_ADVSEARCH
See Also:
Constant Field Values

OPERATOR_EXACTPHRASE

static final int OPERATOR_EXACTPHRASE
See Also:
Constant Field Values

OPERATOR_ALLVALUES

static final int OPERATOR_ALLVALUES
See Also:
Constant Field Values

OPERATOR_AND

static final int OPERATOR_AND
See Also:
Constant Field Values

OPERATOR_OR

static final int OPERATOR_OR
See Also:
Constant Field Values
Method Detail

getSourceObject

java.lang.Object getSourceObject()
Returns:
The underlying source object that the fixed object was built on.

getSourceObject

java.lang.Object getSourceObject(java.lang.Object input)
Returns:
The underlying source object based on input object.

getErrorMessage

java.lang.String getErrorMessage()
Returns:
The error string if an error occurred while trying to create package.

hasError

boolean hasError()
Returns:
Indicates whether or not object contains error message.

getObjectVersion

ISISObjectVersion getObjectVersion()
Returns:
Object that describes object version information.