Uses of Class
org.nuxeo.drive.service.SynchronizationRoots
Packages that use SynchronizationRoots
Package
Description
-
Uses of SynchronizationRoots in org.nuxeo.drive.elasticsearch
Methods in org.nuxeo.drive.elasticsearch with parameters of type SynchronizationRootsModifier and TypeMethodDescriptionprotected org.opensearch.index.query.QueryBuilder
ESAuditChangeFinder.buildFilterClauses
(CoreSession session, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound) ESAuditChangeFinder.queryAuditEntries
(CoreSession session, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound, int limit) ESAuditChangeFinder.queryESAuditEntries
(CoreSession session, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound, int limit) -
Uses of SynchronizationRoots in org.nuxeo.drive.mongodb
Methods in org.nuxeo.drive.mongodb with parameters of type SynchronizationRootsModifier and TypeMethodDescriptionMongoDBAuditChangeFinder.queryAuditEntries
(CoreSession session, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound, int limit) -
Uses of SynchronizationRoots in org.nuxeo.drive.service
Methods in org.nuxeo.drive.service that return SynchronizationRootsModifier and TypeMethodDescriptionstatic final SynchronizationRoots
SynchronizationRoots.getEmptyRoots
(String repositoryName) Methods in org.nuxeo.drive.service that return types with arguments of type SynchronizationRootsModifier and TypeMethodDescriptionNuxeoDriveManager.getSynchronizationRoots
(NuxeoPrincipal principal) Fetch all the synchronization root references and paths for a given user.Methods in org.nuxeo.drive.service with parameters of type SynchronizationRootsModifier and TypeMethodDescriptionFileSystemChangeFinder.getFileSystemChanges
(CoreSession session, Set<IdRef> lastActiveRootRefs, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound, int limit) Gets the changes in the repository against which the given session is bound for the given synchronization root paths, between the given lower and upper integer bounds and without exceeding the given limit. -
Uses of SynchronizationRoots in org.nuxeo.drive.service.impl
Methods in org.nuxeo.drive.service.impl that return types with arguments of type SynchronizationRootsModifier and TypeMethodDescriptionprotected Map<String,
SynchronizationRoots> NuxeoDriveManagerImpl.computeSynchronizationRoots
(String query, NuxeoPrincipal principal) NuxeoDriveManagerImpl.getSynchronizationRoots
(NuxeoPrincipal principal) protected Map<String,
SynchronizationRoots> NuxeoDriveManagerImpl.queryAndFetchSynchronizationRoots
(CoreSession session, String query) Methods in org.nuxeo.drive.service.impl with parameters of type SynchronizationRootsModifier and TypeMethodDescriptionAuditChangeFinder.getFileSystemChanges
(CoreSession session, Set<IdRef> lastActiveRootRefs, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound, int limit) AuditChangeFinder.queryAuditEntries
(CoreSession session, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound, int limit)