| Interface | Description |
|---|---|
| FileImportProcessor |
The main interface responsible for actually parsing a file.
|
| HeaderNameFilter | |
| ImportService |
Callable from Spring controllers to take an uploaded file and process it.
|
| LateIdResolver |
Component used to handle late-stage primary key resolution.
|
| RecordPersistencePostProcessor |
Processors that are invoked after the
ImportPersister saves a RecordParseResult |
| RecordPersistencePreProcessor |
Processors that are invoked before the
ImportPersister saves a RecordParseResult |
| Class | Description |
|---|---|
| DefaultValueRecordProcessor |
Runs on every persistence request.
|
| ImportContext |
The context of all of the items that are needed to parse a given file
|
| ImportProcessExecutor |
Consumer that processes a file that has been uploaded by the
ImportService |
| ImportScheduleDefinition |
Metadata needed to schedule a new import with various toggles to change where the import goes to.
|
| ImportServiceImpl |
An Import service to facilitate in determining how to process a given input file.
|
| RecordParseResult |
A DTO representing the result of parsing out an individual record from a file.
|
| Enum | Description |
|---|---|
| RecordParseResult.PersistType |
Copyright © 2020. All rights reserved.