Uses of Class
org.nuxeo.drive.service.SynchronizationRoots
-
Packages that use SynchronizationRoots Package Description org.nuxeo.drive.elasticsearch org.nuxeo.drive.mongodb org.nuxeo.drive.service org.nuxeo.drive.service.impl -
-
Uses of SynchronizationRoots in org.nuxeo.drive.elasticsearch
Methods in org.nuxeo.drive.elasticsearch with parameters of type SynchronizationRoots Modifier and Type Method Description protected org.elasticsearch.index.query.QueryBuilder
ESAuditChangeFinder. buildFilterClauses(CoreSession session, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound)
protected List<LogEntry>
ESAuditChangeFinder. queryAuditEntries(CoreSession session, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound, int limit)
protected List<LogEntry>
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 SynchronizationRoots Modifier and Type Method Description protected List<LogEntry>
MongoDBAuditChangeFinder. 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 SynchronizationRoots Modifier and Type Method Description static SynchronizationRoots
SynchronizationRoots. getEmptyRoots(String repositoryName)
Methods in org.nuxeo.drive.service that return types with arguments of type SynchronizationRoots Modifier and Type Method Description Map<String,SynchronizationRoots>
NuxeoDriveManager. 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 SynchronizationRoots Modifier and Type Method Description List<FileSystemItemChange>
FileSystemChangeFinder. 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 SynchronizationRoots Modifier and Type Method Description protected Map<String,SynchronizationRoots>
NuxeoDriveManagerImpl. computeSynchronizationRoots(String query, NuxeoPrincipal principal)
Map<String,SynchronizationRoots>
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 SynchronizationRoots Modifier and Type Method Description List<FileSystemItemChange>
AuditChangeFinder. getFileSystemChanges(CoreSession session, Set<IdRef> lastActiveRootRefs, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound, int limit)
protected List<LogEntry>
AuditChangeFinder. queryAuditEntries(CoreSession session, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound, int limit)
-