| Package | Description |
|---|---|
| com.orchestranetworks.addon.dex |
Classes and interfaces to call the {addon.label} import, export and transfer.
|
| 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.
|
| com.orchestranetworks.addon.dex.validator |
Classes and interfaces to call {addon.label} import Excel, CSV, XML and transfer data services using validator.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceType |
SpreadsheetExportDataExchangeHelperContext.getServiceType()
Returns the specified service type.
|
ServiceType |
DataExchangeHelperContext.getServiceType()
Returns the specified service type.
|
ServiceType |
SpreadsheetImportDataExchangeHelperContext.getServiceType()
Returns the specified service type.
|
ServiceType |
CSVExportDataExchangeHelperContext.getServiceType()
Returns the specified service type.
|
ServiceType |
CSVImportDataExchangeHelperContext.getServiceType()
Returns the specified service type.
|
| Modifier and Type | Method and Description |
|---|---|
TableGenerationResult<SQLField,SQLTable> |
SQLTableGeneration.generateTables(String sqlDataSource,
String schemaName,
String tablePattern,
Set<String> sqlTableNames,
ServiceType serviceType)
Returns the
TableGenerationResult for SQLTable. |
| Modifier and Type | Method and Description |
|---|---|
ServiceType |
SQLImportConfigurationSpec.getServiceType()
Returns the service type.
|
ServiceType |
CSVImportConfigurationSpec.getServiceType()
Returns the service type.
|
ServiceType |
TransferConfigurationSpec.getServiceType()
Returns the service type.
|
ServiceType |
XMLImportConfigurationSpec.getServiceType()
Returns the service type.
|
ServiceType |
SpreadsheetExportConfigurationSpec.getServiceType()
Returns the service type.
|
ServiceType |
XMLExportConfigurationSpec.getServiceType()
Returns the service type.
|
ServiceType |
ConfigurationSpec.getServiceType()
Returns the specified service type.
|
ServiceType |
SQLExportConfigurationSpec.getServiceType()
Returns the service type.
|
ServiceType |
SpreadsheetImportConfigurationSpec.getServiceType()
Returns the service type.
|
ServiceType |
CSVExportConfigurationSpec.getServiceType()
Returns the service type.
|
static ServiceType |
ServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceType[] |
ServiceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceType |
FieldMapperContext.getServiceType()
Returns a
ServiceType object. |
| Modifier and Type | Method and Description |
|---|---|
ServiceType |
TransformationConfigurationContext.getServiceType()
Returns the service type.
|
| Modifier and Type | Method and Description |
|---|---|
Transformation |
TransformationDefinition.getTransformation(ServiceType serviceType)
Returns an instance of this
Transformation. |
| Modifier and Type | Method and Description |
|---|---|
Validator |
ValidatorDefinition.getValidator(ServiceType serviceType)
Returns an instance of this
Validator. |