Class ImporterConfigurationDescriptor
java.lang.Object
org.nuxeo.ecm.platform.importer.service.ImporterConfigurationDescriptor
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class - 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Booleanprotected Class<? extends ImporterLogger> protected Stringprotected Class<? extends FileSourceNode>  - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
sourceNodeClass
 - 
importerLogClass
 - 
bulkMode
 - 
documentModelFactory
 - 
repository
 - 
enablePerfLogging
- Since:
 - 9.3
 
 
 - 
 - 
Constructor Details
- 
ImporterConfigurationDescriptor
public ImporterConfigurationDescriptor() 
 - 
 - 
Method Details
- 
getSourceNodeClass
 - 
getDocumentModelFactory
 - 
getImporterLog
 - 
getRepository
 - 
getBulkMode
 - 
getEnablePerfLogging
- Returns:
 - true if the GenericMultiThreadImporter should log performance metrics, false otherwise
 - Since:
 - 9.3
 
 
 -