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 ICISContentPage

All Superinterfaces:
ICISObject, java.io.Serializable
All Known Subinterfaces:
ISCSContentPage, ISISContentPage

public interface ICISContentPage
extends ICISObject

Describes an individual page of content


Field Summary

 

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

 

Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 ICISID getParentID()
           
 java.lang.String getSourceAdapter()
           

 

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

 

Method Detail

getName

java.lang.String getName()
Returns:
the page name

getDescription

java.lang.String getDescription()
Returns:
the page description

getParentID

ICISID getParentID()
Returns:
Returns the document identifier that this page is from.

getSourceAdapter

java.lang.String getSourceAdapter()
Returns:
The adapter that the content page is from.

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.