Uses of Interface
org.nuxeo.ecm.platform.comment.api.CommentManager
-
Packages that use CommentManager Package Description org.nuxeo.ecm.core.rest org.nuxeo.ecm.platform.comment.impl org.nuxeo.ecm.platform.comment.listener org.nuxeo.ecm.platform.comment.service -
-
Uses of CommentManager in org.nuxeo.ecm.core.rest
Methods in org.nuxeo.ecm.core.rest that return CommentManager Modifier and Type Method Description static CommentManager
CommentService. getCommentManager()
Deprecated. -
Uses of CommentManager in org.nuxeo.ecm.platform.comment.impl
Classes in org.nuxeo.ecm.platform.comment.impl that implement CommentManager Modifier and Type Class Description class
AbstractCommentManager
class
BridgeCommentManager
class
CommentManagerImpl
Deprecated.since 10.3, usePropertyCommentManager
instead.class
PropertyCommentManager
Deprecated.since 11.1, useTreeCommentManager
insteadclass
TreeCommentManager
Comment service implementation.Fields in org.nuxeo.ecm.platform.comment.impl declared as CommentManager Modifier and Type Field Description protected CommentManager
CommentableDocumentAdapter. commentManager
protected CommentManager
CommentJsonWriter. commentManager
protected CommentManager
BridgeCommentManager. first
protected CommentManager
BridgeCommentManager. second
Methods in org.nuxeo.ecm.platform.comment.impl that return CommentManager Modifier and Type Method Description CommentManager
BridgeCommentManager. getFirst()
CommentManager
BridgeCommentManager. getSecond()
Method parameters in org.nuxeo.ecm.platform.comment.impl with type arguments of type CommentManager Modifier and Type Method Description protected <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 Constructor Description BridgeCommentManager(CommentManager first, CommentManager second)
-
Uses of CommentManager in org.nuxeo.ecm.platform.comment.listener
Methods in org.nuxeo.ecm.platform.comment.listener with parameters of type CommentManager Modifier and Type Method Description protected 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 CommentManager Modifier and Type Field Description protected CommentManager
CommentService. commentManager
Methods in org.nuxeo.ecm.platform.comment.service that return CommentManager Modifier and Type Method Description CommentManager
CommentService. getCommentManager()
Deprecated.since 11.1, it's unused andCommentManagerImpl
is deprecatedprotected CommentManager
CommentService. recomputeCommentManager()
-