|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TopicInfo
This class represents a Topic in a forum.
To retrieve either the Primary Post, or all Posts,
use DiscussionService.getPrimaryPost(TopicInfo)
and DiscussionService#listPostReplies(TopicInfo, int, org.alfresco.query.PagingRequest)
Method Summary | |
---|---|
org.alfresco.service.cmr.repository.NodeRef |
getContainerNodeRef()
|
java.util.Date |
getCreatedAt()
|
java.lang.String |
getCreator()
|
java.util.Date |
getModifiedAt()
|
java.lang.String |
getModifier()
|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Get the underlying node value that needs to be permission checked. |
java.lang.String |
getSystemName()
|
java.util.List |
getTags()
|
java.lang.String |
getTitle()
|
void |
setTitle(java.lang.String title)
Sets the Title of the topic. |
Method Detail |
---|
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
PermissionCheckValue
getNodeRef
in interface PermissionCheckValue
org.alfresco.service.cmr.repository.NodeRef getContainerNodeRef()
java.lang.String getSystemName()
java.lang.String getTitle()
void setTitle(java.lang.String title)
java.lang.String getCreator()
java.lang.String getModifier()
java.util.Date getCreatedAt()
java.util.Date getModifiedAt()
java.util.List getTags()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |