Package | Description |
---|---|
com.orchestranetworks.addon.dataexchange.transformation |
Classes and interfaces to call {addon.label} transformation functions to convert data for import, export and transfer.
|
com.orchestranetworks.addon.dex |
Classes and interfaces to call the {addon.label} import, export and transfer.
|
com.orchestranetworks.addon.dex.common |
Provides the classes and interfaces used to supply a context for integrating {addon.label} services.
|
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 | Method and Description |
---|---|
Object |
AggregationTransformation.execute(AggregationTransformationExecutionContext executionContext)
Deprecated.
Executes an aggregation transformation which aggregates the input values from two or many source fields to one target field.
|
Object |
Transformation.execute(T executionContext)
Deprecated.
Executes the transformation.
|
void |
Transformation.setup(TransformationConfigurationContext configurationContext)
Deprecated.
Checks and prepares this instance.
|
Modifier and Type | Method and Description |
---|---|
DataExchangeExportTableSpec |
DataExchangeExportTableSpecBuilder.build()
Builds the instance of
DataExchangeExportTableSpec . |
DataExchangeResult.XMLExport |
DataExchangeConfigurationService.doExport(ExportDataExchangeConfigurationSpec spec)
Returns the result of the {addon.label} configuration export to an XML file.
|
DataExchangeResult.XMLImport |
DataExchangeConfigurationService.doImport(ImportDataExchangeConfigurationSpec spec)
Returns the result of the {addon.label} configuration import from an XML file.
|
DataExchangeResult |
DataExchangeService.execute(DataExchangeExportTableSpec exportSpec)
Returns the export result with the prepared list of each
table's records or table filter.
|
DataExchangeResult |
DataExchangeService.execute(DataExchangeSpec spec)
Returns the result of the import, export or transfer.
|
DataExchangeSpec |
DataExchangeHelper.getDataExchangeSpec(DataExchangeHelperContext context)
Returns an instance of
com.orchestranetworks.addon.dex.DataExchangeSpec based on the configuration declared in the {addon.label} dataset. |
DataExchangeExportTableSpecBuilder |
DataExchangeExportTableSpecBuilder.setTableContent(com.onwbp.adaptation.Adaptation record)
Specifies the record to be exported.
|
DataExchangeExportTableSpecBuilder |
DataExchangeExportTableSpecBuilder.setTableContent(com.onwbp.adaptation.AdaptationTable adaptationTable)
Specifies the table to be exported.
|
DataExchangeExportTableSpecBuilder |
DataExchangeExportTableSpecBuilder.setTableContent(com.onwbp.adaptation.AdaptationTable adaptationTable,
TableFilter tableFilter)
Specifies the table to be exported with filter.
|
DataExchangeExportTableSpecBuilder |
DataExchangeExportTableSpecBuilder.setTableContent(List<com.onwbp.adaptation.Adaptation> records)
Specifies the list of records in the same table to be exported.
|
DataExchangeSpec |
DataExchangeHelper.transform(AdixExportSpec spec)
Returns the
com.orchestranetworks.addon.dex.DataExchangeSpec object when transforming old specifications from a com.orchestranetworks.addon.adix.AdixExportSpec object. |
DataExchangeSpec |
DataExchangeHelper.transform(AdixImportSpec spec)
Returns the
com.orchestranetworks.addon.dex.DataExchangeSpec object when transforming old specifications from a com.orchestranetworks.addon.adix.AdixImportSpec object. |
DataExchangeSpec |
DataExchangeHelper.transform(DataExchangeSpec spec)
Returns the
com.orchestranetworks.addon.dex.DataExchangeSpec object when transforming old specifications from a com.orchestranetworks.addon.dataexchange.DataExchangeSpec object. |
Modifier and Type | Method and Description |
---|---|
CommonApplication |
CommonApplicationMappingFactory.getCommonApplication(com.orchestranetworks.instance.Repository repository,
String universalName,
ApplicationType applicationType)
Returns an instance of
CommonApplication with a specific universal name and ApplicationType . |
DataExchangeServiceContext |
DataExchangeServiceContextFactory.getDataExchangeServiceContext(com.orchestranetworks.service.ServiceContext serviceContext)
Returns an instance of
DataExchangeServiceContext with the specific service context. |
CommonApplication |
CommonApplicationMappingFactory.getEBXCommonApplication(com.onwbp.adaptation.Adaptation dataset,
Locale locale)
Returns an instance of
CommonApplication for EBX® application. |
Set<com.onwbp.adaptation.PrimaryKey> |
ApplicationInterfaceConfigurationFactory.getPrimaryKeysByCode(com.orchestranetworks.instance.Repository repository,
Set<String> codes)
Returns a
PrimaryKey set that identifies records in the Application interface preference table based on the specified codes. |
Set<com.onwbp.adaptation.PrimaryKey> |
ApplicationInterfaceConfigurationFactory.getPrimaryKeysByName(com.orchestranetworks.instance.Repository repository,
Set<String> names)
Returns a
PrimaryKey set that identifies records in the Application interface preference table based on the specified names. |
Modifier and Type | Method and Description |
---|---|
TableGenerationResult<F,T> |
TableGeneration.generateTables(com.onwbp.adaptation.Adaptation currentDataset,
Set<com.orchestranetworks.schema.Path> ebxTables,
com.orchestranetworks.service.Session session)
Returns the
TableGenerationResult . |
TableGenerationResult<SQLField,SQLTable> |
SQLTableGeneration.generateTables(String sqlDataSource,
String schemaName,
String tablePattern,
Set<String> sqlTableNames,
ServiceType serviceType)
Returns the
TableGenerationResult for SQLTable . |
ApplicationMapping<SC,TC> |
ApplicationMappingHelper.getApplicationMapping(ConfigurationSpec<T> configSpec,
CommonApplication sourceApplication,
CommonApplication targetApplication,
Set<com.orchestranetworks.schema.Path> ebxTablePaths)
Returns the specified
ApplicationMapping from mapping configurations declared in the {addon.label} dataset. |
ApplicationMapping<SC,TC> |
ApplicationMappingHelper.getApplicationMapping(ConfigurationSpec<T> configSpec,
CommonApplication sourceApplication,
CommonApplication targetApplication,
TableMappingList<SC,TC> tableMappings)
Returns the specified
ApplicationMapping from mapping configurations declared in the {addon.label} dataset. |
ApplicationMapping<EBXField,CSVField> |
CSVExportApplicationMappingHelper.getApplicationMapping(CSVExportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default CSV export. |
ApplicationMapping<CSVField,EBXField> |
CSVImportApplicationMappingHelper.getApplicationMapping(CSVImportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default CSV import. |
ApplicationMapping<EBXField,SpreadsheetField> |
SpreadsheetExportApplicationMappingHelper.getApplicationMapping(SpreadsheetExportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default spreadsheet
export. |
ApplicationMapping<SpreadsheetField,EBXField> |
SpreadsheetImportApplicationMappingHelper.getApplicationMapping(SpreadsheetImportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default spreadsheet
import. |
ApplicationMapping<EBXField,SQLField> |
SQLExportApplicationMappingHelper.getApplicationMapping(SQLExportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default SQL export. |
ApplicationMapping<SQLField,EBXField> |
SQLImportApplicationMappingHelper.getApplicationMapping(SQLImportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default SQL import. |
ApplicationMapping<EBXField,EBXField> |
TransferApplicationMappingHelper.getApplicationMapping(TransferConfigurationSpec configSpec)
Returns the specified
ApplicationMapping instance for data transfer within the same data model. |
ApplicationMapping<EBXField,XMLField> |
XMLExportApplicationMappingHelper.getApplicationMapping(XMLExportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default XML export. |
ApplicationMapping<XMLField,EBXField> |
XMLImportApplicationMappingHelper.getApplicationMapping(XMLImportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default XML import. |
static CSVTableGeneration |
TableGenerationFactory.getCSVTableGeneration()
Returns an instance of
CSVTableGeneration . |
static EBXTableGeneration |
TableGenerationFactory.getEBXTableGeneration()
Returns an instance of
EBXTableGeneration . |
static SpreadsheetTableGeneration |
TableGenerationFactory.getSpreadsheetTableGeneration()
Returns an instance of
SpreadsheetTableGeneration . |
static SQLTableGeneration |
TableGenerationFactory.getSQLTableGeneration()
Returns an instance of
SQLTableGeneration . |
List<T> |
TableHelper.getTables(S spec)
Returns list of
Table declared in the {addon.label} dataset. |
static XMLTableGeneration |
TableGenerationFactory.getXMLTableGeneration()
Returns an instance of
XMLTableGeneration . |
Constructor and Description |
---|
CSVTableHelperSpec(String applicationLogicalName,
com.orchestranetworks.service.Session session) |
EBXTableHelperSpec(String applicationLogicalName,
com.onwbp.adaptation.Adaptation dataset,
com.orchestranetworks.service.Session session) |
SpreadsheetTableHelperSpec(String applicationLogicalName,
com.orchestranetworks.service.Session session) |
SQLTableHelperSpec(String applicationLogicalName,
com.orchestranetworks.service.Session session) |
TableHelperSpec(String applicationLogicalName,
com.orchestranetworks.service.Session session) |
XMLTableHelperSpec(String applicationLogicalName,
boolean defaultXML,
com.orchestranetworks.service.Session session) |
Constructor and Description |
---|
CSVExportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
TableFilter tableFilter,
com.orchestranetworks.service.Session session) |
CSVExportConfigurationSpec(EBXTable sourceTable,
TableFilter tableFilter,
com.orchestranetworks.service.Session session) |
CSVExportConfigurationSpec(com.orchestranetworks.service.ServiceContext serviceContext) |
CSVImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
CSVTable csvTable,
com.orchestranetworks.service.Session session) |
CSVImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
com.orchestranetworks.service.Session session) |
DataPosition(int rowIndex,
int columnIndex) |
FileExportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
com.orchestranetworks.service.Session session)
Exports a table outside of a
UIService . |
FileExportConfigurationSpec(com.orchestranetworks.service.ServiceContext serviceContext)
Exports within a
UIService . |
SpreadsheetExportConfigurationSpec(com.onwbp.adaptation.Adaptation sourceDataset,
List<EBXTable> sourceTables,
Map<EBXTable,TableFilter> sourceTableFilters,
com.orchestranetworks.service.Session session) |
SpreadsheetExportConfigurationSpec(com.onwbp.adaptation.Adaptation sourceDataset,
List<EBXTable> sourceTables,
com.orchestranetworks.service.Session session) |
SpreadsheetExportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
com.orchestranetworks.service.Session session) |
SpreadsheetExportConfigurationSpec(EBXTable sourceTable,
TableFilter tableFilter,
com.orchestranetworks.service.Session session) |
SpreadsheetExportConfigurationSpec(com.orchestranetworks.service.ServiceContext serviceContext) |
SpreadsheetImportConfigurationSpec(com.onwbp.adaptation.Adaptation dataset,
List<SpreadsheetTable> sourceTables,
com.orchestranetworks.service.Session session)
Imports data into multiple tables outside of a
UIService . |
SpreadsheetImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
SpreadsheetTable spreadsheetTable,
com.orchestranetworks.service.Session session)
Imports data into a table outside of a
UIService . |
SQLExportConfigurationSpec(com.onwbp.adaptation.Adaptation recordOrDataset,
List<EBXTable> sourceTables,
JNDIDataSource jndiDataSource,
com.orchestranetworks.service.Session session)
Exports multiple tables with
JNDIDataSource outside of a
UIService . |
SQLExportConfigurationSpec(com.onwbp.adaptation.Adaptation dataset,
List<EBXTable> sourceTables,
Map<EBXTable,TableFilter> tableFilters,
JNDIDataSource jndiDataSource,
com.orchestranetworks.service.Session session)
Exports multiple tables with a filter and
JNDIDataSource outside of a
UIService . |
SQLExportConfigurationSpec(com.onwbp.adaptation.Adaptation dataset,
List<EBXTable> sourceTables,
Map<EBXTable,TableFilter> tableFilters,
String sqlDataSourceName,
com.orchestranetworks.service.Session session)
Exports multiple tables with a filter outside of a
UIService . |
SQLExportConfigurationSpec(com.onwbp.adaptation.Adaptation recordOrDataset,
List<EBXTable> sourceTables,
String sqlDataSourceName,
com.orchestranetworks.service.Session session)
Exports multiple tables outside of a
UIService . |
SQLExportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
JNDIDataSource jndiDataSource,
com.orchestranetworks.service.Session session)
Exports a table with
JNDIDataSource outside of a
UIService . |
SQLExportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
String sqlDataSourceName,
com.orchestranetworks.service.Session session)
Exports a table outside of a
UIService . |
SQLExportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
TableFilter tableFilter,
JNDIDataSource jndiDataSource,
com.orchestranetworks.service.Session session)
Exports a table with filter and
JNDIDataSource outside of a
UIService . |
SQLExportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
TableFilter tableFilter,
String sqlDataSourceName,
com.orchestranetworks.service.Session session)
Exports a table with filter outside of a
UIService . |
SQLExportConfigurationSpec(com.orchestranetworks.service.ServiceContext serviceContext,
JNDIDataSource jndiDataSource)
Exports a table with
JNDIDataSource within a UIService . |
SQLExportConfigurationSpec(com.orchestranetworks.service.ServiceContext serviceContext,
String sqlDataSourceName)
Exports a table within a
UIService . |
SQLImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
JNDIDataSource jndiDataSource,
SQLTable sqlTableOrView,
com.orchestranetworks.service.Session session)
Imports data with
JNDIDataSource outside of a
UIService . |
SQLImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
JNDIDataSource jndiDataSource,
SQLTable sqlTableOrView,
TableFilter tableFilter,
com.orchestranetworks.service.Session session)
Imports data with a filter and
JNDIDataSource outside of a
UIService . |
SQLImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
String sqlDataSourceName,
SQLTable sqlTableOrView,
com.orchestranetworks.service.Session session)
Imports data outside of a
UIService . |
SQLImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
String sqlDataSourceName,
SQLTable sqlTableOrView,
TableFilter tableFilter,
com.orchestranetworks.service.Session session)
Imports data from an SQL table with a filter outside of a
UIService . |
TransferConfigurationSpec(com.onwbp.adaptation.Adaptation sourceDataset,
List<EBXTable> sourceTables,
com.onwbp.adaptation.Adaptation targetDataset,
com.orchestranetworks.service.Session session)
Transfers multiple tables based on the specified source tables outside of
a
UIService . |
TransferConfigurationSpec(com.onwbp.adaptation.Adaptation sourceDataset,
List<EBXTable> sourceTables,
Map<EBXTable,TableFilter> sourceTableFilters,
com.onwbp.adaptation.Adaptation targetDataset,
com.orchestranetworks.service.Session session)
Transfers multiple tables based on the filtered source tables outside of
a
UIService . |
TransferConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
com.onwbp.adaptation.Adaptation targetDataset,
com.orchestranetworks.service.Session session)
Transfers a table and is used outside of a
UIService . |
TransferConfigurationSpec(DataExchangeServiceContext dexServiceContext)
Transfers tables based on a
DataExchangeServiceContext . |
TransferConfigurationSpec(EBXTable sourceTable,
TableFilter tableFilter,
com.onwbp.adaptation.Adaptation targetDataset,
com.orchestranetworks.service.Session session)
Transfers a table with filter and is used outside of a
UIService . |
XMLExportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
com.orchestranetworks.service.Session session)
Exports a table and is used outside of a
UIService . |
XMLExportConfigurationSpec(EBXTable sourceTable,
TableFilter tableFilter,
com.orchestranetworks.service.Session session)
Exports a table with filter and is used outside of a
UIService . |
XMLExportConfigurationSpec(com.orchestranetworks.service.ServiceContext serviceContext)
Uses within a
UIService . |
XMLImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
XMLTable sourceTable,
com.orchestranetworks.service.Session session) |
Modifier and Type | Method and Description |
---|---|
FieldMappingList |
FieldMapper.execute(FieldMapperContext context)
Returns an instance of
FieldMappingList . |
Constructor and Description |
---|
ApplicationMapping(CommonApplication sourceApplication,
CommonApplication targetApplication) |
ApplicationMapping(CommonApplication sourceApplication,
CommonApplication targetApplication,
TableMappingList<SC,TC> tableMappings) |
CSVField(int index)
Used to create a CSV field with specified index.
|
CSVField(int index,
FieldAttribute fieldAttribute)
Used to create a CSV field with specified index and
FieldAttribute enumeration. |
CSVField(int index,
String name,
String label)
Used to create a CSV field with specified index, name and label.
|
CSVField(int index,
String name,
String label,
FieldAttribute fieldAttribute)
Used to create a CSV field with specified index, name, label and
FieldAttribute enumeration. |
EBXField(com.orchestranetworks.schema.SchemaNode schemaNode) |
EBXField(com.orchestranetworks.schema.SchemaNode schemaNode,
FieldAttribute fieldAttribute)
Used to create an EBX® field with the specified schema node and
FieldAttribute enumeration. |
EBXField(com.orchestranetworks.schema.SchemaNode schemaNode,
FieldAttribute fieldAttribute,
Locale locale)
Used to create an EBX® field with the specified schema node, locale and
FieldAttribute enumeration. |
EBXField(com.orchestranetworks.schema.SchemaNode schemaNode,
Locale locale) |
EBXLinkField(com.onwbp.adaptation.AdaptationTable referenceTable,
com.orchestranetworks.schema.SchemaNode schemaNode,
FieldAttribute fieldAttribute,
Locale locale)
Used to create a field with specified schema node, locale and
FieldAttribute . |
EBXLinkField(com.onwbp.adaptation.AdaptationTable referenceTable,
com.orchestranetworks.schema.SchemaNode fieldSchemaNode,
Locale locale) |
EBXTable(com.onwbp.adaptation.AdaptationTable adaptationTable) |
EBXTable(com.onwbp.adaptation.AdaptationTable adaptationTable,
List<EBXField> fields) |
FieldMapping(SC sourceField,
TC targetField) |
SpreadsheetField(int index)
Used to create a spreadsheet field with specified index.
|
SpreadsheetField(int index,
FieldAttribute fieldAttribute)
Used to create a spreadsheet field with the specified index and
FieldAttribute enumeration. |
SpreadsheetField(int index,
String name,
String label)
Used to create a spreadsheet field with the specified index, name and label.
|
SpreadsheetField(int index,
String name,
String label,
FieldAttribute fieldAttribute)
Used to create a spreadsheet field with the specified index, name, label and
FieldAttribute enumeration. |
SpreadsheetTable(int sheetIndex,
String sheetName,
List<SpreadsheetField> fields) |
SpreadsheetTable(String sheetName,
int sheetIndex) |
SQLField(String name)
Used to create a SQL field with specified name.
|
SQLField(String name,
FieldAttribute fieldAttribute)
Used to create a SQL field with the specified name and
FieldAttribute enumeration. |
SQLField(String name,
String label,
SQLDataType sqlDataType)
Used to create a SQL field with the specified name, label, data type.
|
SQLField(String name,
String label,
SQLDataType sqlDataType,
FieldAttribute fieldAttribute)
Used to create a SQL field with the specified name, label, data type and
FieldAttribute enumeration. |
SQLTable(String schemaName,
String sqlTableOrView) |
SQLTable(String schemaName,
String sqlTableOrView,
List<SQLField> fields) |
TableMapping(Table<SC> sourceTable,
Table<TC> targetTable) |
TableMapping(Table<SC> sourceTable,
Table<TC> targetTable,
FieldMappingList<SC,TC> fieldMappingList) |
XMLField(String xmlPath)
Used to create a XML field with specified path.
|
XMLField(String xmlPath,
FieldAttribute fieldAttribute)
Used to create an XML field with the specified path and
FieldAttribute enumeration. |
XMLField(String xmlPath,
String name,
String label)
Used to create an XML field with the specified path, name and label.
|
XMLField(String xmlPath,
String name,
String label,
FieldAttribute fieldAttribute)
Used to create an XML field with the specified path, name, label and
FieldAttribute enumeration. |
XMLField(String xmlPath,
String name,
String label,
int index)
Used to create an XML field with the specified path, name, label and index.
|
XMLField(String xmlPath,
String name,
String label,
int index,
FieldAttribute fieldAttribute)
Used to create an XML field with the specified path, name, label, index and
FieldAttribute enumeration. |
XMLTable(String xmlPath) |
XMLTable(String xmlPath,
List<XMLField> fields) |
Modifier and Type | Method and Description |
---|---|
Object |
AggregationTransformation.execute(AggregationTransformationExecutionContext executionContext)
Executes an aggregation transformation which aggregates the input values from two or more source fields to a single target field.
|
Object |
Transformation.execute(T executionContext)
Executes the transformation.
|
void |
Transformation.setup(TransformationConfigurationContext configurationContext)
Checks and prepares this instance.
|