| Interface | Description |
|---|---|
| ImportDataHolder |
Used to represent the data that are about to be imported.
|
| ImportModuleConfiguration |
The import module configuration is specified by each module.
|
| InsightImportModule<T extends ImportModuleConfiguration> |
Interface that an import component must implement.
|
| Translateble |
The intention is to force implementing classes to provide the logic for translating i18n concepts (data) that is part
/ managed by that class.
|
| Class | Description |
|---|---|
| AbstractInsightImportModule<T> | |
| DataLocator | |
| ExternalDataParseResult | |
| ImportDataValue | |
| ImportDataValues |
Contains multiple ImportDataValue with the addition of a possibility to specify noDataToImport e.g.
|
| ImportSourceInformation |
Contains the details that can be obtained before an Import actually starts.
|
| InMemoryDataHolder |
A simple import data holder that keeps all external data in memory before importing it
|
| IteratorDataHolder | |
| ModuleOTSelector |
A selector used to identify a specific object type in the data source.
|
| TemplateImportConfiguration |
The template import configuration is used by an import component that ships with a suggested configuration.
|
| TemplateImportConfiguration.AttributeMapping | |
| TemplateImportConfiguration.ObjectTypeMapping |
ObjectTypeMapping is responsible for mapping the external data source to an Assets Object Type.
|
| Exception | Description |
|---|---|
| ImportComponentException |
Copyright © 2024 Atlassian. All rights reserved.