Index

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

C

COLOR - Enum constant in enum com.orchestranetworks.addon.dint.schema.DefaultDataTypes
Default color type.
com.orchestranetworks.addon.dint - package com.orchestranetworks.addon.dint
Provides classes and interfaces to execute a data integration task.
com.orchestranetworks.addon.dint.dataconnector.datasource - package com.orchestranetworks.addon.dint.dataconnector.datasource
 
com.orchestranetworks.addon.dint.dataconnector.spec - package com.orchestranetworks.addon.dint.dataconnector.spec
Provides classes for source and target table specifications.
com.orchestranetworks.addon.dint.mapping - package com.orchestranetworks.addon.dint.mapping
Provides classes and interfaces for creating a mapping specification between source and target tables.
com.orchestranetworks.addon.dint.mapping.steps - package com.orchestranetworks.addon.dint.mapping.steps
Provides classes and interfaces for creating the field mapping steps and the transformation mapping steps.
com.orchestranetworks.addon.dint.schema - package com.orchestranetworks.addon.dint.schema
Provides classes and interfaces that represent fields and tables for the supported data source.
com.orchestranetworks.addon.dint.template - package com.orchestranetworks.addon.dint.template
Provides classes and interfaces that represent a specification for a user defined template.
com.orchestranetworks.addon.dint.transformation - package com.orchestranetworks.addon.dint.transformation
Provides classes and interfaces to define and register transformations.
com.orchestranetworks.addon.dint.transformation.aggregate - package com.orchestranetworks.addon.dint.transformation.aggregate
Provides classes and interfaces for creating an aggregate transformation.
com.orchestranetworks.addon.dint.transformation.conversion - package com.orchestranetworks.addon.dint.transformation.conversion
Provides classes and interfaces for creating a conversion transformation.
com.orchestranetworks.addon.dint.transformation.crossreference - package com.orchestranetworks.addon.dint.transformation.crossreference
Provides classes and interfaces for creating a query transformation.
com.orchestranetworks.addon.dint.transformation.split - package com.orchestranetworks.addon.dint.transformation.split
Provides classes and interfaces for creating a split transformation.
configureProcedure(Consumer<ProcedureContext>) - Method in class com.orchestranetworks.addon.dint.dataconnector.datasource.EBXTransaction
Configures the ProcedureContext instance when writing in EBX.
configureProcedure(Consumer<ProcedureContext>) - Method in class com.orchestranetworks.addon.dint.template.CSVImportTemplateSpec
Configures the ProcedureContext instance when writing in EBX.
configureProcedure(Consumer<ProcedureContext>) - Method in class com.orchestranetworks.addon.dint.template.EBXTransferTemplateSpec
Configures the ProcedureContext instance when writing in EBX.
configureProcedure(Consumer<ProcedureContext>) - Method in class com.orchestranetworks.addon.dint.template.ExcelImportTemplateSpec
Configures the ProcedureContext instance when writing in EBX.
configureProcedure(Consumer<ProcedureContext>) - Method in class com.orchestranetworks.addon.dint.template.SQLImportTemplateSpec
Configures the ProcedureContext instance when writing in EBX.
CONSTANT - Enum constant in enum com.orchestranetworks.addon.dint.transformation.TransformationCategory
Transformations that provides a constant value.
ConstantTransformationMappingStep<SF extends Field,TF extends Field> - Class in com.orchestranetworks.addon.dint.mapping.steps
Mapping step for a constant value.
CONVERSION - Enum constant in enum com.orchestranetworks.addon.dint.transformation.TransformationCategory
Transformations that converts a value to another form.
ConversionTransformationDefinition<I,O> - Class in com.orchestranetworks.addon.dint.transformation.conversion
Represents a transformation function of TransformationCategory.CONVERSION.
ConversionTransformationDefinition() - Constructor for class com.orchestranetworks.addon.dint.transformation.conversion.ConversionTransformationDefinition
 
ConversionTransformationMappingStep<SF extends Field,TF extends Field> - Class in com.orchestranetworks.addon.dint.mapping.steps
convert(int, ConversionTransformationDefinition<?, ?>) - Method in interface com.orchestranetworks.addon.dint.mapping.steps.MultiOutputTransformableStep
Creates a conversion step using an output index as the input.
convert(int, ConversionTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.SplitTransformationMappingStep
 
convert(ConversionTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.AggregateTransformationMappingStep
 
convert(ConversionTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.ConstantTransformationMappingStep
 
convert(ConversionTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.ConversionTransformationMappingStep
 
convert(ConversionTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.CrossReferenceTransformationMappingStep
 
convert(ConversionTransformationDefinition<?, ?>) - Method in interface com.orchestranetworks.addon.dint.mapping.steps.SingleOutputTransformableStep
Converts the input value.
convert(ConversionTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.SourceFieldMappingStep
 
convert(String, ConversionTransformationDefinition<?, ?>) - Method in interface com.orchestranetworks.addon.dint.mapping.steps.MultiOutputTransformableStep
Creates a conversion step using an output name as the input.
convert(String, ConversionTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.SplitTransformationMappingStep
 
CROSS_REFERENCE - Enum constant in enum com.orchestranetworks.addon.dint.transformation.TransformationCategory
Transformations that looks up data from a datasource.
crossReference(int, CrossReferenceTransformationDefinition<?, ?>) - Method in interface com.orchestranetworks.addon.dint.mapping.steps.MultiOutputTransformableStep
Creates a cross reference step using an output index as the input.
crossReference(int, CrossReferenceTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.SplitTransformationMappingStep
 
crossReference(CrossReferenceTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.AggregateTransformationMappingStep
 
crossReference(CrossReferenceTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.ConstantTransformationMappingStep
 
crossReference(CrossReferenceTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.ConversionTransformationMappingStep
 
crossReference(CrossReferenceTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.CrossReferenceTransformationMappingStep
 
crossReference(CrossReferenceTransformationDefinition<?, ?>) - Method in interface com.orchestranetworks.addon.dint.mapping.steps.SingleOutputTransformableStep
Looks up a value with a cross reference.
crossReference(CrossReferenceTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.SourceFieldMappingStep
 
crossReference(String, CrossReferenceTransformationDefinition<?, ?>) - Method in interface com.orchestranetworks.addon.dint.mapping.steps.MultiOutputTransformableStep
Creates a cross reference step using an output name as the input.
crossReference(String, CrossReferenceTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.SplitTransformationMappingStep
 
CrossReference - Class in com.orchestranetworks.addon.dint.transformation.crossreference
Looks up value from an EBX table.
CrossReferenceTransformationDefinition<I,O> - Class in com.orchestranetworks.addon.dint.transformation.crossreference
Represents a transformation function of TransformationCategory.CROSS_REFERENCE.
CrossReferenceTransformationDefinition() - Constructor for class com.orchestranetworks.addon.dint.transformation.crossreference.CrossReferenceTransformationDefinition
 
CrossReferenceTransformationMappingStep<SF extends Field,TF extends Field> - Class in com.orchestranetworks.addon.dint.mapping.steps
Mapping step for a CrossReference.
CSVExportTemplateSpec - Class in com.orchestranetworks.addon.dint.template
Template specification for CSV export.
CSVExportTemplateSpec(TemplateConfig<EBXSourceTable, CSVTargetTable>, File, Session) - Constructor for class com.orchestranetworks.addon.dint.template.CSVExportTemplateSpec
Constructs a new CSVExportTemplateSpec instance.
CSVExportTemplateSpec(String, File, Session) - Constructor for class com.orchestranetworks.addon.dint.template.CSVExportTemplateSpec
Constructs a new CSVExportTemplateSpec instance.
CSVField - Interface in com.orchestranetworks.addon.dint.schema
Field in a CSVTable.
CSVImportTemplateSpec - Class in com.orchestranetworks.addon.dint.template
Template specification for CSV import.
CSVImportTemplateSpec(TemplateConfig<CSVSourceTable, EBXTargetTable>, File, Session) - Constructor for class com.orchestranetworks.addon.dint.template.CSVImportTemplateSpec
Constructs a new CSVImportTemplateSpec instance.
CSVImportTemplateSpec(String, File, Session) - Constructor for class com.orchestranetworks.addon.dint.template.CSVImportTemplateSpec
Constructs a new CSVImportTemplateSpec instance.
CSVSourceTable - Class in com.orchestranetworks.addon.dint.mapping
Represents the CSV source table in a TableMapping.
CSVSourceTableSpec - Class in com.orchestranetworks.addon.dint.dataconnector.spec
Specification for a CSVSourceTable.
CSVSourceTableSpec.CSVSourceTableSpecBuilder - Class in com.orchestranetworks.addon.dint.dataconnector.spec
Builder for creating an instance of CSVSourceTableSpec.
CSVTable - Interface in com.orchestranetworks.addon.dint.schema
Table structure in a CSV data source.
CSVTargetTable - Class in com.orchestranetworks.addon.dint.mapping
Represents the CSV target table in a TableMapping.
CSVTargetTableSpec - Class in com.orchestranetworks.addon.dint.dataconnector.spec
Specification for a CSVTargetTable.
CSVTargetTableSpec.CSVTargetTableSpecBuilder - Class in com.orchestranetworks.addon.dint.dataconnector.spec
Builder for creating an instance of CSVTargetTableSpec.
A B C D E F G H I L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form