Package | Description |
---|---|
org.nuxeo.ecm.platform.comment.web | |
org.nuxeo.ecm.platform.forum.web | |
org.nuxeo.ecm.platform.forum.web.api |
Modifier and Type | Method and Description |
---|---|
List<ThreadEntry> |
CommentManagerActionsBean.getCommentsAsThread()
Retrieves the list of comment trees associated with a document and constructs a flat list of comments associated
with their depth (to easily display them with indentation).
|
List<ThreadEntry> |
CommentManagerActions.getCommentsAsThread()
Initializes uiComments with currentDocument if uiComments is null.
|
List<ThreadEntry> |
CommentManagerActions.getCommentsAsThread(DocumentModel commentedDoc)
Initialize uiComments with given Document if uiComments is null.
|
List<ThreadEntry> |
AbstractCommentManagerActionsBean.getCommentsAsThread(DocumentModel commentedDoc) |
List<ThreadEntry> |
CommentManagerActions.getCommentsAsThreadOnDoc(DocumentModel doc) |
List<ThreadEntry> |
AbstractCommentManagerActionsBean.getCommentsAsThreadOnDoc(DocumentModel doc)
Recursively retrieves all comments of a doc.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCommentManagerActionsBean.flattenTree(List<ThreadEntry> commentThread,
UIComment uiComment,
int depth)
Visits a list of comment trees and puts them into a list of "ThreadEntry"s.
|
Modifier and Type | Method and Description |
---|---|
List<ThreadEntry> |
ThreadActionBean.getPostsAsThread() |
Modifier and Type | Method and Description |
---|---|
List<ThreadEntry> |
ThreadAction.getPostsAsThread()
Gets all available posts in the thread according the Post state and principal rights.
|
Copyright © 2015 Nuxeo SA. All rights reserved.