com.stellent.cis.client.api.scs
Interface ISCSID

All Superinterfaces:
ICISID, ICISObject, ICISObjectInitializable, ISCSObject, java.io.Serializable
All Known Subinterfaces:
ISCSContentID, ISCSDocumentID, ISCSFolderID, ISCSFolderPathID, ISCSInternalID, ISCSLinkID, ISCSSubscriptionBasicID, ISCSSubscriptionCriteriaID, ISCSSubscriptionID, ISCSWorkflowID, ISCSWorkflowStepID

public interface ISCSID
extends ICISID, ISCSObject


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
ICISObjectInitializable.AdapterVersionAware
 
Field Summary
static int TYPE_CONTENT_ID
           
static int TYPE_DOCUMENT_ID
           
static int TYPE_FOLDER_ID
           
static int TYPE_FOLDER_PATH
           
static int TYPE_INTERNAL_ID
           
static int TYPE_LINK_ID
           
static int TYPE_UNKNOWN
           
 
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.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM
 
Method Summary
 int getType()
           
 
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.scs.ISCSObject
castObject, clearPropertyFilter, copyObject, getPropertyFilter, getSourceAdapter, getSourceObject, getSourceObjectPropertyType, mergeObject, mergeObject, removeProperty, setPropertyFilter, setRestrictedPropertyFilter, setSourceObjectPropertyType
 
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.common.ICISObjectInitializable
intialize
 

Field Detail

TYPE_CONTENT_ID

static final int TYPE_CONTENT_ID
See Also:
Constant Field Values

TYPE_DOCUMENT_ID

static final int TYPE_DOCUMENT_ID
See Also:
Constant Field Values

TYPE_FOLDER_PATH

static final int TYPE_FOLDER_PATH
See Also:
Constant Field Values

TYPE_FOLDER_ID

static final int TYPE_FOLDER_ID
See Also:
Constant Field Values

TYPE_INTERNAL_ID

static final int TYPE_INTERNAL_ID
See Also:
Constant Field Values

TYPE_LINK_ID

static final int TYPE_LINK_ID
See Also:
Constant Field Values

TYPE_UNKNOWN

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

getType

int getType()
Returns:
the type of data this identifier ensapulates