Uses of Class
com.orchestranetworks.addon.dint.DataIntegrationException
Packages that use DataIntegrationException
Package
Description
Provides classes and interfaces to execute a data integration task.
Provides classes for source and target table specifications.
Provides classes and interfaces for creating a mapping specification between source and target tables.
Provides classes and interfaces to define and register transformations.
-
Uses of DataIntegrationException in com.orchestranetworks.addon.dint
Methods in com.orchestranetworks.addon.dint that throw DataIntegrationExceptionModifier and TypeMethodDescriptionabstract DataIntegrationExecutionResultsDataIntegrationExecutor.execute(DataIntegrationSpec spec) Performs a data integration task based on the specification.abstract DataIntegrationExecutionResultsDataIntegrationExecutor.execute(CSVExportTemplateSpec spec) Performs a CSV export task with a given template.abstract DataIntegrationExecutionResultsDataIntegrationExecutor.execute(CSVImportTemplateSpec spec) Performs a CSV import task with a given template.abstract DataIntegrationExecutionResultsDataIntegrationExecutor.execute(EBXTransferTemplateSpec spec) Performs an EBX transfer task with a given template.abstract DataIntegrationExecutionResultsDataIntegrationExecutor.execute(ExcelExportTemplateSpec spec) Performs an Excel export task with a given template.abstract DataIntegrationExecutionResultsDataIntegrationExecutor.execute(ExcelImportTemplateSpec spec) Performs an Excel import task with a given template.abstract DataIntegrationExecutionResultsDataIntegrationExecutor.execute(SQLExportTemplateSpec spec) Performs a SQL export task with a given template.abstract DataIntegrationExecutionResultsDataIntegrationExecutor.execute(SQLImportTemplateSpec spec) Performs an SQL import task with a given template. -
Uses of DataIntegrationException in com.orchestranetworks.addon.dint.dataconnector.spec
Methods in com.orchestranetworks.addon.dint.dataconnector.spec that throw DataIntegrationExceptionModifier and TypeMethodDescriptionExcelSourceTableSpec.ExcelSourceTableSpecBuilder.setStartColumn(int startColumn) Sets the start column.ExcelSourceTableSpec.ExcelSourceTableSpecBuilder.setStartRow(int startRow) Sets the start row. -
Uses of DataIntegrationException in com.orchestranetworks.addon.dint.mapping
Methods in com.orchestranetworks.addon.dint.mapping that throw DataIntegrationExceptionModifier and TypeMethodDescriptionvoidTableMappingModifier.modify(TableMappingModificationContext<ST, TT> context) Modifies the table mapping specified by the context.<S extends MappingStep>
voidTableMappingModificationContext.modifyStep(MappingStepSelector<S> selector, Consumer<S> stepConfig) Modifies a transformation step in the table mapping.static CSVSourceTableCSVSourceTable.newInstance(CSVSourceTableSpec spec) Creates a new instance.static CSVTargetTableCSVTargetTable.newInstance(CSVTargetTableSpec spec) Creates a new instance.static EBXSourceTableEBXSourceTable.newInstance(EBXSourceTableSpec spec) Creates a new instance.static EBXTargetTableEBXTargetTable.newInstance(EBXTargetTableSpec spec) Creates a new instance.static ExcelSourceTableExcelSourceTable.newInstance(ExcelSourceTableSpec spec) Creates a new instance.static ExcelTargetTableExcelTargetTable.newInstance(ExcelTargetTableSpec spec) Creates a new instance.static SQLSourceTableSQLSourceTable.newInstance(SQLSourceTableSpec spec) Creates a new instance.static SQLTargetTableSQLTargetTable.newInstance(SQLTargetTableSpec spec) Creates a new instance. -
Uses of DataIntegrationException in com.orchestranetworks.addon.dint.transformation
Methods in com.orchestranetworks.addon.dint.transformation that throw DataIntegrationExceptionModifier and TypeMethodDescriptiondefault voidTransformationFunction.setup(TransformationConfigurationContext context) Allows retrieving parameters fromTransformationConfigurationContextto set up for theTransformationFunction.transform(TransformationExecutionContext)method.TransformationFunction.transform(TransformationExecutionContext<I> context) Performs the transformation.