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 classGenericMultiThreadedImporterGeneric 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 ImporterRunnerAbstractImporterExecutor. lastRunnerMethods in org.nuxeo.ecm.platform.importer.executor with parameters of type ImporterRunner Modifier and Type Method Description protected StringAbstractImporterExecutor. doRun(ImporterRunner runner, Boolean interactive)StringAbstractImporterExecutor. run(ImporterRunner runner, Boolean interactive)since 5.5 this method is invoked when using theDefaultImporterServiceand passing the executor to the importDocuments methodStringDefaultImporterExecutor. 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 ImporterRunner Modifier and Type Method Description StringHttpFileImporterExecutor. run(ImporterRunner runner, Boolean interactive)StringRandomImporterExecutor. run(ImporterRunner runner, Boolean interactive)
-