Uses of Class
org.nuxeo.ecm.platform.comment.service.CommentServiceConfig
Packages that use CommentServiceConfig
Package
Description
-
Uses of CommentServiceConfig in org.nuxeo.ecm.platform.comment.impl
Methods in org.nuxeo.ecm.platform.comment.impl with parameters of type CommentServiceConfigModifier and TypeMethodDescriptionprotected void
CommentsMigrator.migrateCommentsFromRelationToProperty
(CoreSession session, RelationManager relationManager, CommentServiceConfig config, Statement statement) Constructors in org.nuxeo.ecm.platform.comment.impl with parameters of type CommentServiceConfig -
Uses of CommentServiceConfig in org.nuxeo.ecm.platform.comment.listener
Methods in org.nuxeo.ecm.platform.comment.listener with parameters of type CommentServiceConfigModifier and TypeMethodDescriptionprotected abstract void
AbstractCommentListener.doProcess
(CoreSession coreSession, RelationManager relationManager, CommentServiceConfig config, DocumentModel docMessage) protected void
CommentRemovedEventListener.doProcess
(CoreSession coreSession, RelationManager relationManager, CommentServiceConfig config, DocumentModel docMessage) protected void
DocumentRemovedCommentEventListener.doProcess
(CoreSession coreSession, RelationManager relationManager, CommentServiceConfig config, DocumentModel docMessage) -
Uses of CommentServiceConfig in org.nuxeo.ecm.platform.comment.service
Methods in org.nuxeo.ecm.platform.comment.service that return CommentServiceConfig