Package | Description |
---|---|
org.nuxeo.drive.service | |
org.nuxeo.drive.service.impl |
Modifier and Type | Method and Description |
---|---|
static SynchronizationRoots |
SynchronizationRoots.getEmptyRoots(String repositoryName) |
Modifier and Type | Method and Description |
---|---|
Map<String,SynchronizationRoots> |
NuxeoDriveManager.getSynchronizationRoots(Principal principal)
Fetch all the synchronization root references and paths for a given user.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
Map<String,SynchronizationRoots> |
NuxeoDriveManagerImpl.getSynchronizationRoots(Principal principal) |
Modifier and Type | Method and Description |
---|---|
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. |
List<FileSystemItemChange> |
AuditChangeFinder.getFileSystemChangesIntegerBounds(CoreSession session,
Set<IdRef> lastActiveRootRefs,
SynchronizationRoots activeRoots,
Set<String> collectionSyncRootMemberIds,
long lowerBound,
long upperBound,
int limit) |
Copyright © 2015 Nuxeo SA. All rights reserved.