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 classESAuditChangeFinderOverride 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 classMongoDBAuditChangeFinder -
Uses of FileSystemChangeFinder in org.nuxeo.drive.service
Methods in org.nuxeo.drive.service that return FileSystemChangeFinder Modifier and Type Method Description FileSystemChangeFinderNuxeoDriveManager. getChangeFinder()Gets theFileSystemChangeFindermember. -
Uses of FileSystemChangeFinder in org.nuxeo.drive.service.impl
Classes in org.nuxeo.drive.service.impl that implement FileSystemChangeFinder Modifier and Type Class Description classAuditChangeFinderImplementation ofFileSystemChangeFinderusing theAuditReader.Fields in org.nuxeo.drive.service.impl declared as FileSystemChangeFinder Modifier and Type Field Description protected FileSystemChangeFinderChangeFinderRegistry. changeFinderprotected FileSystemChangeFinderNuxeoDriveManagerImpl. changeFinderFields in org.nuxeo.drive.service.impl with type parameters of type FileSystemChangeFinder Modifier and Type Field Description protected Class<? extends FileSystemChangeFinder>ChangeFinderDescriptor. changeFinderClassMethods in org.nuxeo.drive.service.impl that return FileSystemChangeFinder Modifier and Type Method Description FileSystemChangeFinderChangeFinderDescriptor. getChangeFinder()FileSystemChangeFinderNuxeoDriveManagerImpl. 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 voidChangeFinderDescriptor. setChangeFinderClass(Class<? extends FileSystemChangeFinder> changeFinderClass)
-