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 ImporterRunnerAbstractImporterExecutor.lastRunnerMethods in org.nuxeo.ecm.platform.importer.executor with parameters of type ImporterRunnerModifier and TypeMethodDescriptionprotected StringAbstractImporterExecutor.doRun(ImporterRunner runner, Boolean interactive) AbstractImporterExecutor.run(ImporterRunner runner, Boolean interactive) since 5.5 this method is invoked when using theDefaultImporterServiceand passing the executor to the importDocuments methodDefaultImporterExecutor.run(ImporterRunner runner, Boolean interactive) protected voidAbstractImporterExecutor.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)