Uses of Interface
org.nuxeo.ecm.platform.importer.base.ImporterRunner
Packages that use ImporterRunner
Package
Description
-
Uses of ImporterRunner in org.nuxeo.ecm.platform.importer.base
Classes in org.nuxeo.ecm.platform.importer.base that implement ImporterRunner -
Uses of ImporterRunner in org.nuxeo.ecm.platform.importer.executor
Fields in org.nuxeo.ecm.platform.importer.executor declared as ImporterRunnerModifier and TypeFieldDescriptionprotected static ImporterRunner
AbstractImporterExecutor.lastRunner
Methods in org.nuxeo.ecm.platform.importer.executor with parameters of type ImporterRunnerModifier and TypeMethodDescriptionprotected String
AbstractImporterExecutor.doRun
(ImporterRunner runner, Boolean interactive) AbstractImporterExecutor.run
(ImporterRunner runner, Boolean interactive) since 5.5 this method is invoked when using theDefaultImporterService
and passing the executor to the importDocuments methodDefaultImporterExecutor.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 ImporterRunnerModifier and TypeMethodDescriptionHttpFileImporterExecutor.run
(ImporterRunner runner, Boolean interactive) RandomImporterExecutor.run
(ImporterRunner runner, Boolean interactive)