Uses of Interface
org.nuxeo.drive.service.FileSystemChangeSummary
-
Packages that use FileSystemChangeSummary Package Description org.nuxeo.drive.service org.nuxeo.drive.service.impl -
-
Uses of FileSystemChangeSummary in org.nuxeo.drive.service
Methods in org.nuxeo.drive.service that return FileSystemChangeSummary Modifier and Type Method Description FileSystemChangeSummaryNuxeoDriveManager. 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
Classes in org.nuxeo.drive.service.impl that implement FileSystemChangeSummary Modifier and Type Class Description classFileSystemChangeSummaryImplDefault implementation of aFileSystemChangeSummary.Methods in org.nuxeo.drive.service.impl that return FileSystemChangeSummary Modifier and Type Method Description FileSystemChangeSummaryNuxeoDriveManagerImpl. getChangeSummary(NuxeoPrincipal principal, Map<String,Set<IdRef>> lastSyncRootRefs, long lowerBound)Uses theAuditChangeFinderto get the summary of document changes for the given user and lower bound.
-