Package | Description |
---|---|
org.nuxeo.ecm.platform.importer.executor | |
org.nuxeo.ecm.platform.importer.executor.jaxrs | |
org.nuxeo.ecm.platform.importer.service |
Modifier and Type | Class and Description |
---|---|
class |
DefaultImporterExecutor
Default importer
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJaxRSImporterExecutor |
class |
HttpFileImporterExecutor |
class |
RandomImporterExecutor |
Modifier and Type | Method and Description |
---|---|
String |
DefaultImporterServiceImpl.importDocuments(AbstractImporterExecutor executor,
String destinationPath,
String sourcePath,
boolean skipRootContainerCreation,
int batchSize,
int noImportingThreads,
boolean interactive) |
String |
DefaultImporterService.importDocuments(AbstractImporterExecutor executor,
String destinationPath,
String sourcePath,
boolean skipRootContainerCreation,
int batchSize,
int noImportingThreads,
boolean interactive)
Imports documents using a the given executor and the contributed documentModelFactory and SourceNode
implementations; If no documentModelFactory implementation was contributed to the service,
DefaultDocumentModelFactory it's used If no SourceNode implementation was contributed to the
service, FileSourceNode it's used |
String |
DefaultImporterServiceImpl.importDocuments(AbstractImporterExecutor executor,
String leafType,
String folderishType,
String destinationPath,
String sourcePath,
boolean skipRootContainerCreation,
int batchSize,
int noImportingThreads,
boolean interactive) |
String |
DefaultImporterService.importDocuments(AbstractImporterExecutor executor,
String leafType,
String folderishType,
String destinationPath,
String sourcePath,
boolean skipRootContainerCreation,
int batchSize,
int noImportingThreads,
boolean interactive)
Imports documents using a the given executor and the contributed documentModelFactory and SourceNode
implementations; Allows to overwrite the leaf and folderish types used by the documentModelFactory when
importing; if one of them is not specified then the contributed one is used If no documentModelFactory
implementation was contributed to the service,
DefaultDocumentModelFactory it's used If no
SourceNode implementation was contributed to the service, FileSourceNode it's used |
Copyright © 2016 Nuxeo SA. All rights reserved.