Uses of Interface
org.nuxeo.drive.service.FileSystemChangeFinder
-
Packages that use FileSystemChangeFinder Package Description org.nuxeo.drive.elasticsearch org.nuxeo.drive.mongodb org.nuxeo.drive.service org.nuxeo.drive.service.impl -
-
Uses of FileSystemChangeFinder in org.nuxeo.drive.elasticsearch
Classes in org.nuxeo.drive.elasticsearch that implement FileSystemChangeFinder Modifier and Type Class Description class
ESAuditChangeFinder
Override the JPA audit based change finder to execute query in ES. -
Uses of FileSystemChangeFinder in org.nuxeo.drive.mongodb
Classes in org.nuxeo.drive.mongodb that implement FileSystemChangeFinder Modifier and Type Class Description class
MongoDBAuditChangeFinder
-
Uses of FileSystemChangeFinder in org.nuxeo.drive.service
Methods in org.nuxeo.drive.service that return FileSystemChangeFinder Modifier and Type Method Description FileSystemChangeFinder
NuxeoDriveManager. getChangeFinder()
Gets theFileSystemChangeFinder
member. -
Uses of FileSystemChangeFinder in org.nuxeo.drive.service.impl
Classes in org.nuxeo.drive.service.impl that implement FileSystemChangeFinder Modifier and Type Class Description class
AuditChangeFinder
Implementation ofFileSystemChangeFinder
using theAuditReader
.Fields in org.nuxeo.drive.service.impl declared as FileSystemChangeFinder Modifier and Type Field Description protected FileSystemChangeFinder
ChangeFinderRegistry. changeFinder
protected FileSystemChangeFinder
NuxeoDriveManagerImpl. changeFinder
Fields in org.nuxeo.drive.service.impl with type parameters of type FileSystemChangeFinder Modifier and Type Field Description protected Class<? extends FileSystemChangeFinder>
ChangeFinderDescriptor. changeFinderClass
Methods in org.nuxeo.drive.service.impl that return FileSystemChangeFinder Modifier and Type Method Description FileSystemChangeFinder
ChangeFinderDescriptor. getChangeFinder()
FileSystemChangeFinder
NuxeoDriveManagerImpl. getChangeFinder()
Methods in org.nuxeo.drive.service.impl that return types with arguments of type FileSystemChangeFinder Modifier and Type Method Description Class<? extends FileSystemChangeFinder>
ChangeFinderDescriptor. getChangeFinderClass()
Method parameters in org.nuxeo.drive.service.impl with type arguments of type FileSystemChangeFinder Modifier and Type Method Description void
ChangeFinderDescriptor. setChangeFinderClass(Class<? extends FileSystemChangeFinder> changeFinderClass)
-