Uses of Interface
org.nuxeo.drive.service.FileSystemChangeSummary
-
Uses of FileSystemChangeSummary in org.nuxeo.drive.service
Modifier and TypeMethodDescriptionNuxeoDriveManager.getChangeSummary
(NuxeoPrincipal principal, Map<String, Set<IdRef>> lastSyncRootRefs, long lowerBound) Gets a summary of document changes in all repositories for the given user's synchronization roots, from the lower bound sent by the user's device. -
Uses of FileSystemChangeSummary in org.nuxeo.drive.service.impl
Modifier and TypeMethodDescriptionNuxeoDriveManagerImpl.getChangeSummary
(NuxeoPrincipal principal, Map<String, Set<IdRef>> lastSyncRootRefs, long lowerBound) Uses theAuditChangeFinder
to get the summary of document changes for the given user and lower bound.