Uses of Interface
org.nuxeo.ecm.platform.importer.base.ImporterRunner
-
Packages that use ImporterRunner Package Description org.nuxeo.ecm.platform.importer.base org.nuxeo.ecm.platform.importer.executor org.nuxeo.ecm.platform.importer.executor.jaxrs -
-
Uses of ImporterRunner in org.nuxeo.ecm.platform.importer.base
Classes in org.nuxeo.ecm.platform.importer.base that implement ImporterRunner Modifier and Type Class Description class
GenericMultiThreadedImporter
Generic importer -
Uses of ImporterRunner in org.nuxeo.ecm.platform.importer.executor
Fields in org.nuxeo.ecm.platform.importer.executor declared as ImporterRunner Modifier and Type Field Description protected static ImporterRunner
AbstractImporterExecutor. lastRunner
Methods in org.nuxeo.ecm.platform.importer.executor with parameters of type ImporterRunner Modifier and Type Method Description protected String
AbstractImporterExecutor. doRun(ImporterRunner runner, Boolean interactive)
String
AbstractImporterExecutor. run(ImporterRunner runner, Boolean interactive)
since 5.5 this method is invoked when using theDefaultImporterService
and passing the executor to the importDocuments methodString
DefaultImporterExecutor. run(ImporterRunner runner, Boolean interactive)
protected void
AbstractImporterExecutor. startTask(ImporterRunner runner, boolean interactive)
-
Uses of ImporterRunner in org.nuxeo.ecm.platform.importer.executor.jaxrs
Methods in org.nuxeo.ecm.platform.importer.executor.jaxrs with parameters of type ImporterRunner Modifier and Type Method Description String
HttpFileImporterExecutor. run(ImporterRunner runner, Boolean interactive)
String
RandomImporterExecutor. run(ImporterRunner runner, Boolean interactive)
-