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 void
CommentsMigrator. 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 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 Modifier and Type Method Description CommentServiceConfig
CommentService. getConfig()
-