| Modifier and Type | Class and Description |
|---|---|
class |
PersistableDocumentIDRegistry
Extended implementation of DocumentIDRegistry.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentIDRegistry |
ImpExReader.getDocumentIDRegistry()
Gets the used document ID registry which will be set to each created header.
|
| Modifier and Type | Method and Description |
|---|---|
static HeaderDescriptor |
ImpExReader.parseHeader(java.lang.String headerLine,
DocumentIDRegistry docIdRegistry)
Generates a header object from given line.
|
static HeaderDescriptor |
ImpExReader.parseHeader(java.lang.String headerLine,
EnumerationValue mode,
DocumentIDRegistry docIdRegistry)
Generates a header object from given line.
|
| Constructor and Description |
|---|
ImpExReader(CSVReader reader,
boolean skipValueLines,
EnumerationValue headerValidationMode,
DocumentIDRegistry docIdRegistry)
Instantiates a new reader using the given
CSVReader as input. |
ImpExReader(CSVReader reader,
boolean skipValueLines,
EnumerationValue headerValidationMode,
DocumentIDRegistry docIdRegistry,
InvalidHeaderPolicy headerHandlingPolicy) |
ScriptValidationReader(CSVReader reader,
EnumerationValue mode,
DocumentIDRegistry docIdRegistry)
Creates a new validator using the given reader.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentIDRegistry |
ExportConfiguration.getDocumentIDRegistry() |
| Modifier and Type | Method and Description |
|---|---|
protected ImpExReader |
Exporter.createImpExReader(CSVReader scriptReader,
DocumentIDRegistry docIDRegistry,
EnumerationValue headerValidationMode)
creates an (@see MyImpExReader) instance
|
void |
ImpExExportWriter.setCurrentHeader(java.lang.String headerLine,
EnumerationValue headerValidationMode,
DocumentIDRegistry docIDRegistry)
Sets the current Header which uses given document id registry for id resolving.
|
void |
ImpExExportWriter.setCurrentHeader(java.lang.String headerLine,
EnumerationValue headerValidationMode,
DocumentIDRegistry docIDRegistry,
boolean outputHeader)
Sets the current Header which uses given document id registry for id resolving.
|
void |
ExportConfiguration.setDocumentIDRegistry(DocumentIDRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
DocumentIDRegistry |
HeaderDescriptor.getDocumentIDRegistry()
Returns the used registry for document id's.
|
| Constructor and Description |
|---|
HeaderDescriptor(ImpExReader reader,
java.lang.String expr,
AbstractDescriptor.DescriptorParams headerParams,
java.lang.String location,
DocumentIDRegistry docIDRegistry)
Non-parsing constructor - Creates a new header instance.
|
HeaderDescriptor(ImpExReader reader,
java.lang.String expr,
java.util.List<java.lang.String> columnExpressions,
java.lang.String location,
DocumentIDRegistry docIDRegistry)
Self-parsing constructor - Creates a new header instance.
|
HeaderDescriptor(ImpExReader reader,
java.lang.String expr,
java.util.List<java.lang.String> columnExpressions,
java.lang.String location,
DocumentIDRegistry docIDRegistry,
HeaderValidationException headerException) |
| Constructor and Description |
|---|
ImpExImportReader(CSVReader reader,
CSVWriter dumpWriter,
DocumentIDRegistry docIDRegistry,
ImportProcessor processor,
EnumerationValue mode) |
ImpExImportReader(CSVReader reader,
CSVWriter dumpWriter,
DocumentIDRegistry docIDRegistry,
ImportProcessor processor,
EnumerationValue mode,
boolean legacyMode) |
ImpExImportReader(CSVReader reader,
CSVWriter dumpWriter,
DocumentIDRegistry docIDRegistry,
ImportProcessor processor,
EnumerationValue mode,
boolean legacyMode,
InvalidHeaderPolicy policy) |
ImpExImportReader(CSVReader reader,
CSVWriter dumpWriter,
DocumentIDRegistry docIDRegistry,
ImportProcessor processor,
EnumerationValue mode,
InvalidHeaderPolicy policy) |
MultiThreadedImpExImportReader(CSVReader reader,
CSVWriter dumpWriter,
DocumentIDRegistry docIDRegistry,
MultiThreadedImportProcessor processor,
EnumerationValue mode) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentIDTranslator.setRegistry(DocumentIDRegistry registry) |
Copyright © 2018 SAP SE. All Rights Reserved.