Package | Description |
---|---|
com.orchestranetworks.addon.dex.common.generation |
Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services.
|
com.orchestranetworks.addon.dex.configuration |
Classes and interfaces to define specifications for the import, export and transfer data services.
|
com.orchestranetworks.addon.dex.mapping |
Classes and interfaces to configure mapping between source and target applications.
|
com.orchestranetworks.addon.dex.transformation |
Classes and interfaces to call {addon.label} transformation
functions for the import, export and transfer data services.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationMappingHelper<SC extends Field,TC extends Field,T extends Table<SC>>
Provides the methods to get
ApplicationMapping . |
interface |
ApplicationMappingHelper<SC extends Field,TC extends Field,T extends Table<SC>>
Provides the methods to get
ApplicationMapping . |
interface |
TableGeneration<F extends Field,T extends Table<F>>
Provides the methods to generate a
TableGenerationResult instance. |
class |
TableGenerationResult<C extends Field,T extends Table<C>>
Defines table generation results.
|
interface |
TableHelper<F extends Field,T extends Table<F>,S extends TableHelperSpec>
Provides the methods to get the
Table declared in the {addon.label}
dataset. |
Modifier and Type | Method and Description |
---|---|
Map<Field,String> |
CSVExportConfigurationSpec.getDateTimePatterns()
Returns a map of date time patterns and
Field instance as the key parameter. |
Map<Field,String> |
CSVImportConfigurationSpec.getDateTimePatterns()
Returns a map of date time patterns and
Field instance as the key parameter. |
List<Field> |
TableFilter.getViewedFields()
Returns the wanted fields.
|
Modifier and Type | Method and Description |
---|---|
void |
CSVExportConfigurationSpec.setDateTimePatterns(Map<Field,String> dateTimePatterns)
Sets a map of date time patterns and
Field instance as the key parameter. |
void |
CSVImportConfigurationSpec.setDateTimePatterns(Map<Field,String> dateTimePatterns)
Sets a map of date time patterns and
Field instance as the key parameter. |
void |
TableFilter.setViewedFields(List<Field> viewedFields)
Sets the wanted fields.
|
Modifier and Type | Class and Description |
---|---|
class |
AdditionalFieldMapping<T extends Field>
Specifies the configuration used for additional fields that are involved in a one to many fields transformation function, such as aggregation or split.
|
class |
ApplicationMapping<SC extends Field,TC extends Field>
Specifies the configuration used to map source and target applications.
|
class |
ApplicationMapping<SC extends Field,TC extends Field>
Specifies the configuration used to map source and target applications.
|
class |
FieldMapping<SC extends Field,TC extends Field>
Specifies the configuration used when mapping between source and target fields.
|
class |
FieldMapping<SC extends Field,TC extends Field>
Specifies the configuration used when mapping between source and target fields.
|
class |
FieldMappingList<SC extends Field,TC extends Field>
Specifies the configuration used for a list of field mappings.
|
class |
FieldMappingList<SC extends Field,TC extends Field>
Specifies the configuration used for a list of field mappings.
|
interface |
Record<F extends Field>
Specifies the configuration for a record.
|
interface |
Table<C extends Field>
Provides a list of a table's fields.
|
class |
TableMapping<SC extends Field,TC extends Field>
Specifies the configuration used to map between source and target tables.
|
class |
TableMapping<SC extends Field,TC extends Field>
Specifies the configuration used to map between source and target tables.
|
class |
TableMappingList<SC extends Field,TC extends Field>
Specifies the configuration for a list of table mappings.
|
class |
TableMappingList<SC extends Field,TC extends Field>
Specifies the configuration for a list of table mappings.
|
Modifier and Type | Class and Description |
---|---|
class |
CSVField
Specifies CSV field configuration information.
|
class |
EBXField
Specifies the configuration used for an EBX® field.
|
class |
EBXLinkField
Specifies the configuration used for an EBX® reference field.
|
class |
SpreadsheetField
Specifies the configuration used for a spreadsheet field.
|
class |
SQLField
Specifies the configuration used for an SQL field in an external database.
|
class |
XMLField
Specifies the configuration used for an XML field.
|
Modifier and Type | Method and Description |
---|---|
List<AdditionalFieldMapping<Field>> |
FieldMapping.getAdditionalFieldMappings()
Returns the list of additional field mappings.
|
Modifier and Type | Method and Description |
---|---|
void |
FieldMapping.setAdditionalFieldMappings(List<AdditionalFieldMapping<Field>> additionalFieldMappings)
Sets a list of additional field mappings to this.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AggregationTransformationExecutionContext<SC extends Field,TC extends Field>
Provides a context for an aggregation transformation when transferring, exporting, or importing data.
|
interface |
AggregationTransformationExecutionContext<SC extends Field,TC extends Field>
Provides a context for an aggregation transformation when transferring, exporting, or importing data.
|
interface |
ExportTransformationExecutionContext<SC extends Field,TC extends Field>
Provides the transformation context when exporting data.
|
interface |
ExportTransformationExecutionContext<SC extends Field,TC extends Field>
Provides the transformation context when exporting data.
|
interface |
ImportTransformationExecutionContext<SC extends Field,TC extends Field>
Provides the transformation context when importing data.
|
interface |
ImportTransformationExecutionContext<SC extends Field,TC extends Field>
Provides the transformation context when importing data.
|
interface |
TransformationExecutionContext<SC extends Field,TC extends Field>
Provides the transformation context.
|
interface |
TransformationExecutionContext<SC extends Field,TC extends Field>
Provides the transformation context.
|
Modifier and Type | Method and Description |
---|---|
Field |
AggregationTransformationExecutionValue.getField()
Returns the source node during transfer or export and
null during import. |