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.common
Interface ICISContent

All Superinterfaces:
ICISObject, java.io.Serializable
All Known Subinterfaces:
ISCSActionContent, ISCSContent, ISCSFolder, ISCSFolderContent, ISCSInfoContent, ISCSSearchResult, ISISContent

public interface ICISContent
extends ICISObject

Base interface for all managed content objects.


Field Summary

 

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

 

Method Summary
 ICISID getIdentifier()
           
 java.lang.String getName()
           
 ICISProperty getProperty(java.lang.String name, ICISCommonMetadataMap metadataMap)
           
 java.lang.String getSourceAdapter()
           
 java.lang.String getType()
           
 void setProperty(java.lang.String name, java.lang.Object value, ICISCommonMetadataMap metadataMap)
           

 

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

 

Method Detail

getIdentifier

ICISID getIdentifier()
Returns:
the unique identifier

getName

java.lang.String getName()
Returns:
A representation of this documents name.

getType

java.lang.String getType()
Returns:
A representation of this documents type.

getSourceAdapter

java.lang.String getSourceAdapter()
Returns:
The adapter name that was the source of this request.

getProperty

ICISProperty getProperty(java.lang.String name,
                         ICISCommonMetadataMap metadataMap)
Parameters:
name - the common property name as referenced in the metadata map
metadataMap - the metadata map holding the definition for the given property name
Returns:
the property value for the name

setProperty

void setProperty(java.lang.String name,
                 java.lang.Object value,
                 ICISCommonMetadataMap metadataMap)
Parameters:
name - the common property name as referenced in the metadata map
value - the property value
metadataMap - the metadata map holding the definition for the given property name

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.