com.compoze.collab.beacm
Interface ICmTopicList

All Superinterfaces
IItemList

public interface ICmTopicList
extends IItemList

The ICmTopicList interface represents the set of sliced ICmTopics in a container.


Method Summary
 ICmTopic[] getTopics()
          Gets the topics that are on this page.
 
Methods inherited from interface com.compoze.collab.IItemList
getItemCount, getItems, getItemStartIndex, getPage, getPageCount, getTotalItemCount, isFirstPage, isLastPage
 

Method Detail

getTopics

ICmTopic[] getTopics()
                     throws CollaborationException
Gets the topics that are on this page.

Returns
the topics on this page.
Throws
CollaborationException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved