Sante |
| Class | Description | |
|---|---|---|
| DefaultForeignDataImporter | Default foreign data transformer that executes the logic in ForeignDataMap files. | |
| ForeignDataImportJob | A IJob implementation that executes all IForeignDataSubmission instructions in a state of ready. | |
| ForeignDataImportUtil | Foreign data format utility | |
| GenericForeignDataRecord | A generic implementation of the IForeignDataRecord |
| Interface | Description | |
|---|---|---|
| IForeignDataBulkReader | An implementation of a IForeignDataReader which can produce a bulk Dataset | |
| IForeignDataElementTransform | Implementations of this class are expected to be able to transform a single input object into a single output object | |
| IForeignDataFile | Represents a foreign data file | |
| IForeignDataFormat | Represents a foreign data mapper which can apply a ForeignDataMap against an input source of data. | |
| IForeignDataImporter | Foreign data transformation service is responsible for executing foreign data transforms | |
| IForeignDataManagerService | Represents a class which can manage the import and export of data to/from foreign data sources | |
| IForeignDataReader | A data reader that can read records from a foreign data source | |
| IForeignDataRecord | Represents a foreign data record which can be written to a foreign data file with the IForeignDataWriter | |
| IForeignDataSubmission | Foreign data information wrapper | |
| IForeignDataWriter | Represents a writer for the foreign data format |
| Enumeration | Description | |
|---|---|---|
| ForeignDataStatus | Represents the foreign data status |