Uses of Interface
org.nuxeo.ecm.platform.comment.api.CommentManager
Package
Description
-
Uses of CommentManager in org.nuxeo.ecm.core.rest
Modifier and TypeMethodDescriptionstatic CommentManager
CommentService.getCommentManager()
Deprecated. -
Uses of CommentManager in org.nuxeo.ecm.platform.comment.impl
Modifier and TypeClassDescriptionclass
class
class
Deprecated.class
Deprecated.since 11.1, useTreeCommentManager
insteadclass
Comment service implementation.Modifier and TypeFieldDescriptionprotected final CommentManager
CommentableDocumentAdapter.commentManager
protected CommentManager
CommentJsonWriter.commentManager
protected final CommentManager
BridgeCommentManager.first
protected final CommentManager
BridgeCommentManager.second
Modifier and TypeMethodDescriptionBridgeCommentManager.getFirst()
BridgeCommentManager.getSecond()
Modifier and TypeMethodDescriptionprotected <T> T
BridgeCommentManager.execute
(CoreSession s, DocumentRef documentRef, Function<CommentManager, T> function) Executes the given function for a comment document ref, depending on the types of comment managers. -
Uses of CommentManager in org.nuxeo.ecm.platform.comment.listener
Modifier and TypeMethodDescriptionprotected void
AbstractCommentListener.deleteCommentChildren
(CoreSession coreSession, CommentManager commentManager, DocumentModel documentModel) -
Uses of CommentManager in org.nuxeo.ecm.platform.comment.service
Modifier and TypeMethodDescriptionCommentService.getCommentManager()
Deprecated.since 11.1, it's unused andCommentManagerImpl
is deprecatedprotected CommentManager
CommentService.recomputeCommentManager()
PropertyCommentManager
instead.