Uses of Class
com.orchestranetworks.addon.dint.DataIntegrationException
-
Packages that use DataIntegrationException Package Description com.orchestranetworks.addon.dint Provides classes and interfaces to execute a data integration task.com.orchestranetworks.addon.dint.dataconnector.spec Provides classes for source and target table specifications.com.orchestranetworks.addon.dint.mapping Provides classes and interfaces for creating a mapping specification between source and target tables.com.orchestranetworks.addon.dint.transformation 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 DataIntegrationException Modifier and Type Method Description abstract 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 DataIntegrationException Modifier and Type Method Description ExcelSourceTableSpec.ExcelSourceTableSpecBuilderExcelSourceTableSpec.ExcelSourceTableSpecBuilder. setStartColumn(int startColumn)Sets the start column.ExcelSourceTableSpec.ExcelSourceTableSpecBuilderExcelSourceTableSpec.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 DataIntegrationException Modifier and Type Method Description voidTableMappingModifier. modify(TableMappingModificationContext<ST,TT> context)Modifies the table mapping specified by the context.<S extends MappingStep>
voidTableMappingModificationContext. modifyStep(MappingStepSelector<S> selector, java.util.function.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 DataIntegrationException Modifier and Type Method Description default voidTransformationFunction. setup(TransformationConfigurationContext context)Allows retrieving parameters fromTransformationConfigurationContextto set up for theTransformationFunction.transform(TransformationExecutionContext)method.OTransformationFunction. transform(TransformationExecutionContext<I> context)Performs the transformation.
-