Uses of Class
org.nuxeo.ecm.platform.comment.service.CommentServiceConfig
-
Packages that use CommentServiceConfig Package Description org.nuxeo.ecm.platform.comment.impl org.nuxeo.ecm.platform.comment.listener org.nuxeo.ecm.platform.comment.service -
-
Uses of CommentServiceConfig in org.nuxeo.ecm.platform.comment.impl
Methods in org.nuxeo.ecm.platform.comment.impl with parameters of type CommentServiceConfig Modifier and Type Method Description protected voidCommentsMigrator. migrateCommentsFromRelationToProperty(CoreSession session, RelationManager relationManager, CommentServiceConfig config, Statement statement)Constructors in org.nuxeo.ecm.platform.comment.impl with parameters of type CommentServiceConfig Constructor Description CommentManagerImpl(CommentServiceConfig config)Deprecated. -
Uses of CommentServiceConfig in org.nuxeo.ecm.platform.comment.listener
Methods in org.nuxeo.ecm.platform.comment.listener with parameters of type CommentServiceConfig Modifier and Type Method Description protected 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 Modifier and Type Method Description CommentServiceConfigCommentService. getConfig()
-