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 voidCommentsMigrator.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 voidAbstractCommentListener.doProcess(CoreSession coreSession, RelationManager relationManager, CommentServiceConfig config, DocumentModel docMessage) protected voidCommentRemovedEventListener.doProcess(CoreSession coreSession, RelationManager relationManager, CommentServiceConfig config, DocumentModel docMessage) protected voidDocumentRemovedCommentEventListener.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