Skip navigation links
EBX® Data Exchange Add-on Documentation
A B C D E F G H I J L M O P R S T U V X 

S

Separator - Enum in com.orchestranetworks.addon.dex.configuration
Defines the possible separator characters.
ServiceType - Enum in com.orchestranetworks.addon.dex.configuration
Defines the possible service types.
setActualParameterDefinitions(List<ParameterDefinition>) - Method in class com.orchestranetworks.addon.dex.mapping.AdditionalFieldMapping
Sets the list of ParameterDefinition for a Transformation class.
setActualParameterDefinitions(List<ParameterDefinition>) - Method in class com.orchestranetworks.addon.dex.mapping.FieldMapping
Sets the list of ParameterDefinition for a Transformation.
setAdaptationFilter(AdaptationFilter) - Method in class com.orchestranetworks.addon.dex.configuration.TableFilter
Sets a AdaptationFilter object to this filter.
setAdditionalFieldMappings(List<AdditionalFieldMapping<Field>>) - Method in class com.orchestranetworks.addon.dex.mapping.FieldMapping
Sets a list of additional field mappings to this.
setApplicationMapping(ApplicationMapping) - Method in class com.orchestranetworks.addon.dex.DataExchangeSpec
Sets a ApplicationMapping to the specified value.
setBackgroundColor(String) - Method in class com.orchestranetworks.addon.dex.configuration.DataFormat
Sets the cell's background color.
setBaseURL(String) - Method in class com.orchestranetworks.addon.adix.AdixExportSpec
Deprecated.
Sets the base URL for fetching a link to a record.
setBaseURL(String) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
Sets the base URL for fetching a link to a record.
setCheckEmptyORNullPrimaryKeys(boolean) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportSpec
Deprecated.
Sets whether all empty or null primary keys are ignored or checked in the process of importing data.
setCheckEmptyORNullPrimaryKeys(boolean) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferSpec
Deprecated.
Sets whether all empty or null primary keys are ignored or checked in the process of transferring data.
setColumnIndex(int) - Method in class com.orchestranetworks.addon.dex.configuration.DataPosition
Sets the cell's column index.
setColumnTitleTemplate(DataTemplate) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportTemplate
Sets the DataTemplate instance to represent the column title template.
setComputedValueIncluded(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.FileExportConfigurationSpec
Sets whether to include computed values in the exported XML file.
setComputedValueIncluded(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.SQLExportConfigurationSpec
Sets whether to include computed values in the exported data.
setComputedValueIncluded(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
Sets whether to transfer the computed values on the source tables to the target tables.
setComputedValuesIncluded(boolean) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportXMLSpec
Deprecated.
Sets whether to include computed values in the exported XML file.
setConfigurationSpec(ConfigurationSpec) - Method in class com.orchestranetworks.addon.dex.DataExchangeSpec
Sets a ConfigurationSpec to the specified value.
setDataAccessSpec(ExportDataAccessSpec) - Method in class com.orchestranetworks.addon.adix.AdixExportSpec
Deprecated.
Sets the instance of ExportDataAccessSpec, which defines a data access specification for export.
setDataAccessSpec(ImportDataAccessSpec) - Method in class com.orchestranetworks.addon.adix.AdixImportSpec
Deprecated.
Sets the instance of ImportDataAccessSpec, which defines data access specifications for import.
setDataAccessSpec(DataExchangeDataAccessSpec) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeSpec
Deprecated.
Sets a DataExchangeDataAccessSpec to the specified value.
setDataBeforeTransformationValidated(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetImportConfigurationSpec
Sets whether the import data is validated before transformation execution.
setDataFormat(DataFormat) - Method in class com.orchestranetworks.addon.dex.configuration.DataTemplate
Sets DataFormat instance to represent the cell data format.
setDataFromReferencedTablesExported(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.FileExportConfigurationSpec
Sets whether the export includes the related data from the referenced tables.
setDataModelSource(DataModelSource) - Method in class com.orchestranetworks.addon.dml.DataModelSpec
Sets an instance of DataModelSource.
setDataPosition(DataPosition) - Method in class com.orchestranetworks.addon.dex.configuration.DataTemplate
Sets DataPosition instance to represent the cell data position.
setDataPositionInSheets(Map<String, DataPosition>) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetImportConfigurationSpec
Sets a map of data positions and Excel sheet names as the key parameter.
setDataReferencingSelectedRecordExported(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.FileExportConfigurationSpec
Sets whether the export includes related data from tables that reference the selected record.
setDataTemplate(DataTemplate) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportTemplate
Sets the DataTemplate instance to represent the data template.
setDataTemplate(DataTemplate) - Method in class com.orchestranetworks.addon.dex.configuration.SubtitleTemplate
Sets the DataTemplate instance to represent the subtitle template.
setDataTemplate(DataTemplate) - Method in class com.orchestranetworks.addon.dex.configuration.TitleTemplate
Sets the DataTemplate instance to represent the title template in the Excel file.
setDataType(SQLDataType) - Method in class com.orchestranetworks.addon.dataexchange.sql.SQLColumnSpec
Deprecated.
Sets value for column data type, that is SQLDataType object.
setDataType(SQLDataType) - Method in class com.orchestranetworks.addon.dex.mapping.SQLField
Sets the field data type value, or SQLDataType object value.
setDataValidatedBeforeTransformation(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
Sets whether the import data is validated before transformation executing.
setDateFormatPattern(String) - Method in class com.orchestranetworks.addon.dex.mapping.CSVField
Sets a date, time or date time format string to this value if the field is date, time or date time type.
setDateTimePatterns(Map<Field, String>) - Method in class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
Sets a map of date time patterns and Field instance as the key parameter.
setDateTimePatterns(Map<Field, String>) - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
Sets a map of date time patterns and Field instance as the key parameter.
setDecimalSymbol(DecimalSymbol) - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
Sets the decimal symbol.
setDefaultXML(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.XMLExportConfigurationSpec
Sets whether data are exported using the default configuration.
setDelimiter(String) - Method in class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
Sets the character is used to mark the beginning and end of a cell in the CSV file.
setDelimiter(String) - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
Sets the character is used to mark the beginning and end of a cell in the CSV file.
setDelimiterForOnlyStringUsed(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
Sets whether the delimiter is only used for string data types.
setDelimiterUsedForOnlyString(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
Sets whether the delimiter is only used for string data types.
setEmptyOrNullPrimaryKeyChecked(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.FileImportConfigurationSpec
Sets whether all empty or null primary keys were checked before data import.
setEmptyOrNullPrimaryKeyChecked(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.SQLImportConfigurationSpec
Sets whether all empty or null primary keys were checked before data import and false if this verification was not performed.
setEmptyOrNullPrimaryKeyChecked(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
Sets whether all empty or null primary keys were checked before data import and false if this verification was not performed.
setEmptyOrNullValueIgnored(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.FileImportConfigurationSpec
Sets whether all empty or null values are ignored in the process of importing data.
setEmptyOrNullValueIgnored(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.SQLImportConfigurationSpec
Sets whether all empty or null values are ignored in the process of importing data.
setEmptyOrNullValueIgnored(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
Sets whether all empty or null values are ignored in the process of importing data.
setEnumerationLabelExported(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
Sets whether the exported file will contain an information column with the label of the enumeration.
setEnumerationLabelExported(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
Sets whether the exported file will contain an information column with the label of the enumeration.
setEnumerationsExported(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
Sets whether the exported file will contain enumerations matching the one in the data model.
setErrorFilePath(String) - Method in class com.orchestranetworks.addon.dex.configuration.FileImportConfigurationSpec
Sets the path of the exported file containing invalid data.
setExportedFile(File) - Method in class com.orchestranetworks.addon.dex.configuration.ExportDataExchangeConfigurationSpec
Sets the exported file.
setExportPreference(String) - Method in class com.orchestranetworks.addon.adix.AdixExportSpec
Deprecated.
Sets the name of the preference that stores configuration information for reuse during export.
setExportType(ExportType) - Method in class com.orchestranetworks.addon.adix.AdixExportSpec
Deprecated.
Sets the export type.
setExportType(DataExchangeExportType) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportSpec
Deprecated.
Sets export type to this DataExchangeExportSpec.
setFieldMapperDefinitions(Map<TableMapping, FieldMapperDefinition>) - Method in class com.orchestranetworks.addon.dex.configuration.SQLExportConfigurationSpec
Sets a map of the FieldMapperDefinition implementations and a TableMapping instance as the key parameter.
setFieldMapperDefinitions(Map<TableMapping, FieldMapperDefinition>) - Method in class com.orchestranetworks.addon.dex.configuration.SQLImportConfigurationSpec
Sets a map of the FieldMapperDefinition implementations and TableMapping instance as the key parameter.
setFieldMappings(FieldMappingList<SC, TC>) - Method in class com.orchestranetworks.addon.dex.mapping.TableMapping
Sets a list of field mappings to this table mapping.
setFieldNameForLabelApplied(boolean) - Method in class com.orchestranetworks.addon.dml.DataModelSpec
Sets whether the field name is used for the field label when saving the data model configuration in the Dynamic data modeling dataset.
setFields(List<CSVField>) - Method in class com.orchestranetworks.addon.dex.mapping.CSVTable
Sets a list of CSVField fields.
setFields(List<EBXField>) - Method in class com.orchestranetworks.addon.dex.mapping.EBXTable
Sets a list of EBXField fields to this table.
setFields(List<SpreadsheetField>) - Method in class com.orchestranetworks.addon.dex.mapping.SpreadsheetTable
Sets a list of SpreadsheetField fields to this table.
setFields(List<SQLField>) - Method in class com.orchestranetworks.addon.dex.mapping.SQLTable
Sets a list of SQLField fields to this table or view.
setFields(List<XMLField>) - Method in class com.orchestranetworks.addon.dex.mapping.XMLTable
Sets a list of XMLField object fields to this table.
setFileEncoding(String) - Method in class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
Sets the character encoding to use.
setFileEncoding(String) - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
Sets the character encoding to use.
setFileFormat(SpreadsheetFileFormat) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
Sets the Excel file format.
setFontColor(String) - Method in class com.orchestranetworks.addon.dex.configuration.DataFormat
Sets the cell's font color.
setFontName(String) - Method in class com.orchestranetworks.addon.dex.configuration.DataFormat
Sets the cell's font name.
setFontSize(int) - Method in class com.orchestranetworks.addon.dex.configuration.DataFormat
Sets the cell's font size.
setFontStyles(List<FontStyle>) - Method in class com.orchestranetworks.addon.dex.configuration.DataFormat
Sets the list of the cell's font style.
setForcedImport(boolean) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportSpec
Deprecated.
Sets whether all triggers and constraints are disabled or enabled in the process of importing data.
setForcedTransfer(boolean) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferSpec
Deprecated.
Sets whether all triggers and constraints are disabled or enabled in the process of transferring data.
setForcePrecisionAsDisplayed(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetImportConfigurationSpec
Specifies the accuracy of numbers when importing Excel.
setForeignKeyLabelExported(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
Sets whether the exported file contains an information column with the foreign key label.
setForeignKeyLabelExported(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
Sets whether the exported file contains an information column with the label of the foreign key.
setForeignKeyPermalinkExported(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
Sets whether the exported file will contain the permalink for the foreign key.
setHeaderComparedToIgnoreCase(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
Sets whether case-insensitive comparison is used when matching the header column.
setHeaderComparedToIgnoreCase(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetImportConfigurationSpec
Sets whether a case-insensitive comparison is used when matching the header column.
setHeaderExported(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.FileExportConfigurationSpec
Sets whether the first row of every column in the file contains the column label in the Excel, CSV file or the exported XML file contains EBX® Data Exchange Add-on header.
setHeaderUsed(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.FileImportConfigurationSpec
Sets whether the first row of every column in the file contains the column label in the Excel/CSV file, or the imported XML file contains the EBX® Data Exchange Add-on header.
setIgnoredFieldExported(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
Sets whether the ignored field is exported as a blank column.
setIgnoreEmptyORNullValue(boolean) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportSpec
Deprecated.
Sets whether all empty or null values are ignored or accepted in the process of importing data.
setIgnoreEmptyORNullValue(boolean) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferSpec
Deprecated.
Sets whether all empty or null values are ignored or accepted in the process of transferring data.
setImportedFile(File) - Method in class com.orchestranetworks.addon.adix.AdixImportSpec
Deprecated.
Sets the imported file.
setImportedFile(File) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportSpec
Deprecated.
Sets an imported file to the specified value.
setImportedFile(File) - Method in class com.orchestranetworks.addon.dex.configuration.FileImportConfigurationSpec
Sets an imported file to the specified value.
setImportedFile(File) - Method in class com.orchestranetworks.addon.dex.configuration.ImportDataExchangeConfigurationSpec
Sets an imported file.
setImportedFile(File) - Method in class com.orchestranetworks.addon.dex.CSVImportDataExchangeHelperContext
Sets an imported file to the specified value.
setImportedFile(File) - Method in class com.orchestranetworks.addon.dex.SpreadsheetImportDataExchangeHelperContext
Sets an imported file to the specified value.
setImportForced(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.FileImportConfigurationSpec
Sets whether all triggers and constraints are disabled in the process of importing data.
setImportForced(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.SQLImportConfigurationSpec
Sets whether all triggers and constraints are disabled in the process of importing data.
setImportForced(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
Sets whether all triggers and constraints are disabled in the process of importing data.
setImportMode(DataExchangeImportMode) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportSpec
Deprecated.
Sets an import mode to the specified value.
setImportMode(DataExchangeImportMode) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferSpec
Deprecated.
Sets the import mode (DataExchangeImportMode) to this value.
setImportMode(ImportMode) - Method in class com.orchestranetworks.addon.dex.configuration.FileImportConfigurationSpec
Sets the import mode.
setImportMode(ImportMode) - Method in class com.orchestranetworks.addon.dex.configuration.ImportDataExchangeConfigurationSpec
Sets the import mode.
setImportMode(ImportMode) - Method in class com.orchestranetworks.addon.dex.configuration.SQLImportConfigurationSpec
Sets the import mode.
setImportMode(ImportMode) - Method in class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
Sets the import mode.
setImportOnlyValidRecord(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
Sets whether the validation errors exist and the user chooses import only valid records.
setImportOnlyValidRecord(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetImportConfigurationSpec
Sets whether only valid records are imported if validation errors exist.
setImportPreference(String) - Method in class com.orchestranetworks.addon.adix.AdixExportSpec
Deprecated.
Sets the name of the preference that stores configuration and mapping information for reuse during import.
setImportPreference(String) - Method in class com.orchestranetworks.addon.adix.AdixImportSpec
Deprecated.
Sets the name of the preference that stores the configuration and mapping information for reuse during import.
setImportScopes(Set<ImportScope>) - Method in class com.orchestranetworks.addon.dex.configuration.ImportDataExchangeConfigurationSpec
Sets the import scope.
setImportSequence(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetImportConfigurationSpec
Sets whether the Excel sheet data are imported sequentially at simulation import mode.
setImportType(ImportType) - Method in class com.orchestranetworks.addon.adix.AdixImportSpec
Deprecated.
Sets the import type.
setImportType(DataExchangeImportType) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportSpec
Deprecated.
Sets an import type to the specified value.
setInvalidDataDownloaded(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.FileImportConfigurationSpec
Sets whether all records with errors in their data rows are exported to a downloadable file.
setLabel(String) - Method in class com.orchestranetworks.addon.dex.mapping.SQLField
Sets a label to this field.
setLabel(String) - Method in class com.orchestranetworks.addon.dex.mapping.XMLField
Sets a label to this field.
setLineReturnCharacters(LineReturnCharacters) - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
Sets the line return characters.
setLocale(Locale) - Method in class com.orchestranetworks.addon.dex.configuration.FileExportConfigurationSpec
Sets the specific locale.
setLocaleForNumberFormat(Locale) - Method in class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
Sets the locale and the corresponding number format policy used in the exported file.
setLocaleForNumberFormatUsed(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
Sets whether the language and corresponding number format policy are applied.
setMappingType(MappingType) - Method in class com.orchestranetworks.addon.dex.mapping.FieldMapping
Sets a MappingType to this.
setName(String) - Method in class com.orchestranetworks.addon.dataexchange.sql.SQLColumnSpec
Deprecated.
Sets value for column name.
setName(String) - Method in class com.orchestranetworks.addon.dex.configuration.JNDIDataSource
Specifies the SQL data source name.
setName(String) - Method in class com.orchestranetworks.addon.dex.mapping.XMLField
Sets a name to this field.
setOmitXMLComment(boolean) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportXMLSpec
Deprecated.
Sets whether to omit XML comments from the exported XML file.
setOrder(int) - Method in class com.orchestranetworks.addon.dex.mapping.AdditionalFieldMapping
Sets the source field order when aggregating fields or target field order when splitting fields.
setPassword(String) - Method in class com.orchestranetworks.addon.dex.configuration.JNDIDataSource
Specifies the user's password.
setPredicate(String) - Method in class com.orchestranetworks.addon.adix.ExportTableFilter
Deprecated.
Sets the predicate of the table.
setPredicate(String) - Method in class com.orchestranetworks.addon.dex.configuration.TableFilter
Sets a predicate string to this filter.
setPredicates(Map<Path, String>) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportSpec
Deprecated.
Sets the mapping between the path and predicate string of the tables.
setPredicates(Map<Path, String>) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferSpec
Deprecated.
Sets the mapping between the path and predicate string of the tables.
setPreferenceRecords(Set<PrimaryKey>) - Method in class com.orchestranetworks.addon.dex.configuration.ExportDataExchangeConfigurationSpec
Sets the PrimaryKey collection that identifies records in the Application interface preference table located in the EBX® Data Exchange Add-on dataset.
setPrimaryKeyLabelExported(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
Sets whether the exported file contains an information column with the label of the primary key.
setPrimaryKeyLabelExported(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
Sets whether the exported file contains an information column with the label of the primary key.
setPrimaryKeyPermalinkExported(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
Sets whether the exported file will contain the permalink for the primary key.
setProfile(Profile) - Method in class com.orchestranetworks.addon.dex.configuration.ImportDataExchangeConfigurationSpec
Sets the preference owner to specify the imported preference configuration data.
setRedundantCharactersInHeaderRemoved(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
Sets whether redundant characters contained in the header are removed during matching.
setRedundantCharactersInHeaderRemoved(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetImportConfigurationSpec
Sets whether redundant characters contained in the header are removed during matching.
setReferenceField(EBXLinkField) - Method in class com.orchestranetworks.addon.dex.mapping.EBXLinkField
Sets the the specified reference field.
setReferenceField(EBXField) - Method in class com.orchestranetworks.addon.dex.mapping.FieldMapping
Sets the EBXLinkField that composes the primary key of the table referenced by the EBX® source, or target field when the source or target field is a foreign key.
setReferenceSheetIncluded(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
Sets whether a reference sheet called 'Reference table mapping' is added at the end of the Excel file.
setRowIndex(int) - Method in class com.orchestranetworks.addon.dex.configuration.DataPosition
Sets the cell's row index.
setSavedToDynamicDataModelingDataset(boolean) - Method in class com.orchestranetworks.addon.dml.DataModelSpec
Sets whether the data model parsed from the DataModelSource is saved to the Dynamic data modeling dataset.
setSchemaName(String) - Method in class com.orchestranetworks.addon.dataexchange.sql.SQLTableOrViewSpec
Deprecated.
Sets schema name.
setSchemaName(String) - Method in class com.orchestranetworks.addon.dex.configuration.SQLExportConfigurationSpec
Sets the the specified schema name.
setSchemaNode(SchemaNode) - Method in class com.orchestranetworks.addon.dataexchange.sql.SQLMappingColumnResult
Deprecated.
Sets the value of SchemaNode.
setSchemaNodes(List<SchemaNode>) - Method in class com.orchestranetworks.addon.adix.ExportTableFilter
Deprecated.
Sets list of schema nodes of the table.
setSeparator(String) - Method in class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
Sets the separator character.
setSeparator(String) - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
Sets the separator character.
setSeparatorUsedForValuesList(String) - Method in class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
Sets the separator character to use for value lists.
setSeparatorUsedForValuesList(String) - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
Sets the separator character to use for values lists.
setSession(Session) - Method in class com.orchestranetworks.addon.dex.configuration.ExportDataExchangeConfigurationSpec
Sets the current session.
setSession(Session) - Method in class com.orchestranetworks.addon.dex.configuration.ImportDataExchangeConfigurationSpec
Sets the current session.
setSeveritiesOfValidationMessages(Set<Severity>) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
Sets validation message severity levels.
setSourceApplication(CommonApplication) - Method in class com.orchestranetworks.addon.dex.mapping.ApplicationMapping
Sets the source application.
setSourceTablePath(Path) - Method in class com.orchestranetworks.addon.dataexchange.TableMapping
Deprecated.
 
setSpreadsheetTemplate(SpreadsheetExportTemplate) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
Sets a SpreadsheetExportTemplate instance to represent a spreadsheet template.
setSQLColumnSpec(SQLColumnSpec) - Method in class com.orchestranetworks.addon.dataexchange.sql.SQLMappingColumnResult
Deprecated.
Sets the value of SQLColumnSpec.
setSQLImportMode(DataExchangeImportMode) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportSQLSpec
Deprecated.
Sets an import mode to the specified value when exporting data from an EBX® table and importing to an SQL table or view.
setSQLImportMode(ImportMode) - Method in class com.orchestranetworks.addon.dex.configuration.SQLExportConfigurationSpec
Sets the import mode.
setSQLMappingColumnDefinition(SQLMappingColumnDefinition) - Method in class com.orchestranetworks.addon.dataexchange.sql.SQLMappingTable
Deprecated.
Sets the instance of SQLMappingColumnDefinition.
setSQLMappingTables(Set<SQLMappingTable>) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportSQLSpec
Deprecated.
Sets values for a set of SQLMappingTable instances.
setSQLMappingTables(Set<SQLMappingTable>) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportSQLSpec
Deprecated.
Sets values for a set of SQLMappingTable instances.
setSQLPredicate(String) - Method in class com.orchestranetworks.addon.dataexchange.sql.SQLTableOrViewSpec
Deprecated.
Returns the SQL predicate string.
setSQLTableOrView(String) - Method in class com.orchestranetworks.addon.dataexchange.sql.SQLTableOrViewSpec
Deprecated.
Sets name of SQL table or view.
setSQLTableOrViewSpec(SQLTableOrViewSpec) - Method in class com.orchestranetworks.addon.dataexchange.sql.SQLMappingTable
Deprecated.
Sets the instance of SQLTableOrViewSpec.
setStopAndRollBackOnError(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
Sets whether the all executed transfers have been successful and the whole transaction committed.
setSubtitle(String) - Method in class com.orchestranetworks.addon.dex.configuration.SubtitleTemplate
Sets the subtitle which will be exported in an Excel file.
setSubtitleExported(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.SubtitleTemplate
Sets whether the subtitle is exported in an Excel file.
setSubtitleTemplate(SubtitleTemplate) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportTemplate
Sets the SubtitleTemplate instance to represent the subtitle template.
setTableBorderUsed(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportTemplate
Sets whether a border is used for exported data.
setTableContent(AdaptationTable) - Method in class com.orchestranetworks.addon.dex.DataExchangeExportTableSpecBuilder
Specifies the table to be exported.
setTableContent(AdaptationTable, TableFilter) - Method in class com.orchestranetworks.addon.dex.DataExchangeExportTableSpecBuilder
Specifies the table to be exported with filter.
setTableContent(Adaptation) - Method in class com.orchestranetworks.addon.dex.DataExchangeExportTableSpecBuilder
Specifies the record to be exported.
setTableContent(List<Adaptation>) - Method in class com.orchestranetworks.addon.dex.DataExchangeExportTableSpecBuilder
Specifies the list of records in the same table to be exported.
setTableMappings(List<TableMapping>) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferSpec
Deprecated.
Sets values for a list of mappings between source and target tables when transferring data from many to many tables.
setTableMappings(TableMappingList<SC, TC>) - Method in class com.orchestranetworks.addon.dex.mapping.ApplicationMapping
Sets the list of table mappings.
setTablePath(Path) - Method in class com.orchestranetworks.addon.adix.ExportTableFilter
Deprecated.
Sets the table path.
setTablePath(Path) - Method in class com.orchestranetworks.addon.dataexchange.sql.SQLMappingTable
Deprecated.
Sets the value of EBX® table path.
setTablePaths(List<Path>) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeSpec
Deprecated.
Sets a list of table paths to the specified value.
setTablePattern(String) - Method in class com.orchestranetworks.addon.dex.configuration.SQLExportConfigurationSpec
Sets a table naming pattern.
setTablePattern(String) - Method in class com.orchestranetworks.addon.dex.configuration.SQLImportConfigurationSpec
Sets a table naming pattern.
setTargetApplication(CommonApplication) - Method in class com.orchestranetworks.addon.dex.mapping.ApplicationMapping
Sets the target application.
setTargetApplicationLogicalName(String) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportSpec
Deprecated.
Sets the target application's logical name.
setTargetDataset(AdaptationName) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferSpec
Deprecated.
Sets the AdaptationName to this value.
setTargetDataspace(HomeKey) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferSpec
Deprecated.
Sets the HomeKey to this value.
setTargetTablePath(Path) - Method in class com.orchestranetworks.addon.dataexchange.TableMapping
Deprecated.
 
setTargetVersion(String) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportSpec
Deprecated.
Sets the version for the target application.
setTargetVersion(String) - Method in class com.orchestranetworks.addon.dex.configuration.XMLExportConfigurationSpec
Sets the version for the target application.
setTitle(String) - Method in class com.orchestranetworks.addon.dex.configuration.TitleTemplate
Sets the title which will be exported in the Excel file.
setTitleExported(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.TitleTemplate
Sets whether the title is exported in the Excel file.
setTitleTemplate(TitleTemplate) - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportTemplate
Sets the TitleTemplate instance to represent the title template.
setTransferOption(DataExchangeTransferOption) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferSpec
Deprecated.
Sets the transfer option (DataExchangeTransferOption) to this value.
setTransferType(DataExchangeTransferType) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferSpec
Deprecated.
Sets the transfer type (DataExchangeTransferType) to the specified value.
setTransformationDefinition(TransformationDefinition) - Method in class com.orchestranetworks.addon.dex.mapping.AdditionalFieldMapping
Sets the TransformationDefinition instance to use for data transformation.
setTransformationDefinition(TransformationDefinition) - Method in class com.orchestranetworks.addon.dex.mapping.FieldMapping
Sets the TransformationDefinition mapping type to this field mapping.
setUniversalName(String) - Method in class com.orchestranetworks.addon.dex.mapping.CommonApplication
Sets the universal name of this CommonApplication.
setup(TransformationConfigurationContext) - Method in interface com.orchestranetworks.addon.dataexchange.transformation.Transformation
Deprecated.
Checks and prepares this instance.
setup(TransformationConfigurationContext) - Method in interface com.orchestranetworks.addon.dex.transformation.Transformation
Checks and prepares this instance.
setURL(String) - Method in class com.orchestranetworks.addon.dex.configuration.JNDIDataSource
Specifies the database URL of the form jdbc:subprotocol:subname.
setUseHeader(boolean) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportXMLSpec
Deprecated.
Sets whether the XML file uses the EBX® Data Exchange Add-on header.
setUseHeader(boolean) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportSpec
Deprecated.
Sets an XML file to use the EBX® Data Exchange Add-on header.
setUser(String) - Method in class com.orchestranetworks.addon.dex.configuration.JNDIDataSource
Specifies the database user that made the connection.
setValidatorDefinition(ValidatorDefinition) - Method in class com.orchestranetworks.addon.dex.mapping.TableMapping
Sets the ValidatorDefinition instance to this table mapping.
setViewedFields(List<Field>) - Method in class com.orchestranetworks.addon.dex.configuration.TableFilter
Sets the wanted fields.
setWriteAccessLockDisabled(boolean) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportSpec
Deprecated.
Sets whether the write access lock on the current dataspace is disabled during export.
setWriteAccessLockDisabled(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.FileExportConfigurationSpec
Sets whether the write access lock on the current dataspace is disabled during export.
setWriteAccessLockDisabled(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.SQLExportConfigurationSpec
Sets whether the write access lock on the current dataspace is disabled during export.
setXMLCommentOmitted(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.ExportDataExchangeConfigurationSpec
Sets whether to omit XML comments from the exported XML file.
setXMLCommentOmitted(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.XMLExportConfigurationSpec
Sets whether to omit XML comments from the exported XML file.
setXMLIndented(boolean) - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportXMLSpec
Deprecated.
Sets whether lines are indented in the exported XML file.
setXMLIndented(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.ExportDataExchangeConfigurationSpec
Sets whether lines are indented in the exported XML file.
setXMLIndented(boolean) - Method in class com.orchestranetworks.addon.dex.configuration.XMLExportConfigurationSpec
Sets whether lines are indented in the exported XML file.
setXMLTablePaths(Set<String>) - Method in class com.orchestranetworks.addon.dml.SourceFile
Sets the table's paths when generating the data model from an XML file.
SourceFile - Class in com.orchestranetworks.addon.dml
Specifies the configuration to create a data model source from a file.
SourceFile(String, File) - Constructor for class com.orchestranetworks.addon.dml.SourceFile
 
SourcePrimaryKey - Class in com.orchestranetworks.addon.dml
Specifies the configurations to create a data model source from an instance of a PrimaryKey that identifies a record of the Data model table in the Dynamic data modeling dataset.
SourcePrimaryKey(String, PrimaryKey) - Constructor for class com.orchestranetworks.addon.dml.SourcePrimaryKey
 
SourcePrimaryKeyFactory - Class in com.orchestranetworks.addon.dml
Provides the methods to get a SourcePrimaryKey.
SpreadsheetExportApplicationMappingHelper - Interface in com.orchestranetworks.addon.dex.common.generation
Provides the methods to get an ApplicationMapping instance for spreadsheet export.
SpreadsheetExportConfigurationSpec - Class in com.orchestranetworks.addon.dex.configuration
Specifies the configuration used to export data to an Excel file.
SpreadsheetExportConfigurationSpec(ServiceContext) - Constructor for class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
 
SpreadsheetExportConfigurationSpec(AdaptationTable, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
 
SpreadsheetExportConfigurationSpec(EBXTable, TableFilter, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
 
SpreadsheetExportConfigurationSpec(Adaptation, List<EBXTable>, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
 
SpreadsheetExportConfigurationSpec(Adaptation, List<EBXTable>, Map<EBXTable, TableFilter>, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
 
SpreadsheetExportDataExchangeHelperContext - Class in com.orchestranetworks.addon.dex
Provides the context to get the DataExchangeSpec for exporting Excel from the configuration declared in the EBX® Data Exchange Add-on dataset.
SpreadsheetExportDataExchangeHelperContext(String, AdaptationTable, Session) - Constructor for class com.orchestranetworks.addon.dex.SpreadsheetExportDataExchangeHelperContext
Creates a new SpreadsheetExportDataExchangeHelperContext using the preference name when exporting a single table.
SpreadsheetExportDataExchangeHelperContext(String, Adaptation, Session) - Constructor for class com.orchestranetworks.addon.dex.SpreadsheetExportDataExchangeHelperContext
Creates a new SpreadsheetExportDataExchangeHelperContext using the preference name when exporting multiple tables.
SpreadsheetExportTemplate - Class in com.orchestranetworks.addon.dex.configuration
Specifies a spreadsheet template configuration for exporting data to an Excel file.
SpreadsheetExportTemplate() - Constructor for class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportTemplate
 
SpreadsheetField - Class in com.orchestranetworks.addon.dex.mapping
Specifies the configuration used for a spreadsheet field.
SpreadsheetField(int) - Constructor for class com.orchestranetworks.addon.dex.mapping.SpreadsheetField
Used to create a spreadsheet field with specified index.
SpreadsheetField(int, FieldAttribute) - Constructor for class com.orchestranetworks.addon.dex.mapping.SpreadsheetField
Used to create a spreadsheet field with the specified index and FieldAttribute enumeration.
SpreadsheetField(int, String, String) - Constructor for class com.orchestranetworks.addon.dex.mapping.SpreadsheetField
Used to create a spreadsheet field with the specified index, name and label.
SpreadsheetField(int, String, String, FieldAttribute) - Constructor for class com.orchestranetworks.addon.dex.mapping.SpreadsheetField
Used to create a spreadsheet field with the specified index, name, label and FieldAttribute enumeration.
SpreadsheetFileFormat - Enum in com.orchestranetworks.addon.dex.configuration
Defines the possible Excel file formats.
SpreadsheetImportApplicationMappingHelper - Interface in com.orchestranetworks.addon.dex.common.generation
Provides the methods to get an ApplicationMapping instance for spreadsheet import.
SpreadsheetImportConfigurationSpec - Class in com.orchestranetworks.addon.dex.configuration
Defines the configuration used when importing data from an Excel file.
SpreadsheetImportConfigurationSpec(AdaptationTable, SpreadsheetTable, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.SpreadsheetImportConfigurationSpec
Imports data into a table outside of a UIService.
SpreadsheetImportConfigurationSpec(Adaptation, List<SpreadsheetTable>, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.SpreadsheetImportConfigurationSpec
Imports data into multiple tables outside of a UIService.
SpreadsheetImportDataExchangeHelperContext - Class in com.orchestranetworks.addon.dex
Provides the context to get the DataExchangeSpec for importing Excel from the configuration declared in the EBX® Data Exchange Add-on dataset.
SpreadsheetImportDataExchangeHelperContext(String, AdaptationTable, Session) - Constructor for class com.orchestranetworks.addon.dex.SpreadsheetImportDataExchangeHelperContext
Creates a new SpreadsheetImportDataExchangeHelperContext using the preference name when importing a single table.
SpreadsheetImportDataExchangeHelperContext(String, Adaptation, Session) - Constructor for class com.orchestranetworks.addon.dex.SpreadsheetImportDataExchangeHelperContext
Creates a new SpreadsheetImportDataExchangeHelperContext using the preference name when importing multiple tables.
SpreadsheetTable - Class in com.orchestranetworks.addon.dex.mapping
Defines the configuration used for a spreadsheet table.
SpreadsheetTable(String, int) - Constructor for class com.orchestranetworks.addon.dex.mapping.SpreadsheetTable
 
SpreadsheetTable(int, String, List<SpreadsheetField>) - Constructor for class com.orchestranetworks.addon.dex.mapping.SpreadsheetTable
 
SpreadsheetTableGeneration - Interface in com.orchestranetworks.addon.dex.common.generation
Extends the TableGeneration to generate a SpreadsheetTable.
SpreadsheetTableHelper - Interface in com.orchestranetworks.addon.dex.common.generation
Extends the TableHelper to get the SpreadsheetTable declared in the EBX® Data Exchange Add-on dataset.
SpreadsheetTableHelperSpec - Class in com.orchestranetworks.addon.dex.common.generation
Specifies the configuration used to get the SpreadsheetTable declared in the EBX® Data Exchange Add-on dataset.
SpreadsheetTableHelperSpec(String, Session) - Constructor for class com.orchestranetworks.addon.dex.common.generation.SpreadsheetTableHelperSpec
 
SpreadsheetTemplate - Interface in com.orchestranetworks.addon.dex.configuration
Provides a cell data template for an Excel file.
SQLColumnSpec - Class in com.orchestranetworks.addon.dataexchange.sql
Deprecated.
Since 2.3.0, replaced by SQLField.
SQLColumnSpec() - Constructor for class com.orchestranetworks.addon.dataexchange.sql.SQLColumnSpec
Deprecated.
 
SQLDataType - Enum in com.orchestranetworks.addon.dataexchange.sql
Defines the possible SQL data types.
SQLExportApplicationMappingHelper - Interface in com.orchestranetworks.addon.dex.common.generation
Provides the methods to get an ApplicationMapping for SQL export.
SQLExportConfigurationSpec - Class in com.orchestranetworks.addon.dex.configuration
Defines the configuration used to export data to an external database.
SQLExportConfigurationSpec(ServiceContext, String) - Constructor for class com.orchestranetworks.addon.dex.configuration.SQLExportConfigurationSpec
Exports a table within a UIService.
SQLExportConfigurationSpec(ServiceContext, JNDIDataSource) - Constructor for class com.orchestranetworks.addon.dex.configuration.SQLExportConfigurationSpec
Exports a table with JNDIDataSource within a UIService.
SQLExportConfigurationSpec(AdaptationTable, String, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.SQLExportConfigurationSpec
Exports a table outside of a UIService.
SQLExportConfigurationSpec(AdaptationTable, JNDIDataSource, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.SQLExportConfigurationSpec
Exports a table with JNDIDataSource outside of a UIService.
SQLExportConfigurationSpec(AdaptationTable, TableFilter, String, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.SQLExportConfigurationSpec
Exports a table with filter outside of a UIService.
SQLExportConfigurationSpec(AdaptationTable, TableFilter, JNDIDataSource, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.SQLExportConfigurationSpec
Exports a table with filter and JNDIDataSource outside of a UIService.
SQLExportConfigurationSpec(Adaptation, List<EBXTable>, String, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.SQLExportConfigurationSpec
Exports multiple tables outside of a UIService.
SQLExportConfigurationSpec(Adaptation, List<EBXTable>, JNDIDataSource, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.SQLExportConfigurationSpec
Exports multiple tables with JNDIDataSource outside of a UIService.
SQLExportConfigurationSpec(Adaptation, List<EBXTable>, Map<EBXTable, TableFilter>, String, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.SQLExportConfigurationSpec
Exports multiple tables with a filter outside of a UIService.
SQLExportConfigurationSpec(Adaptation, List<EBXTable>, Map<EBXTable, TableFilter>, JNDIDataSource, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.SQLExportConfigurationSpec
Exports multiple tables with a filter and JNDIDataSource outside of a UIService.
SQLField - Class in com.orchestranetworks.addon.dex.mapping
Specifies the configuration used for an SQL field in an external database.
SQLField(String) - Constructor for class com.orchestranetworks.addon.dex.mapping.SQLField
Used to create a SQL field with specified name.
SQLField(String, FieldAttribute) - Constructor for class com.orchestranetworks.addon.dex.mapping.SQLField
Used to create a SQL field with the specified name and FieldAttribute enumeration.
SQLField(String, String, SQLDataType) - Constructor for class com.orchestranetworks.addon.dex.mapping.SQLField
Used to create a SQL field with the specified name, label, data type.
SQLField(String, String, SQLDataType, FieldAttribute) - Constructor for class com.orchestranetworks.addon.dex.mapping.SQLField
Used to create a SQL field with the specified name, label, data type and FieldAttribute enumeration.
SQLImportApplicationMappingHelper - Interface in com.orchestranetworks.addon.dex.common.generation
Provides the methods to get an ApplicationMapping instance for SQL import.
SQLImportConfigurationSpec - Class in com.orchestranetworks.addon.dex.configuration
Defines the configuration used for importing data from an external database.
SQLImportConfigurationSpec(AdaptationTable, String, SQLTable, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.SQLImportConfigurationSpec
Imports data outside of a UIService.
SQLImportConfigurationSpec(AdaptationTable, JNDIDataSource, SQLTable, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.SQLImportConfigurationSpec
Imports data with JNDIDataSource outside of a UIService.
SQLImportConfigurationSpec(AdaptationTable, String, SQLTable, TableFilter, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.SQLImportConfigurationSpec
Imports data from an SQL table with a filter outside of a UIService.
SQLImportConfigurationSpec(AdaptationTable, JNDIDataSource, SQLTable, TableFilter, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.SQLImportConfigurationSpec
Imports data with a filter and JNDIDataSource outside of a UIService.
SQLMappingColumn - Interface in com.orchestranetworks.addon.dataexchange.sql
Deprecated.
Since 2.3.0, replaced by FieldMapper.
SQLMappingColumnCatalog - Class in com.orchestranetworks.addon.dataexchange.sql
Deprecated.
Since 2.3.0, replaced by FieldMapperCatalog.
SQLMappingColumnCatalog() - Constructor for class com.orchestranetworks.addon.dataexchange.sql.SQLMappingColumnCatalog
Deprecated.
 
SQLMappingColumnContext - Interface in com.orchestranetworks.addon.dataexchange.sql
Deprecated.
Since 2.3.0, replaced by FieldMapperContext.
SQLMappingColumnDefinition - Interface in com.orchestranetworks.addon.dataexchange.sql
Deprecated.
Since 2.3.0, replaced by FieldMapperDefinition.
SQLMappingColumnDefinition.PredefinedSQLMappingColumnDefinition - Enum in com.orchestranetworks.addon.dataexchange.sql
Deprecated.
Defines all internal SQLMappingColumnDefinition implementations that are available in EBX® Data Exchange Add-on.
SQLMappingColumnResult - Class in com.orchestranetworks.addon.dataexchange.sql
Deprecated.
Since 2.3.0, replaced by FieldMapping.
SQLMappingColumnResult() - Constructor for class com.orchestranetworks.addon.dataexchange.sql.SQLMappingColumnResult
Deprecated.
 
SQLMappingColumnResult(SchemaNode, SQLColumnSpec) - Constructor for class com.orchestranetworks.addon.dataexchange.sql.SQLMappingColumnResult
Deprecated.
 
SQLMappingColumnResultList - Class in com.orchestranetworks.addon.dataexchange.sql
Deprecated.
Since 2.3.0, replaced by FieldMappingList.
SQLMappingColumnResultList() - Constructor for class com.orchestranetworks.addon.dataexchange.sql.SQLMappingColumnResultList
Deprecated.
 
SQLMappingTable - Class in com.orchestranetworks.addon.dataexchange.sql
Deprecated.
Since 2.3.0, replaced by TableMapping.
SQLMappingTable() - Constructor for class com.orchestranetworks.addon.dataexchange.sql.SQLMappingTable
Deprecated.
 
SQLTable - Class in com.orchestranetworks.addon.dex.mapping
Defines the configuration for a table in an external database.
SQLTable(String, String) - Constructor for class com.orchestranetworks.addon.dex.mapping.SQLTable
 
SQLTable(String, String, List<SQLField>) - Constructor for class com.orchestranetworks.addon.dex.mapping.SQLTable
 
SQLTableGeneration - Interface in com.orchestranetworks.addon.dex.common.generation
Provides the methods to generate an SQLTable instance.
SQLTableHelper - Interface in com.orchestranetworks.addon.dex.common.generation
Extends the TableHelper to get the SQLTable declared in the EBX® Data Exchange Add-on dataset.
SQLTableHelperSpec - Class in com.orchestranetworks.addon.dex.common.generation
Specifies the configuration used to get the SQLTable declared in the EBX® Data Exchange Add-on dataset.
SQLTableHelperSpec(String, Session) - Constructor for class com.orchestranetworks.addon.dex.common.generation.SQLTableHelperSpec
 
SQLTableOrViewSpec - Class in com.orchestranetworks.addon.dataexchange.sql
Deprecated.
Since 2.3.0, replaced by SQLTable.
SQLTableOrViewSpec() - Constructor for class com.orchestranetworks.addon.dataexchange.sql.SQLTableOrViewSpec
Deprecated.
 
SubtitleTemplate - Class in com.orchestranetworks.addon.dex.configuration
Specifies the configuration used for the subtitle template in an exported file.
SubtitleTemplate() - Constructor for class com.orchestranetworks.addon.dex.configuration.SubtitleTemplate
 
A B C D E F G H I J L M O P R S T U V X 
Skip navigation links

EBX® Data Exchange Add-on Version 2.7.21 [0055].

Copyright Cloud Software Group, Inc. 2001-2023. All rights reserved.
All third party product and company names and third party marks mentioned in this document are the property of their respective owners and are mentioned for identification.