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 CommentManagerCommentService. 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 classAbstractCommentManagerclassBridgeCommentManagerclassCommentManagerImplDeprecated.since 10.3, usePropertyCommentManagerinstead.classPropertyCommentManagerDeprecated.since 11.1, useTreeCommentManagerinsteadclassTreeCommentManagerComment service implementation.Fields in org.nuxeo.ecm.platform.comment.impl declared as CommentManager Modifier and Type Field Description protected CommentManagerCommentableDocumentAdapter. commentManagerprotected CommentManagerCommentJsonWriter. commentManagerprotected CommentManagerBridgeCommentManager. firstprotected CommentManagerBridgeCommentManager. secondMethods in org.nuxeo.ecm.platform.comment.impl that return CommentManager Modifier and Type Method Description CommentManagerBridgeCommentManager. getFirst()CommentManagerBridgeCommentManager. getSecond()Method parameters in org.nuxeo.ecm.platform.comment.impl with type arguments of type CommentManager Modifier and Type Method Description protected <T> TBridgeCommentManager. 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 voidAbstractCommentListener. 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 CommentManagerCommentService. commentManagerMethods in org.nuxeo.ecm.platform.comment.service that return CommentManager Modifier and Type Method Description CommentManagerCommentService. getCommentManager()Deprecated.since 11.1, it's unused andCommentManagerImplis deprecatedprotected CommentManagerCommentService. recomputeCommentManager() 
 -