Package | Description |
---|---|
org.nuxeo.drive.service | |
org.nuxeo.drive.service.impl |
Modifier and Type | Method and Description |
---|---|
List<FileSystemItemChange> |
FileSystemChangeSummary.getFileSystemChanges() |
List<FileSystemItemChange> |
FileSystemChangeFinder.getFileSystemChanges(CoreSession session,
Set<IdRef> lastActiveRootRefs,
SynchronizationRoots activeRoots,
long lastSuccessfulSyncDate,
long syncDate,
int limit)
Gets the changes in the repository against which the given session is
bound for the given synchronization root paths, since the given last
successful synchronization date and without exceeding the given limit.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemChangeSummary.setFileSystemChanges(List<FileSystemItemChange> changes) |
Modifier and Type | Class and Description |
---|---|
class |
FileSystemItemChangeImpl
Default implementation of a
FileSystemItemChange . |
Modifier and Type | Method and Description |
---|---|
List<FileSystemItemChange> |
FileSystemItemChangeListDeserializer.deserialize(org.codehaus.jackson.JsonParser jp,
org.codehaus.jackson.map.DeserializationContext dc) |
List<FileSystemItemChange> |
FileSystemChangeSummaryImpl.getFileSystemChanges() |
List<FileSystemItemChange> |
AuditChangeFinder.getFileSystemChanges(CoreSession session,
Set<IdRef> lastActiveRootRefs,
SynchronizationRoots activeRoots,
long lastSuccessfulSyncDate,
long syncDate,
int limit) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemChangeSummaryImpl.setFileSystemChanges(List<FileSystemItemChange> changes) |
Constructor and Description |
---|
FileSystemChangeSummaryImpl(List<FileSystemItemChange> fileSystemChanges,
Map<String,Set<IdRef>> activeRootRefs,
Long syncDate,
Boolean tooManyChanges) |
Copyright © 2013 Nuxeo SA. All Rights Reserved.