- Table<C extends Field> - Interface in com.orchestranetworks.addon.dex.mapping
-
Provides a list of a table's fields.
- TableFilter - Class in com.orchestranetworks.addon.dex.configuration
-
Specifies a configuration used to filter tables.
- TableFilter() - Constructor for class com.orchestranetworks.addon.dex.configuration.TableFilter
-
- TableGeneration<F extends Field,T extends Table<F>> - Interface in com.orchestranetworks.addon.dex.common.generation
-
- TableGenerationFactory - Class in com.orchestranetworks.addon.dex.common.generation
-
Creates instances of TableGeneration
.
- TableGenerationResult<C extends Field,T extends Table<C>> - Class in com.orchestranetworks.addon.dex.common.generation
-
Defines table generation results.
- TableGenerationResult() - Constructor for class com.orchestranetworks.addon.dex.common.generation.TableGenerationResult
-
- TableHelper<F extends Field,T extends Table<F>,S extends TableHelperSpec> - Interface in com.orchestranetworks.addon.dex.common.generation
-
Provides the methods to get the
Table
declared in the EBX Data Exchange Add-on
dataset.
- TableHelperFactory - Class in com.orchestranetworks.addon.dex.common.generation
-
- TableHelperSpec - Class in com.orchestranetworks.addon.dex.common.generation
-
Provides the methods to get the
Table
declared in the EBX Data Exchange Add-on
dataset.
- TableHelperSpec(String, Session) - Constructor for class com.orchestranetworks.addon.dex.common.generation.TableHelperSpec
-
- TableMapping - Class in com.orchestranetworks.addon.dataexchange
-
- TableMapping() - Constructor for class com.orchestranetworks.addon.dataexchange.TableMapping
-
Deprecated.
- TableMapping<SC extends Field,TC extends Field> - Class in com.orchestranetworks.addon.dex.mapping
-
Specifies the configuration used to map between source and target tables.
- TableMapping(Table<SC>, Table<TC>) - Constructor for class com.orchestranetworks.addon.dex.mapping.TableMapping
-
- TableMapping(Table<SC>, Table<TC>, FieldMappingList<SC, TC>) - Constructor for class com.orchestranetworks.addon.dex.mapping.TableMapping
-
- TableMappingList<SC extends Field,TC extends Field> - Class in com.orchestranetworks.addon.dex.mapping
-
Specifies the configuration for a list of table mappings.
- TableMappingList() - Constructor for class com.orchestranetworks.addon.dex.mapping.TableMappingList
-
- TitleTemplate - Class in com.orchestranetworks.addon.dex.configuration
-
Specifies the configuration used for the title template in the exported file, such as title's starting position and text style.
- TitleTemplate() - Constructor for class com.orchestranetworks.addon.dex.configuration.TitleTemplate
-
- TRANSFER - Static variable in class com.orchestranetworks.addon.dataexchange.DataExchangeServiceType
-
Deprecated.
A service type corresponding to the process of transferring data.
- TRANSFER_DATA - Static variable in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferType
-
Deprecated.
A transfer type corresponding to transfer data action.
- TransferApplicationMappingHelper - Interface in com.orchestranetworks.addon.dex.common.generation
-
- TransferConfigurationSpec - Class in com.orchestranetworks.addon.dex.configuration
-
Specifies the configuration used for data transfer.
- TransferConfigurationSpec(Adaptation, List<EBXTable>, Adaptation, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
-
Transfers multiple tables based on the specified source tables outside of
a UIService
.
- TransferConfigurationSpec(Adaptation, List<EBXTable>, Map<EBXTable, TableFilter>, Adaptation, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
-
Transfers multiple tables based on the filtered source tables outside of
a UIService
.
- TransferConfigurationSpec(DataExchangeServiceContext) - Constructor for class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
-
- TransferConfigurationSpec(AdaptationTable, Adaptation, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
-
Transfers a table and is used outside of a UIService
.
- TransferConfigurationSpec(EBXTable, TableFilter, Adaptation, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
-
Transfers a table with filter and is used outside of a
UIService
.
- TransferResult - Interface in com.orchestranetworks.addon.dex.result
-
Stores data results when transferring data into a table.
- TransferTransformationExecutionContext - Interface in com.orchestranetworks.addon.dataexchange.transformation
-
- TransferTransformationExecutionContext - Interface in com.orchestranetworks.addon.dex.transformation
-
Provides the context for a transformation when transferring data in EBX®.
- transform(AdixImportSpec) - Method in interface com.orchestranetworks.addon.dex.DataExchangeHelper
-
Returns the com.orchestranetworks.addon.dex.DataExchangeSpec
object when transforming old specifications from a com.orchestranetworks.addon.adix.AdixImportSpec
object.
- transform(AdixExportSpec) - Method in interface com.orchestranetworks.addon.dex.DataExchangeHelper
-
Returns the com.orchestranetworks.addon.dex.DataExchangeSpec
object when transforming old specifications from a com.orchestranetworks.addon.adix.AdixExportSpec
object.
- transform(DataExchangeSpec) - Method in interface com.orchestranetworks.addon.dex.DataExchangeHelper
-
Returns the com.orchestranetworks.addon.dex.DataExchangeSpec
object when transforming old specifications from a com.orchestranetworks.addon.dataexchange.DataExchangeSpec
object.
- Transformation<T extends TransformationExecutionContext> - Interface in com.orchestranetworks.addon.dataexchange.transformation
-
- Transformation<T extends TransformationExecutionContext> - Interface in com.orchestranetworks.addon.dex.transformation
-
Provides transformation methods.
- TransformationCatalog - Class in com.orchestranetworks.addon.dataexchange.transformation
-
- TransformationCatalog() - Constructor for class com.orchestranetworks.addon.dataexchange.transformation.TransformationCatalog
-
Deprecated.
- TransformationCatalog - Class in com.orchestranetworks.addon.dex.transformation
-
Lists transformations to register.
- TransformationConfigurationContext - Interface in com.orchestranetworks.addon.dataexchange.transformation
-
- TransformationConfigurationContext - Interface in com.orchestranetworks.addon.dex.transformation
-
Provides configuration attributes for the
Transformation
implementation that executes during import, export, or transfer.
- TransformationDefinition - Interface in com.orchestranetworks.addon.dataexchange.transformation
-
- TransformationDefinition - Interface in com.orchestranetworks.addon.dex.transformation
-
- TransformationExecutionContext - Interface in com.orchestranetworks.addon.dataexchange.transformation
-
- TransformationExecutionContext<SC extends Field,TC extends Field> - Interface in com.orchestranetworks.addon.dex.transformation
-
Provides the transformation context.
- TransformContextForExport - Interface in com.orchestranetworks.addon.adix
-
- TransformContextForImport - Interface in com.orchestranetworks.addon.adix
-
- Transformer - Interface in com.orchestranetworks.addon.adix
-
- TransformerCatalog - Class in com.orchestranetworks.addon.adix
-
- TransformerDefinition - Class in com.orchestranetworks.addon.adix
-
- TransformerDefinition(Class<? extends Transformer>, UserMessage, UserMessage) - Constructor for class com.orchestranetworks.addon.adix.TransformerDefinition
-
Deprecated.
Constructor.