Uses of Interface
org.nuxeo.drive.service.FileSystemChangeFinder
Packages that use FileSystemChangeFinder
Package
Description
-
Uses of FileSystemChangeFinder in org.nuxeo.drive.elasticsearch
Classes in org.nuxeo.drive.elasticsearch that implement FileSystemChangeFinderModifier and TypeClassDescriptionclass
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 -
Uses of FileSystemChangeFinder in org.nuxeo.drive.service
Methods in org.nuxeo.drive.service that return FileSystemChangeFinderModifier and TypeMethodDescriptionNuxeoDriveManager.getChangeFinder()
Gets theFileSystemChangeFinder
member. -
Uses of FileSystemChangeFinder in org.nuxeo.drive.service.impl
Classes in org.nuxeo.drive.service.impl that implement FileSystemChangeFinderModifier and TypeClassDescriptionclass
Implementation ofFileSystemChangeFinder
using theAuditReader
.Fields in org.nuxeo.drive.service.impl declared as FileSystemChangeFinderModifier and TypeFieldDescriptionprotected FileSystemChangeFinder
ChangeFinderRegistry.changeFinder
protected FileSystemChangeFinder
NuxeoDriveManagerImpl.changeFinder
Fields in org.nuxeo.drive.service.impl with type parameters of type FileSystemChangeFinderModifier and TypeFieldDescriptionprotected Class<? extends FileSystemChangeFinder>
ChangeFinderDescriptor.changeFinderClass
Methods in org.nuxeo.drive.service.impl that return FileSystemChangeFinderModifier and TypeMethodDescriptionChangeFinderDescriptor.getChangeFinder()
NuxeoDriveManagerImpl.getChangeFinder()
Methods in org.nuxeo.drive.service.impl that return types with arguments of type FileSystemChangeFinderModifier and TypeMethodDescriptionClass<? extends FileSystemChangeFinder>
ChangeFinderDescriptor.getChangeFinderClass()
Method parameters in org.nuxeo.drive.service.impl with type arguments of type FileSystemChangeFinderModifier and TypeMethodDescriptionvoid
ChangeFinderDescriptor.setChangeFinderClass
(Class<? extends FileSystemChangeFinder> changeFinderClass)