Uses of Interface
org.nuxeo.ecm.platform.relations.api.RelationManager
-
-
Uses of RelationManager in org.nuxeo.ecm.automation.core.operations.services
Fields in org.nuxeo.ecm.automation.core.operations.services declared as RelationManager Modifier and Type Field Description protected RelationManagerGetRelations. relations -
Uses of RelationManager in org.nuxeo.ecm.platform.comment.impl
Methods in org.nuxeo.ecm.platform.comment.impl with parameters of type RelationManager Modifier and Type Method Description protected voidCommentsMigrator. migrateCommentsFromRelationToProperty(CoreSession session, RelationManager relationManager, CommentServiceConfig config, Statement statement) -
Uses of RelationManager in org.nuxeo.ecm.platform.comment.listener
Methods in org.nuxeo.ecm.platform.comment.listener with parameters of type RelationManager 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 RelationManager in org.nuxeo.ecm.platform.relations.api.util
Methods in org.nuxeo.ecm.platform.relations.api.util that return RelationManager Modifier and Type Method Description static RelationManagerRelationHelper. getRelationManager() -
Uses of RelationManager in org.nuxeo.ecm.platform.relations.core.listener
Fields in org.nuxeo.ecm.platform.relations.core.listener declared as RelationManager Modifier and Type Field Description protected RelationManagerPublishRelationsListener. rmanagerMethods in org.nuxeo.ecm.platform.relations.core.listener that return RelationManager Modifier and Type Method Description RelationManagerDeleteRelationsListener. getRelationManager()RelationManagerPublishRelationsListener. getRelationManager()Methods in org.nuxeo.ecm.platform.relations.core.listener with parameters of type RelationManager Modifier and Type Method Description protected voidPublishRelationsListener. copyRelationsFromReplacedProxy(RelationManager rmanager, Resource replacedResource, Resource publishedResource, Resource sourceResource)protected voidPublishRelationsListener. copyRelationsFromWorkingCopy(RelationManager rmanager, Resource sourceResource, Resource publishedResource) -
Uses of RelationManager in org.nuxeo.ecm.platform.relations.io
Methods in org.nuxeo.ecm.platform.relations.io that return RelationManager Modifier and Type Method Description protected RelationManagerIORelationAdapter. getRelationManager()Methods in org.nuxeo.ecm.platform.relations.io with parameters of type RelationManager Modifier and Type Method Description protected DocumentRefIORelationAdapter. getDocumentRef(RelationManager relManager, QNameResource resource) -
Uses of RelationManager in org.nuxeo.ecm.platform.relations.services
Classes in org.nuxeo.ecm.platform.relations.services that implement RelationManager Modifier and Type Class Description classRelationServiceRelation service.Methods in org.nuxeo.ecm.platform.relations.services that return RelationManager Modifier and Type Method Description protected RelationManagerDocumentRelationService. getRelationManager()
-