Index

A B C D E F G H I J L M N O P R S T U V X 
All Classes and Interfaces|All Packages|Serialized Form

T

TAB - Enum constant in enum com.orchestranetworks.addon.dex.configuration.Separator
Specifies the tab used as separator.
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
Provides the methods to generate a TableGenerationResult instance.
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
Creates instances of TableHelper.
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
Deprecated.
Since 2.3.0, replaced by TableMapping.
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() - Constructor for class com.orchestranetworks.addon.dataexchange.TableMapping
Deprecated.
 
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
 
TIME - Enum constant in enum com.orchestranetworks.addon.dataexchange.sql.SQLDataType
Specifies the SQL data type TIME.
TIMESTAMP - Enum constant in enum com.orchestranetworks.addon.dataexchange.sql.SQLDataType
Specifies the SQL data type TIMESTAMP.
TINYINT - Enum constant in enum com.orchestranetworks.addon.dataexchange.sql.SQLDataType
Specifies the SQL data type TINYINT.
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 - Enum constant in enum com.orchestranetworks.addon.dex.configuration.ServiceType
Specifies the service type used to transfer data.
TRANSFER - Static variable in class com.orchestranetworks.addon.dataexchange.DataExchangeServiceType
Deprecated.
A service type corresponding to the process of transferring data.
TRANSFER_DATA - Enum constant in enum com.orchestranetworks.addon.dataexchange.transformation.Operation
Specifies the operation type used to get the transformation implementation when transferring data between two datasets.
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
Provides the methods to get an ApplicationMapping instance for data transfer.
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(AdaptationTable, Adaptation, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
Transfers a table and is used outside of a UIService.
TransferConfigurationSpec(DataExchangeServiceContext) - Constructor for class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
Transfers tables based on a DataExchangeServiceContext.
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
Deprecated.
Since 2.3.0, replaced by TransferTransformationExecutionContext.
TransferTransformationExecutionContext - Interface in com.orchestranetworks.addon.dex.transformation
Provides the context for a transformation when transferring data in EBX®.
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(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(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
Deprecated.
Since 2.3.0, replaced by Transformation.
Transformation<T extends TransformationExecutionContext> - Interface in com.orchestranetworks.addon.dex.transformation
Provides transformation methods.
TransformationCatalog - Class in com.orchestranetworks.addon.dataexchange.transformation
Deprecated.
Since 2.3.0, replaced by TransformationCatalog.
TransformationCatalog - Class in com.orchestranetworks.addon.dex.transformation
Lists transformations to register.
TransformationCatalog() - Constructor for class com.orchestranetworks.addon.dataexchange.transformation.TransformationCatalog
Deprecated.
 
TransformationConfigurationContext - Interface in com.orchestranetworks.addon.dataexchange.transformation
Deprecated.
Since 2.3.0, replaced by TransformationConfigurationContext.
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
Deprecated.
Since 2.3.0, replaced by TransformationDefinition.
TransformationDefinition - Interface in com.orchestranetworks.addon.dex.transformation
Defines attributes for Transformation implementations.
TransformationExecutionContext - Interface in com.orchestranetworks.addon.dataexchange.transformation
Deprecated.
Since 2.3.0, replaced by TransformationExecutionContext.
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
Deprecated.
Since 2.3.0, replaced by TransformationExecutionContext.
TransformContextForImport - Interface in com.orchestranetworks.addon.adix
Deprecated.
Since 2.3.0, replaced by TransformationExecutionContext.
Transformer - Interface in com.orchestranetworks.addon.adix
Deprecated.
Since 2.3.0, replaced by Transformation.
TransformerCatalog - Class in com.orchestranetworks.addon.adix
Deprecated.
Since 2.3.0, replaced by TransformationCatalog.
TransformerDefinition - Class in com.orchestranetworks.addon.adix
Deprecated.
Since 2.3.0, replaced by TransformationDefinition.
TransformerDefinition(Class<? extends Transformer>, UserMessage, UserMessage) - Constructor for class com.orchestranetworks.addon.adix.TransformerDefinition
Deprecated.
Constructor.
A B C D E F G H I J L M N O P R S T U V X 
All Classes and Interfaces|All Packages|Serialized Form