public class DefaultImporterExecutor extends AbstractImporterExecutor
Constructor and Description |
---|
DefaultImporterExecutor() |
DefaultImporterExecutor(String repositoryName) |
Modifier and Type | Method and Description |
---|---|
long |
getCreatedDocsCounter() |
String |
run(ImporterRunner runner,
Boolean interactive)
since 5.5 this method is invoked when using the
DefaultImporterService and passing the executor to
the importDocuments method |
String |
run(SourceNode source,
String targetPath,
Boolean skipRootContainerCreation,
Integer batchSize,
Integer nbTheards,
Boolean interactive) |
String |
run(String inputPath,
String targetPath,
Boolean skipRootContainerCreation,
Integer batchSize,
Integer nbTheards,
Boolean interactive) |
getFactory, getLogger, getStatus, getThreadPolicy, getTransactionTimeout, isRunning, kill, setFactory, setThreadPolicy, setTransactionTimeout
public DefaultImporterExecutor()
public DefaultImporterExecutor(String repositoryName)
public long getCreatedDocsCounter()
public String run(String inputPath, String targetPath, Boolean skipRootContainerCreation, Integer batchSize, Integer nbTheards, Boolean interactive)
public String run(SourceNode source, String targetPath, Boolean skipRootContainerCreation, Integer batchSize, Integer nbTheards, Boolean interactive)
public String run(ImporterRunner runner, Boolean interactive)
AbstractImporterExecutor
DefaultImporterService
and passing the executor to
the importDocuments methodrun
in class AbstractImporterExecutor
Copyright © 2015 Nuxeo SA. All rights reserved.