public interface TopicInfo extends java.io.Serializable, PermissionCheckValue
DiscussionService.getPrimaryPost(TopicInfo)
and DiscussionService#listPostReplies(TopicInfo, int, org.alfresco.query.PagingRequest)| Modifier and Type | Method and Description |
|---|---|
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 |
getShortSiteName() |
java.lang.String |
getSystemName() |
java.util.List |
getTags() |
java.lang.String |
getTitle() |
void |
setTitle(java.lang.String title)
Sets the Title of the topic.
|
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
PermissionCheckValuegetNodeRef in interface PermissionCheckValueorg.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()
java.lang.String getShortSiteName()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.