| Interface | Description |
|---|---|
| DumpHandler |
Extensions of this interface handle the storage of unresolved value lines while an import process.
|
| ExistingItemResolver | |
| ImportProcessor |
Base interface for importing item data using
ImpExImportReader readers. |
| ValueLineTranslator |
| Class | Description |
|---|---|
| AbstractDumpHandler |
Abstract implementation of
DumpHandler interface which provides references for a reader and a writer
object for last and current dump storage. |
| CachingExistingItemResolver | |
| DefaultDumpHandler |
Default implementation of a
DumpHeader using plain files as dump storage. |
| DefaultExistingItemResolver | |
| DefaultImpExImportCUDHandler |
Default implementation of
ImpExImportProcessorCUD interface. |
| DefaultImportProcessor | |
| DefaultImportProcessorTest |
Test for HORST-1477.
|
| DefaultValueLineTranslator |
Default implementation of a
ValueLineTranslator. |
| ImpExImportReader | |
| ImpExReaderWorker |
Special worker for reading the actual impex data and pre processing the value lines.
|
| ImpExResultProcessWorker |
Special worker for post processing the value lines.
|
| ImpExWorker | |
| ImpExWorkerResult | |
| InitialThreadsIntegrationTest | |
| MultiThreadedImpExImportReader |
Multi-threaded ImpEx import reader.
|
| MultiThreadedImpExImportReaderIntegrationTest | |
| MultiThreadedImpExImportReaderIntegrationTest.ExceptionTestImpExImportJob | |
| MultiThreadedImpExImportReaderIntegrationTest.TestImpExImportJob | |
| MultiThreadedImportProcessor |
Import processor for
MultiThreadedImpExImportReader. |
| QueryParameters | |
| ResultQueue<T> |
Typed result queue, where T is the type of objects in underlying collection.
|
| TestAddressModelValidateInterceptor | |
| ValueLine |
Data object representing a parsed csv item (value) line.
|
| ValueLine.ValueEntry |
The actual value object inside a value line.
|
| ValueLineMetaData |
ValueLineMetadata object represents first cell of a line which acts as a metadata for import process.
|
| ValueLineMetaData.Builder |
| Exception | Description |
|---|---|
| AmbiguousItemException |
Exception thrown if several items found instead of one or zero.
|
| InsufficientDataException |
Indicates that a value line does not provide all attribute data which is necessary to perform the operation described
by the according header.
|
| ItemConflictException |
Exception thrown if you want to create an item where an item with same mandatory attributes already exists.
|
Copyright © 2018 SAP SE. All Rights Reserved.