Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
E
- EBXField - Class in com.orchestranetworks.addon.dint.schema
-
Field in an
EBXTable
. - EBXField() - Constructor for class com.orchestranetworks.addon.dint.schema.EBXField
- EBXSourceTable - Class in com.orchestranetworks.addon.dint.mapping
-
Represents the EBX source table in a
TableMapping
. - EBXSourceTableSpec - Class in com.orchestranetworks.addon.dint.dataconnector.spec
-
Specification for an
EBXSourceTable
. - EBXSourceTableSpec.EBXSourceTableSpecBuilder - Class in com.orchestranetworks.addon.dint.dataconnector.spec
-
Builder for creating an instance of
EBXSourceTableSpec
. - EBXTable - Interface in com.orchestranetworks.addon.dint.schema
-
Table structure (an
AdaptationTable
) in an EBX data source. - EBXTableSpec - Class in com.orchestranetworks.addon.dint.dataconnector.spec
-
Specification for
EBXSourceTableSpec
andEBXTargetTableSpec
.. - EBXTargetTable - Class in com.orchestranetworks.addon.dint.mapping
-
Represents the EBX target table in a
TableMapping
. - EBXTargetTableSpec - Class in com.orchestranetworks.addon.dint.dataconnector.spec
-
Specification for an
EBXTargetTable
. - EBXTargetTableSpec.EBXTargetTableSpecBuilder - Class in com.orchestranetworks.addon.dint.dataconnector.spec
-
Builder for creating an instance of
EBXTargetTableSpec
. - EBXTransaction - Class in com.orchestranetworks.addon.dint.dataconnector.datasource
-
Represents a transaction when importing data into EBX.
- EBXTransferTemplateSpec - Class in com.orchestranetworks.addon.dint.template
-
Template specification for transfer data from a EBX table to another EBX table.
- EBXTransferTemplateSpec(TemplateConfig<EBXSourceTable, EBXTargetTable>, Session) - Constructor for class com.orchestranetworks.addon.dint.template.EBXTransferTemplateSpec
-
Constructs a new instance.
- EBXTransferTemplateSpec(String, Session) - Constructor for class com.orchestranetworks.addon.dint.template.EBXTransferTemplateSpec
-
Constructs a new instance.
- EBXWriteMode - Enum in com.orchestranetworks.addon.dint.dataconnector.spec
-
Strategy to write into EBX.
- EMAIL - Enum constant in enum com.orchestranetworks.addon.dint.schema.DefaultDataTypes
-
Default email type.
- equals(Object) - Method in class com.orchestranetworks.addon.dint.mapping.steps.MappingStep
- ExcelExportTemplateSpec - Class in com.orchestranetworks.addon.dint.template
-
Template specification for Excel export.
- ExcelExportTemplateSpec(TemplateConfig<EBXSourceTable, ExcelTargetTable>, File, Session) - Constructor for class com.orchestranetworks.addon.dint.template.ExcelExportTemplateSpec
-
Constructs a new
ExcelExportTemplateSpec
instance. - ExcelExportTemplateSpec(String, File, Session) - Constructor for class com.orchestranetworks.addon.dint.template.ExcelExportTemplateSpec
-
Constructs a new
ExcelExportTemplateSpec
instance. - ExcelField - Interface in com.orchestranetworks.addon.dint.schema
-
Field in an
ExcelTable
. - ExcelImportTemplateSpec - Class in com.orchestranetworks.addon.dint.template
-
Template specification for Excel import.
- ExcelImportTemplateSpec(TemplateConfig<ExcelSourceTable, EBXTargetTable>, File, Session) - Constructor for class com.orchestranetworks.addon.dint.template.ExcelImportTemplateSpec
- ExcelImportTemplateSpec(String, File, Session) - Constructor for class com.orchestranetworks.addon.dint.template.ExcelImportTemplateSpec
-
Constructs a new
ExcelImportTemplateSpec
instance. - ExcelImportTemplateSpec(String, File, String, Session) - Constructor for class com.orchestranetworks.addon.dint.template.ExcelImportTemplateSpec
-
Deprecated.
- ExcelSourceTable - Class in com.orchestranetworks.addon.dint.mapping
-
Represents the Excel source table in a
TableMapping
. - ExcelSourceTableSpec - Class in com.orchestranetworks.addon.dint.dataconnector.spec
-
Specification for an
ExcelSourceTable
. - ExcelSourceTableSpec.ExcelSourceTableSpecBuilder - Class in com.orchestranetworks.addon.dint.dataconnector.spec
-
Builder for creating an
ExcelSourceTableSpec
instance. - ExcelTable - Interface in com.orchestranetworks.addon.dint.schema
-
Table structure (a sheet) in an Excel data source.
- ExcelTargetTable - Class in com.orchestranetworks.addon.dint.mapping
-
Represents the Excel target table in a
TableMapping
. - ExcelTargetTableSpec - Class in com.orchestranetworks.addon.dint.dataconnector.spec
-
Specification for an
ExcelTargetTable
. - ExcelTargetTableSpec.ExcelTargetTableSpecBuilder - Class in com.orchestranetworks.addon.dint.dataconnector.spec
-
Builder for creating an
ExcelTargetTableSpec
instance. - execute(DataIntegrationSpec) - Method in class com.orchestranetworks.addon.dint.DataIntegrationExecutor
-
Performs a data integration task based on the specification.
- execute(CSVExportTemplateSpec) - Method in class com.orchestranetworks.addon.dint.DataIntegrationExecutor
-
Performs a CSV export task with a given template.
- execute(CSVImportTemplateSpec) - Method in class com.orchestranetworks.addon.dint.DataIntegrationExecutor
-
Performs a CSV import task with a given template.
- execute(EBXTransferTemplateSpec) - Method in class com.orchestranetworks.addon.dint.DataIntegrationExecutor
-
Performs an EBX transfer task with a given template.
- execute(ExcelExportTemplateSpec) - Method in class com.orchestranetworks.addon.dint.DataIntegrationExecutor
-
Performs an Excel export task with a given template.
- execute(ExcelImportTemplateSpec) - Method in class com.orchestranetworks.addon.dint.DataIntegrationExecutor
-
Performs an Excel import task with a given template.
- execute(SQLExportTemplateSpec) - Method in class com.orchestranetworks.addon.dint.DataIntegrationExecutor
-
Performs a SQL export task with a given template.
- execute(SQLImportTemplateSpec) - Method in class com.orchestranetworks.addon.dint.DataIntegrationExecutor
-
Performs an SQL import task with a given template.
- extendFrom() - Method in interface com.orchestranetworks.addon.dint.schema.DataType
-
Returns the parent data type that this one extends from.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ExcelImportTemplateSpec(String, File, Session)
instead. Since v4.3.2, it's no longer required to specify a sheet name.