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 RelationManager
GetRelations. 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 void
CommentsMigrator. 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 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 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 RelationManager
RelationHelper. 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 RelationManager
PublishRelationsListener. rmanager
Methods in org.nuxeo.ecm.platform.relations.core.listener that return RelationManager Modifier and Type Method Description RelationManager
DeleteRelationsListener. getRelationManager()
RelationManager
PublishRelationsListener. getRelationManager()
Methods in org.nuxeo.ecm.platform.relations.core.listener with parameters of type RelationManager Modifier and Type Method Description protected void
PublishRelationsListener. copyRelationsFromReplacedProxy(RelationManager rmanager, Resource replacedResource, Resource publishedResource, Resource sourceResource)
protected void
PublishRelationsListener. 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 RelationManager
IORelationAdapter. getRelationManager()
Methods in org.nuxeo.ecm.platform.relations.io with parameters of type RelationManager Modifier and Type Method Description protected DocumentRef
IORelationAdapter. 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 class
RelationService
Relation service.Methods in org.nuxeo.ecm.platform.relations.services that return RelationManager Modifier and Type Method Description protected RelationManager
DocumentRelationService. getRelationManager()
-