Uses of Interface
org.nuxeo.drive.service.FileSystemItemChange
-
Uses of FileSystemItemChange in org.nuxeo.drive.service
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.FileSystemChangeSummary.getFileSystemChanges()
Modifier and TypeMethodDescriptionvoid
FileSystemChangeSummary.setFileSystemChanges
(List<FileSystemItemChange> changes) -
Uses of FileSystemItemChange in org.nuxeo.drive.service.impl
Modifier and TypeFieldDescriptionprotected List<FileSystemItemChange>
FileSystemChangeSummaryImpl.fileSystemChanges
Modifier and TypeMethodDescriptionprotected FileSystemItemChange
AuditChangeFinder.getFileSystemItemChange
(CoreSession session, DocumentRef docRef, LogEntry entry, String expectedFileSystemItemId) Modifier and TypeMethodDescriptionFileSystemItemChangeListDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext dc) AuditChangeFinder.getFileSystemChanges
(CoreSession session, Set<IdRef> lastActiveRootRefs, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound, int limit) FileSystemChangeSummaryImpl.getFileSystemChanges()
Modifier and TypeMethodDescriptionvoid
FileSystemChangeSummaryImpl.setFileSystemChanges
(List<FileSystemItemChange> changes) ModifierConstructorDescriptionFileSystemChangeSummaryImpl
(List<FileSystemItemChange> fileSystemChanges, Map<String, Set<IdRef>> activeRootRefs, Long syncDate, Long upperBound, Boolean tooManyChanges)