mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
On advice from Derek, pre-load node details when wrapping CQ results as higher level objects, for Calendar, Wiki, Links and Discussions
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29796 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -174,13 +174,13 @@ public interface DiscussionService {
|
||||
* Retrieves all replies on a Topic
|
||||
*/
|
||||
@NotAuditable
|
||||
PagingResults<PostInfo> listPostReplies(TopicInfo forum, int levels, PagingRequest paging);
|
||||
PostWithReplies listPostReplies(TopicInfo forum, int levels);
|
||||
|
||||
/**
|
||||
* Retrieves all replies to a Post
|
||||
*/
|
||||
@NotAuditable
|
||||
PagingResults<PostInfo> listPostReplies(PostInfo primaryPost, int levels, PagingRequest paging);
|
||||
PostWithReplies listPostReplies(PostInfo primaryPost, int levels);
|
||||
|
||||
/**
|
||||
* Retrieves all posts in a site, across all topics
|
||||
|
Reference in New Issue
Block a user