Uses of Interface
org.nuxeo.ecm.platform.comment.api.CommentManager
Packages that use CommentManager
Package
Description
-
Uses of CommentManager in org.nuxeo.ecm.core.rest
Methods in org.nuxeo.ecm.core.rest that return CommentManagerModifier and TypeMethodDescriptionstatic CommentManager
CommentService.getCommentManager()
Deprecated. -
Uses of CommentManager in org.nuxeo.ecm.platform.comment.impl
Classes in org.nuxeo.ecm.platform.comment.impl that implement CommentManagerModifier and TypeClassDescriptionclass
class
class
Deprecated.class
Deprecated.since 11.1, useTreeCommentManager
insteadclass
Comment service implementation.Fields in org.nuxeo.ecm.platform.comment.impl declared as CommentManagerModifier and TypeFieldDescriptionprotected final CommentManager
CommentableDocumentAdapter.commentManager
protected CommentManager
CommentJsonWriter.commentManager
protected final CommentManager
BridgeCommentManager.first
protected final CommentManager
BridgeCommentManager.second
Methods in org.nuxeo.ecm.platform.comment.impl that return CommentManagerModifier and TypeMethodDescriptionBridgeCommentManager.getFirst()
BridgeCommentManager.getSecond()
Method parameters in org.nuxeo.ecm.platform.comment.impl with type arguments of type CommentManagerModifier 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.Constructors in org.nuxeo.ecm.platform.comment.impl with parameters of type CommentManager -
Uses of CommentManager in org.nuxeo.ecm.platform.comment.listener
Methods in org.nuxeo.ecm.platform.comment.listener with parameters of type CommentManagerModifier and TypeMethodDescriptionprotected void
AbstractCommentListener.deleteCommentChildren
(CoreSession coreSession, CommentManager commentManager, DocumentModel documentModel) -
Uses of CommentManager in org.nuxeo.ecm.platform.comment.service
Fields in org.nuxeo.ecm.platform.comment.service declared as CommentManagerMethods in org.nuxeo.ecm.platform.comment.service that return CommentManagerModifier and TypeMethodDescriptionCommentService.getCommentManager()
Deprecated.since 11.1, it's unused andCommentManagerImpl
is deprecatedprotected CommentManager
CommentService.recomputeCommentManager()
PropertyCommentManager
instead.