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.
|
List<FileSystemItemChange> |
FileSystemChangeFinder.getFileSystemChangesIntegerBounds(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.
|
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 | Field and Description |
---|---|
protected List<FileSystemItemChange> |
FileSystemChangeSummaryImpl.fileSystemChanges |
Modifier and Type | Method and Description |
---|---|
protected FileSystemItemChange |
AuditChangeFinder.getFileSystemItemChange(CoreSession session,
DocumentRef docRef,
LogEntry entry,
String expectedFileSystemItemId) |
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)
To be deprecated (in fact make throw
UnsupportedOperationException ), keeping old method based on log date
for backward compatibility. |
protected List<FileSystemItemChange> |
AuditChangeFinder.getFileSystemChanges(CoreSession session,
Set<IdRef> lastActiveRootRefs,
SynchronizationRoots activeRoots,
Set<String> collectionSyncRootMemberIds,
long lowerBound,
long upperBound,
boolean integerBounds,
int limit) |
List<FileSystemItemChange> |
AuditChangeFinder.getFileSystemChangesIntegerBounds(CoreSession session,
Set<IdRef> lastActiveRootRefs,
SynchronizationRoots activeRoots,
Set<String> collectionSyncRootMemberIds,
long lowerBound,
long upperBound,
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,
Long upperBound,
Boolean tooManyChanges) |
Copyright © 2018 Nuxeo. All rights reserved.