Uses of Class
org.nuxeo.drive.service.SynchronizationRoots
Package
Description
-
Uses of SynchronizationRoots in org.nuxeo.drive.elasticsearch
Modifier 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
Modifier and TypeMethodDescriptionMongoDBAuditChangeFinder.queryAuditEntries
(CoreSession session, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound, int limit) -
Uses of SynchronizationRoots in org.nuxeo.drive.service
Modifier and TypeMethodDescriptionstatic final SynchronizationRoots
SynchronizationRoots.getEmptyRoots
(String repositoryName) Modifier and TypeMethodDescriptionNuxeoDriveManager.getSynchronizationRoots
(NuxeoPrincipal principal) Fetch all the synchronization root references and paths for a given user.Modifier 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
Modifier 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) Modifier 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)