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 ISISID

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

Deprecated. Fixed API deprecated since 10gR3

public interface ISISID
extends ICISID, ISISObject

Identifier uniquely identifies content in a fixed system.


Field Summary

 

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

 

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.lang.String getFTSFilters()
          Deprecated.  
 java.lang.String getIndexProvider()
          Deprecated.  
 java.lang.String getLucid()
          Deprecated.  
 java.lang.String getMimeType()
          Deprecated.  
 java.lang.String getRowIdentifier()
          Deprecated.  
 java.lang.String getSSProviderID()
          Deprecated.  
 java.lang.String getTableName()
          Deprecated.  
 void setFTSFilters(java.lang.String ftsFilters)
          Deprecated.  
 void setIndexProvider(java.lang.String indexProvider)
          Deprecated.  
 void setLucid(java.lang.String lucid)
          Deprecated. Sets the lucid field.
 void setMimeType(java.lang.String mimeType)
          Deprecated.  
 void setRowIdentifier(java.lang.String rowIdentifier)
          Deprecated.  
 void setSSProviderID(java.lang.String ssProviderID)
          Deprecated.  
 void setTableName(java.lang.String tableName)
          Deprecated.  

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISID
getAdapterName

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty

 

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

getLucid

java.lang.String getLucid()
Deprecated. 
Returns:
A string value containing a unique key to the stored item. (Known as the UniqueID or RECID in the Context SDK.)

setLucid

void setLucid(java.lang.String lucid)
Deprecated. 
Sets the lucid field.
Parameters:
lucid - A string value containing a unique key to the stored item. (Known as the UniqueID or RECID in the Context SDK.)

getMimeType

java.lang.String getMimeType()
Deprecated. 
Returns:
A String value containing an indicator of the document type contained within the entity.

setMimeType

void setMimeType(java.lang.String mimeType)
Deprecated. 
Parameters:
mimeType - A String value containing an indicator of the document type contained within the entity.

getSSProviderID

java.lang.String getSSProviderID()
Deprecated. 
Returns:
A String value containing a GUID key which identifies the system managing the storage of the entity. Default is {0BF3C340-4C13-11d3-8166-00C04F99E979}.

setSSProviderID

void setSSProviderID(java.lang.String ssProviderID)
Deprecated. 
Parameters:
ssProviderID - A String value containing a GUID key which identifies the system managing the storage of the entity. Default is {0BF3C340-4C13-11d3-8166-00C04F99E979}.

getTableName

java.lang.String getTableName()
Deprecated. 
Returns:
A String value which uniquely identifies the index definition or schema into which the index values are stored. The table name must be fully qualified. (case-sensitive)

setTableName

void setTableName(java.lang.String tableName)
Deprecated. 
Parameters:
tableName - A String value which uniquely identifies the index definition or schema into which the index values are stored. The table name must be fully qualified. (case-sensitive)

getRowIdentifier

java.lang.String getRowIdentifier()
Deprecated. 
Returns:
A String value containing a unique key to the index values. The actual value depends upon the requirements of the system managing the index. It is only necessarily unique within the Index definition identified by the IndexName property.

setRowIdentifier

void setRowIdentifier(java.lang.String rowIdentifier)
Deprecated. 
Parameters:
rowIdentifier - A String value containing a unique key to the index values. The actual value depends upon the requirements of the system managing the index. It is only necessarily unique within the Index definition identified by the IndexName property.

getIndexProvider

java.lang.String getIndexProvider()
Deprecated. 
Returns:
A String value containing a GUID key which identifies the system managing the index of the entity.

setIndexProvider

void setIndexProvider(java.lang.String indexProvider)
Deprecated. 
Parameters:
indexProvider - A String value containing a GUID key which identifies the system managing the index of the entity.

getFTSFilters

java.lang.String getFTSFilters()
Deprecated. 
Returns:
Future Use.

setFTSFilters

void setFTSFilters(java.lang.String ftsFilters)
Deprecated. 
Parameters:
ftsFilters - Future Use.

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.