public class ImportJob extends Object
RecordProcessor
mappings, and lists all of the files to be processed. Input files, described as InputFile
objects, should be listed in the order they are to be processed, and should be associated with a
data type that has a registered processor bean in the configuration.| Constructor and Description |
|---|
ImportJob() |
| Modifier and Type | Method and Description |
|---|---|
List<DataSetMetadata> |
getDataSets() |
List<DataType> |
getDataTypes() |
List<InputFile> |
getFiles() |
String |
getName() |
String |
getNotes() |
ImportOptions |
getOptions() |
void |
setDataSets(List<DataSetMetadata> dataSets) |
void |
setDataTypes(List<DataType> dataTypes) |
void |
setFiles(List<InputFile> files) |
void |
setName(String name) |
void |
setNotes(String notes) |
void |
setOptions(Map<String,String> options) |
public String getName()
public void setName(String name)
public String getNotes()
public void setNotes(String notes)
public List<DataSetMetadata> getDataSets()
public void setDataSets(List<DataSetMetadata> dataSets)
public ImportOptions getOptions()
Copyright © 2016. All rights reserved.