public interface PostInfo extends Serializable, PermissionCheckValue
DiscussionService.listPostReplies(PostInfo, int)
Modifier and Type | Method and Description |
---|---|
String |
getContents() |
Date |
getCreatedAt() |
String |
getCreator() |
Date |
getModifiedAt() |
String |
getModifier() |
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Get the underlying node value that needs to be permission checked.
|
String |
getSystemName() |
String |
getTitle() |
TopicInfo |
getTopic() |
Date |
getUpdatedAt() |
void |
setContents(String contentHTML)
Sets the (HTML) Content of the post
|
void |
setTitle(String title)
Sets the Title of the post.
|
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
PermissionCheckValue
getNodeRef
in interface PermissionCheckValue
String getSystemName()
String getTitle()
void setTitle(String title)
String getContents()
void setContents(String contentHTML)
String getCreator()
String getModifier()
Date getCreatedAt()
Date getModifiedAt()
Date getUpdatedAt()
Copyright © 2005–2017 Alfresco Software. All rights reserved.