Uses of Interface
org.nuxeo.drive.service.FileSystemItemChange
-
Packages that use FileSystemItemChange Package Description org.nuxeo.drive.service org.nuxeo.drive.service.impl -
-
Uses of FileSystemItemChange in org.nuxeo.drive.service
Methods in org.nuxeo.drive.service that return types with arguments of type FileSystemItemChange 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.List<FileSystemItemChange>
FileSystemChangeSummary. getFileSystemChanges()
Method parameters in org.nuxeo.drive.service with type arguments of type FileSystemItemChange Modifier and Type Method Description void
FileSystemChangeSummary. setFileSystemChanges(List<FileSystemItemChange> changes)
-
Uses of FileSystemItemChange in org.nuxeo.drive.service.impl
Classes in org.nuxeo.drive.service.impl that implement FileSystemItemChange Modifier and Type Class Description class
FileSystemItemChangeImpl
Default implementation of aFileSystemItemChange
.Fields in org.nuxeo.drive.service.impl with type parameters of type FileSystemItemChange Modifier and Type Field Description protected List<FileSystemItemChange>
FileSystemChangeSummaryImpl. fileSystemChanges
Methods in org.nuxeo.drive.service.impl that return FileSystemItemChange Modifier and Type Method Description protected 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 FileSystemItemChange Modifier and Type Method Description List<FileSystemItemChange>
FileSystemItemChangeListDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext dc)
List<FileSystemItemChange>
AuditChangeFinder. getFileSystemChanges(CoreSession session, Set<IdRef> lastActiveRootRefs, SynchronizationRoots activeRoots, Set<String> collectionSyncRootMemberIds, long lowerBound, long upperBound, int limit)
List<FileSystemItemChange>
FileSystemChangeSummaryImpl. getFileSystemChanges()
Method parameters in org.nuxeo.drive.service.impl with type arguments of type FileSystemItemChange Modifier and Type Method Description void
FileSystemChangeSummaryImpl. setFileSystemChanges(List<FileSystemItemChange> changes)
Constructor parameters in org.nuxeo.drive.service.impl with type arguments of type FileSystemItemChange Constructor Description FileSystemChangeSummaryImpl(List<FileSystemItemChange> fileSystemChanges, Map<String,Set<IdRef>> activeRootRefs, Long syncDate, Long upperBound, Boolean tooManyChanges)
-