Package | Description |
---|---|
org.alfresco.repo.discussion | |
org.alfresco.service.cmr.discussion |
Modifier and Type | Method and Description |
---|---|
PostWithReplies |
DiscussionServiceImpl.listPostReplies(PostInfo primaryPost,
int levels) |
PostWithReplies |
DiscussionServiceImpl.listPostReplies(TopicInfo topic,
int levels) |
Modifier and Type | Method and Description |
---|---|
PostWithReplies |
DiscussionService.listPostReplies(PostInfo primaryPost,
int levels)
Retrieves all replies to a Post
|
PostWithReplies |
DiscussionService.listPostReplies(TopicInfo forum,
int levels)
Retrieves all replies on a Topic
|
Modifier and Type | Method and Description |
---|---|
List<PostWithReplies> |
PostWithReplies.getReplies() |
Constructor and Description |
---|
PostWithReplies(PostInfo post,
List<PostWithReplies> replies) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.