Class ImportedData
java.lang.Object
io.jmix.dataimport.extractor.data.ImportedData
Represents the result of input data processing that contains:
 
- List of ImportedDataItems: one imported data item contains the raw values of properties for one entity to import.
- Data field names: names of the fields from input data (XLSX, CSV - column names specified in the first row, JSON - field names from JSON object, XML - tag names).
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddDataFieldName(String dataFieldName) voidaddItem(ImportedDataItem item) getItems()voidsetDataFieldNames(List<String> dataFieldNames) voidsetItems(List<ImportedDataItem> items) 
- 
Field Details- 
items
- 
dataFieldNames
 
- 
- 
Constructor Details- 
ImportedDatapublic ImportedData()
 
- 
- 
Method Details- 
getItems
- 
setItems
- 
getDataFieldNames
- 
setDataFieldNames
- 
addItem
- 
addDataFieldName
 
-