|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICmTopicSupport
| Field Summary | |
|---|---|
static Key |
DEEP_TOPIC_COUNT
Key representing the count of sub-topics. |
static int |
KEYID_DEEP_TOPIC_COUNT
The int id for the TOPIC_COUNT key. |
static int |
KEYID_TOPIC_COUNT
The int id for the TOPIC_COUNT key. |
static Key |
TOPIC_COUNT
Key representing the count of sub-topics. |
| Fields inherited from interface com.compoze.collab.beacm.ICmForumItem |
|---|
AUTHOR, BODY, CONTENT_TYPE, DATE_CREATED, DATE_LAST_MODIFIED, KEYID_AUTHOR, KEYID_BODY, KEYID_CONTENT_TYPE, KEYID_DATE_CREATED, KEYID_DATE_LAST_MODIFIED, KEYID_KEYWORDS, KEYID_MASK_AUTHOR, KEYWORDS, MASK_AUTHOR |
| Fields inherited from interface com.compoze.collab.beacm.ICmItem |
|---|
ATTACHMENT_COUNT, KEYID_ATTACHMENT_COUNT, KEYID_OWNER, KEYID_VISIBILITY, OWNER, VISIBILITY |
| Fields inherited from interface com.compoze.collab.IAttachmentSupport |
|---|
ATTACHMENTS, HAS_ATTACHMENT, KEYID_ATTACHMENTS, KEYID_HAS_ATTACHMENT |
| Method Summary | |
|---|---|
ICmTopic |
addTopic(String sName)
Create a new topic and adds it as a child to this item |
int |
getDeepTopicCount()
Gets the number of topics under this topic and under all topics below this one. |
int |
getTopicCount()
Gets the number of topics immediately below this forum. |
| Methods inherited from interface com.compoze.collab.beacm.ICmForumItem |
|---|
getAuthor, getBody, getBodyContentType, getDateCreated, getDateLastModified, getKeywords, getMaskAuthor, getName, setAuthor, setBody, setKeywords, setMaskAuthor, setName |
| Methods inherited from interface com.compoze.collab.IAttachmentSupport |
|---|
addAttachment, getAttachment, getAttachmentCount, getAttachments, hasAttachment |
| Field Detail |
|---|
static final int KEYID_DEEP_TOPIC_COUNT
int id for the TOPIC_COUNT key.
static final Key DEEP_TOPIC_COUNT
static final int KEYID_TOPIC_COUNT
int id for the TOPIC_COUNT key.
static final Key TOPIC_COUNT
| Method Detail |
|---|
ICmTopic addTopic(String sName)
throws CollaborationException
sName - name of the new topic. Not null
CollaborationException
int getDeepTopicCount()
throws CollaborationException
CollaborationException - if there was an error getting the number of topics
int getTopicCount()
throws CollaborationException
CollaborationException - if there was an error getting the number of topics
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||