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
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

Deprecated. Fixed API deprecated since 10gR3

public interface ISISObject
extends ICISObject

Base contract for fixed api objects.


Field Summary
static int OPERATOR_ADVSEARCH
          Deprecated.  
static int OPERATOR_ALLVALUES
          Deprecated.  
static int OPERATOR_AND
          Deprecated.  
static int OPERATOR_BEGINSWITH
          Deprecated.  
static int OPERATOR_CONTAINS
          Deprecated.  
static int OPERATOR_ENDSWITH
          Deprecated.  
static int OPERATOR_EQUAL
          Deprecated.  
static int OPERATOR_EXACTPHRASE
          Deprecated.  
static int OPERATOR_GREATERTHAN
          Deprecated.  
static int OPERATOR_GREATERTHANEQUAL
          Deprecated.  
static int OPERATOR_IN
          Deprecated.  
static int OPERATOR_LESSTHAN
          Deprecated.  
static int OPERATOR_LESSTHANEQUAL
          Deprecated.  
static int OPERATOR_LIKE
          Deprecated.  
static int OPERATOR_NOTBEGINSWITH
          Deprecated.  
static int OPERATOR_NOTCONTAINS
          Deprecated.  
static int OPERATOR_NOTENDSWITH
          Deprecated.  
static int OPERATOR_NOTEQUAL
          Deprecated.  
static int OPERATOR_NOTIN
          Deprecated.  
static int OPERATOR_NOTLIKE
          Deprecated.  
static int OPERATOR_OR
          Deprecated.  
static int OPERATOR_SEARCH
          Deprecated.  

 

Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM

 

Method Summary
 java.lang.String getErrorMessage()
          Deprecated.  
 ISISObjectVersion getObjectVersion()
          Deprecated.  
 java.lang.Object getSourceObject()
          Deprecated.  
 java.lang.Object getSourceObject(java.lang.Object input)
          Deprecated.  
 boolean hasError()
          Deprecated.  

 

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
Deprecated. 
See Also:
Constant Field Values

OPERATOR_NOTEQUAL

static final int OPERATOR_NOTEQUAL
Deprecated. 
See Also:
Constant Field Values

OPERATOR_GREATERTHAN

static final int OPERATOR_GREATERTHAN
Deprecated. 
See Also:
Constant Field Values

OPERATOR_LESSTHAN

static final int OPERATOR_LESSTHAN
Deprecated. 
See Also:
Constant Field Values

OPERATOR_GREATERTHANEQUAL

static final int OPERATOR_GREATERTHANEQUAL
Deprecated. 
See Also:
Constant Field Values

OPERATOR_LESSTHANEQUAL

static final int OPERATOR_LESSTHANEQUAL
Deprecated. 
See Also:
Constant Field Values

OPERATOR_BEGINSWITH

static final int OPERATOR_BEGINSWITH
Deprecated. 
See Also:
Constant Field Values

OPERATOR_ENDSWITH

static final int OPERATOR_ENDSWITH
Deprecated. 
See Also:
Constant Field Values

OPERATOR_CONTAINS

static final int OPERATOR_CONTAINS
Deprecated. 
See Also:
Constant Field Values

OPERATOR_LIKE

static final int OPERATOR_LIKE
Deprecated. 
See Also:
Constant Field Values

OPERATOR_NOTLIKE

static final int OPERATOR_NOTLIKE
Deprecated. 
See Also:
Constant Field Values

OPERATOR_NOTBEGINSWITH

static final int OPERATOR_NOTBEGINSWITH
Deprecated. 
See Also:
Constant Field Values

OPERATOR_NOTENDSWITH

static final int OPERATOR_NOTENDSWITH
Deprecated. 
See Also:
Constant Field Values

OPERATOR_NOTCONTAINS

static final int OPERATOR_NOTCONTAINS
Deprecated. 
See Also:
Constant Field Values

OPERATOR_IN

static final int OPERATOR_IN
Deprecated. 
See Also:
Constant Field Values

OPERATOR_NOTIN

static final int OPERATOR_NOTIN
Deprecated. 
See Also:
Constant Field Values

OPERATOR_SEARCH

static final int OPERATOR_SEARCH
Deprecated. 
See Also:
Constant Field Values

OPERATOR_ADVSEARCH

static final int OPERATOR_ADVSEARCH
Deprecated. 
See Also:
Constant Field Values

OPERATOR_EXACTPHRASE

static final int OPERATOR_EXACTPHRASE
Deprecated. 
See Also:
Constant Field Values

OPERATOR_ALLVALUES

static final int OPERATOR_ALLVALUES
Deprecated. 
See Also:
Constant Field Values

OPERATOR_AND

static final int OPERATOR_AND
Deprecated. 
See Also:
Constant Field Values

OPERATOR_OR

static final int OPERATOR_OR
Deprecated. 
See Also:
Constant Field Values

Method Detail

getSourceObject

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

getSourceObject

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

getErrorMessage

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

hasError

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

getObjectVersion

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

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.