Uses of Class
org.nuxeo.ecm.platform.scanimporter.service.ImporterConfig
-
Packages that use ImporterConfig Package Description org.nuxeo.ecm.platform.importer.xml.parser org.nuxeo.ecm.platform.scanimporter.processor org.nuxeo.ecm.platform.scanimporter.service -
-
Uses of ImporterConfig in org.nuxeo.ecm.platform.importer.xml.parser
Constructors in org.nuxeo.ecm.platform.importer.xml.parser with parameters of type ImporterConfig Constructor Description AdvancedScannedFileFactory(ImporterConfig config)
-
Uses of ImporterConfig in org.nuxeo.ecm.platform.scanimporter.processor
Fields in org.nuxeo.ecm.platform.scanimporter.processor declared as ImporterConfig Modifier and Type Field Description protected ImporterConfig
ScanedFileFactory. config
Methods in org.nuxeo.ecm.platform.scanimporter.processor with parameters of type ImporterConfig Modifier and Type Method Description void
ScannedFileImporter. doImport(File folder, ImporterConfig config)
Constructors in org.nuxeo.ecm.platform.scanimporter.processor with parameters of type ImporterConfig Constructor Description ScanedFileFactory(ImporterConfig config)
-
Uses of ImporterConfig in org.nuxeo.ecm.platform.scanimporter.service
Fields in org.nuxeo.ecm.platform.scanimporter.service declared as ImporterConfig Modifier and Type Field Description protected ImporterConfig
ScannedFileMapperComponent. config
Methods in org.nuxeo.ecm.platform.scanimporter.service that return ImporterConfig Modifier and Type Method Description ImporterConfig
ScannedFileMapperComponent. getImporterConfig()
ImporterConfig
ScannedFileMapperService. getImporterConfig()
-