Uses of Interface
org.nuxeo.drive.service.FileSystemItemChange
Packages that use FileSystemItemChange
-
Uses of FileSystemItemChange in org.nuxeo.drive.service
Methods in org.nuxeo.drive.service that return types with arguments of type FileSystemItemChangeModifier 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()
Method parameters in org.nuxeo.drive.service with type arguments of type FileSystemItemChangeModifier and TypeMethodDescriptionvoid
FileSystemChangeSummary.setFileSystemChanges
(List<FileSystemItemChange> changes) -
Uses of FileSystemItemChange in org.nuxeo.drive.service.impl
Classes in org.nuxeo.drive.service.impl that implement FileSystemItemChangeFields in org.nuxeo.drive.service.impl with type parameters of type FileSystemItemChangeModifier and TypeFieldDescriptionprotected List
<FileSystemItemChange> FileSystemChangeSummaryImpl.fileSystemChanges
Methods in org.nuxeo.drive.service.impl that return FileSystemItemChangeModifier and TypeMethodDescriptionprotected FileSystemItemChange
AuditChangeFinder.getFileSystemItemChange
(CoreSession session, DocumentRef docRef, LogEntry entry, String expectedFileSystemItemId) Methods in org.nuxeo.drive.service.impl that return types with arguments of type FileSystemItemChangeModifier 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()
Method parameters in org.nuxeo.drive.service.impl with type arguments of type FileSystemItemChangeModifier and TypeMethodDescriptionvoid
FileSystemChangeSummaryImpl.setFileSystemChanges
(List<FileSystemItemChange> changes) Constructor parameters in org.nuxeo.drive.service.impl with type arguments of type FileSystemItemChangeModifierConstructorDescriptionFileSystemChangeSummaryImpl
(List<FileSystemItemChange> fileSystemChanges, Map<String, Set<IdRef>> activeRootRefs, Long syncDate, Long upperBound, Boolean tooManyChanges)