Package | Description |
---|---|
org.nuxeo.drive.elasticsearch | |
org.nuxeo.drive.service | |
org.nuxeo.drive.service.impl |
Modifier and Type | Method and Description |
---|---|
protected org.elasticsearch.index.query.FilterBuilder |
ESAuditChangeFinder.buildFilterClauses(CoreSession session,
SynchronizationRoots activeRoots,
Set<String> collectionSyncRootMemberIds,
long lowerBound,
long upperBound,
boolean integerBounds,
int limit) |
protected List<LogEntry> |
ESAuditChangeFinder.queryAuditEntries(CoreSession session,
SynchronizationRoots activeRoots,
Set<String> collectionSyncRootMemberIds,
long lowerBound,
long upperBound,
boolean integerBounds,
int limit) |
protected List<LogEntry> |
ESAuditChangeFinder.queryESAuditEntries(CoreSession session,
SynchronizationRoots activeRoots,
Set<String> collectionSyncRootMemberIds,
long lowerBound,
long upperBound,
boolean integerBounds,
int limit) |
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 |
---|---|
protected Map<String,SynchronizationRoots> |
NuxeoDriveManagerImpl.computeSynchronizationRoots(String query,
Principal principal) |
Map<String,SynchronizationRoots> |
NuxeoDriveManagerImpl.getSynchronizationRoots(Principal principal) |
protected Map<String,SynchronizationRoots> |
NuxeoDriveManagerImpl.queryAndFetchSynchronizationRoots(CoreSession session,
String query) |
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. |
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) |
protected List<LogEntry> |
AuditChangeFinder.queryAuditEntries(CoreSession session,
SynchronizationRoots activeRoots,
Set<String> collectionSyncRootMemberIds,
long lowerBound,
long upperBound,
boolean integerBounds,
int limit) |
Modifier and Type | Method and Description |
---|---|
protected FileSystemChangeSummary |
NuxeoDriveManagerImpl.getChangeSummary(Principal principal,
Map<String,Set<IdRef>> lastActiveRootRefs,
Map<String,SynchronizationRoots> roots,
Map<String,Set<String>> collectionSyncRootMemberIds,
long lowerBound,
boolean integerBounds) |
Copyright © 2015 Nuxeo SA. All rights reserved.