Package | Description |
---|---|
org.nuxeo.ecm.platform.comment.web |
Modifier and Type | Field and Description |
---|---|
protected List<ThreadEntry> |
AbstractCommentManagerActionsBean.commentThread |
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.
|
Copyright © 2018 Nuxeo. All rights reserved.