com.compoze.collab.beacm
Interface ICmForumRootContainer
- All Superinterfaces
- IContainer, IItem, IRootContainer, Serializable
public interface ICmForumRootContainer
- extends IRootContainer
Provides a root container interface for the
top level forum root. All categories are located below this root.
New top level categories may be added utilizing this class.
| Fields inherited from interface com.compoze.collab.IContainer |
CONTAINER_CLASS, HAS_SUBCONTAINERS, HOLDS_ITEMS, HOLDS_SUBCONTAINERS, KEYID_CONTAINER_CLASS, KEYID_HAS_SUBCONTAINERS, KEYID_HOLDS_ITEMS, KEYID_HOLDS_SUBCONTAINERS, KEYID_NAME, KEYID_SUBCONTAINER_COUNT, MINIMUM_CONTAINER_KEYS, NAME, SUBCONTAINER_COUNT |
| Methods inherited from interface com.compoze.collab.IContainer |
add, add, add, addSubcontainer, copyTo, getContainerClass, getItemCount, getItemCount, getItems, getItems, getItems, getItems, getItems, getName, getSubcontainer, getSubcontainer, getSubcontainers, getSubcontainers, hasSubcontainer, holdsItems, holdsSubcontainers, isUnder, moveTo, setName |
| Methods inherited from interface com.compoze.collab.IItem |
commit, containsKey, containsKey, copyProperties, delete, fetchProperties, getAttribute, getEnum, getID, getInputStream, getItemClass, getOutputStream, getParent, getParent, getParentID, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getReader, getRootContainer, getSession, getWriter, isMissing, removeAttribute, removeProperty, setAttribute, setProperties, setProperty, setProperty, setProperty |
CLASS
static final RootContainerClass CLASS
- The default type of root container for collaboration services.
getForumByID
ICmForum getForumByID(String sId)
throws CollaborationException
- Throws
CollaborationException
getForumByID
ICmForum getForumByID(String sId,
FetchProfile fp)
throws CollaborationException
- Throws
CollaborationException
getTopicByID
ICmTopic getTopicByID(String sId)
throws CollaborationException
- Throws
CollaborationException
getTopicByID
ICmTopic getTopicByID(String sId,
FetchProfile fp)
throws CollaborationException
- Throws
CollaborationException
getForumCategoryByID
ICmForumCategory getForumCategoryByID(String sId)
throws CollaborationException
- Throws
CollaborationException
getForumCategoryByID
ICmForumCategory getForumCategoryByID(String sId,
FetchProfile fp)
throws CollaborationException
- Throws
CollaborationException
addForumCategory
ICmForumCategory addForumCategory(String sName)
throws CollaborationException
- Throws
CollaborationException
getForumCategories
ICmForumCategory[] getForumCategories(QueryProfile qp)
throws CollaborationException
- Throws
CollaborationException
getForumCategories
ICmForumCategory[] getForumCategories()
throws CollaborationException
- Throws
CollaborationException
getForumCategories
ICmForumCategoryList getForumCategories(QueryProfile qp,
int iPageSize,
int iPage)
throws CollaborationException
- Gets categories in the container given a number of categories per 'page'
and a page number. This method can potentially overwrite the start index
and length value provided in
QueryProfile.
- Parameters
queryProfile - the query profile to use when getting itemsiPageSize - the count of items that makes a 'page' (<=0 for all)iPage - the page number to fetch (must be >=1)
- Returns
- the categories
- Throws
CollaborationException
Copyright © 2006 BEA Systems, Inc. All Rights Reserved