Index
All Classes and Interfaces|All Packages|Serialized Form
I
- IGNORE - Enum constant in enum com.orchestranetworks.addon.dataexchange.validator.ValidatorStatus
-
Deprecated.Specifies the validator status used to ignore the import process on the current record.
- IGNORE - Enum constant in enum com.orchestranetworks.addon.dex.validator.ValidatorStatus
-
Specifies the validator status used to ignore the import process on the current record.
- IMPORT - Static variable in class com.orchestranetworks.addon.dataexchange.DataExchangeServiceType
-
Deprecated.A service type corresponding to the process of importing data.
- IMPORT_CSV - Enum constant in enum com.orchestranetworks.addon.dataexchange.transformation.Operation
-
Specifies the operation type used to get the validator implementation when importing data from a CSV file.
- IMPORT_DEFAULT_SQL - Static variable in class com.orchestranetworks.addon.dataexchange.DataExchangeImportType
-
Deprecated.An import type corresponding to the SQL import process.
- IMPORT_EXCEL_FOR_MULTIPLE_TABLES - Enum constant in enum com.orchestranetworks.addon.dataexchange.transformation.Operation
-
Specifies the operation type used to get the validator implementation when importing data from an Excel file containing multiple tables.
- IMPORT_EXCEL_FOR_SINGLE_TABLE - Enum constant in enum com.orchestranetworks.addon.dataexchange.transformation.Operation
-
Specifies the operation type used to get the validator implementation when importing data from an Excel file with only one table.
- IMPORT_XML - Enum constant in enum com.orchestranetworks.addon.dataexchange.transformation.Operation
-
Specifies the operation type used to get the transformation implementation when importing data from an XML file.
- IMPORT_XML - Static variable in class com.orchestranetworks.addon.dataexchange.DataExchangeImportType
-
Deprecated.An import type corresponding to the XML import process.
- ImportConfigurationSpec<T extends Table> - Interface in com.orchestranetworks.addon.dex.configuration
-
Specifies the configuration used for data import.
- ImportDataAccessSpec - Class in com.orchestranetworks.addon.adix
-
Deprecated.
- ImportDataAccessSpec(Adaptation, AdaptationTable, Locale, Session) - Constructor for class com.orchestranetworks.addon.adix.ImportDataAccessSpec
-
Deprecated.Import at the table level.
- ImportDataAccessSpec(Adaptation, Locale, Session) - Constructor for class com.orchestranetworks.addon.adix.ImportDataAccessSpec
-
Deprecated.Multi-table import.
- ImportDataExchangeConfigurationSpec - Class in com.orchestranetworks.addon.dex.configuration
-
Defines the configuration used to import the EBX Data Exchange Add-on configuration from an XML file.
- ImportDataExchangeConfigurationSpec() - Constructor for class com.orchestranetworks.addon.dex.configuration.ImportDataExchangeConfigurationSpec
- ImportMode - Enum in com.orchestranetworks.addon.dex.configuration
-
Specifies the configuration used for importing data to a file.
- ImportResult - Interface in com.orchestranetworks.addon.dex.result
-
Stores data results when importing data into a table.
- ImportScope - Enum in com.orchestranetworks.addon.dex.configuration
-
Specifies the scope when importing add-on configuration data from an XML file.
- ImportTransformationExecutionContext<SC extends Field,
TC extends Field> - Interface in com.orchestranetworks.addon.dex.transformation -
Provides the transformation context when importing data.
- ImportType - Class in com.orchestranetworks.addon.adix
-
Deprecated.Since 2.3.0, replaced by
ServiceType. - IN_OTHER_DATA_MODEL - Static variable in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferOption
-
Deprecated.An option defines that data will be transferred between datasets that do not share the same data model.
- IN_SAME_DATA_MODEL - Static variable in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferOption
-
Deprecated.An option defines that data will be transferred between datasets that share the same data model.
- InputDefinition - Class in com.orchestranetworks.addon.dataexchange.transformation
-
Deprecated.Since 2.3.0, replaced by
InputDefinition. - InputDefinition - Class in com.orchestranetworks.addon.dex.transformation
-
Defines the input data for a
Transformationclass. - InputDefinition(String, UserMessage, SchemaTypeName, boolean) - Constructor for class com.orchestranetworks.addon.dataexchange.transformation.InputDefinition
-
Deprecated.
- InputDefinition(String, UserMessage, SchemaTypeName, boolean) - Constructor for class com.orchestranetworks.addon.dex.transformation.InputDefinition
- INSERT_ONLY - Enum constant in enum com.orchestranetworks.addon.dex.configuration.ImportMode
-
Specifies that only modifications of existing records are allowed.
- INTEGER - Enum constant in enum com.orchestranetworks.addon.dataexchange.sql.SQLDataType
-
Specifies the SQL data type
INTEGER. - isAggregation() - Method in interface com.orchestranetworks.addon.dataexchange.transformation.TransformationDefinition
-
Deprecated.Returns
trueif the transformation function is used for aggregating fields. - isAggregation() - Method in interface com.orchestranetworks.addon.dex.transformation.TransformationDefinition
-
Returns
trueif the transformation function is used for aggregating fields. - isBidirectional() - Method in interface com.orchestranetworks.addon.dataexchange.transformation.TransformationDefinition
-
Deprecated.Returns
trueif transfer data can be executed in both directions. - isBidirectional() - Method in interface com.orchestranetworks.addon.dex.transformation.TransformationDefinition
-
Returns
trueif data transfer can be executed in both directions. - isCalledOnHierarchyNode() - Method in interface com.orchestranetworks.addon.dex.common.DataExchangeServiceContext
-
Returns
trueif the current service is called from the contextual menu of a hierarchy node. - isCalledOnHome() - Method in interface com.orchestranetworks.addon.dex.common.DataExchangeServiceContext
-
Returns
trueif the current service is called from a data space or snapshot menu. - isCalledOnInstance() - Method in interface com.orchestranetworks.addon.dex.common.DataExchangeServiceContext
-
Returns
trueif the current service is called from a data set menu. - isCalledOnOccurrencePage() - Method in interface com.orchestranetworks.addon.dex.common.DataExchangeServiceContext
-
Returns
trueif the current service is called from a record page. - isCalledOnTable() - Method in interface com.orchestranetworks.addon.dex.common.DataExchangeServiceContext
-
Returns
trueif the current service is called on the whole table view. - isCalledOnTableSelection() - Method in interface com.orchestranetworks.addon.dex.common.DataExchangeServiceContext
-
Returns
trueif the current service is called on the selected records of the view. - isCheckEmptyORNullPrimaryKeys() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportSpec
-
Deprecated.Returns
trueif all empty ornullprimary keys were checked before data import andfalseif this verification was not performed. - isCheckEmptyORNullPrimaryKeys() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferSpec
-
Deprecated.Returns
trueif all empty ornullprimary keys were checked before data transfer andfalseif this verification was not performed. - isComputedValueIncluded() - Method in interface com.orchestranetworks.addon.dex.configuration.ExportConfigurationSpec
-
Returns
trueif the exported file contains computed values. - isComputedValueIncluded() - Method in class com.orchestranetworks.addon.dex.configuration.FileExportConfigurationSpec
-
Returns
trueif the exported XML file contains computed values. - isComputedValueIncluded() - Method in class com.orchestranetworks.addon.dex.configuration.SQLExportConfigurationSpec
-
Returns
trueif the exported data contains computed values. - isComputedValueIncluded() - Method in class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
-
Returns
trueif the computed values on the source tables are transferred to the target tables. - isComputedValuesIncluded() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportXMLSpec
-
Deprecated.Returns
trueif the exported XML file contains computed values. - isContinue() - Method in enum com.orchestranetworks.addon.dataexchange.validator.ValidatorStatus
-
Deprecated.Returns
trueif the validator status isCONTINUE. - isCSV() - Method in class com.orchestranetworks.addon.adix.ExportType
-
Deprecated.Returns
trueif the export type isCSV. - isCSV() - Method in class com.orchestranetworks.addon.adix.ImportType
-
Deprecated.Returns
trueif the import type isCSV. - isCSV() - Method in class com.orchestranetworks.addon.dataexchange.transformation.ApplicationType
-
Returns
trueif the application type isCSV. - isCSVExport() - Method in enum com.orchestranetworks.addon.dex.configuration.ServiceType
-
Returns
trueif the service type isCSV_EXPORT. - isCSVImport() - Method in enum com.orchestranetworks.addon.dex.configuration.ServiceType
-
Returns
trueif the service type isCSV_IMPORT. - isDataBeforeTransformationValidated() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetImportConfigurationSpec
-
Returns
trueif the import data is validated before transformation execution. - isDataFromReferencedTablesExported() - Method in class com.orchestranetworks.addon.dex.configuration.FileExportConfigurationSpec
-
Returns
trueif the export includes the related data from the referenced tables. - isDataReferencingSelectedRecordExported() - Method in class com.orchestranetworks.addon.dex.configuration.FileExportConfigurationSpec
-
Returns
trueif the export includes the related data from tables that reference the selected record. - isDataValidatedBeforeTransformation() - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
-
Returns
trueif the import data is validated before transformation executing. - isDefaultSQL() - Method in class com.orchestranetworks.addon.dataexchange.transformation.ApplicationType
-
Returns
trueif the application type isDefault SQL. - isDefaultSQLExport() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportType
-
Deprecated.Returns
trueif the export type isEXPORT_DEFAULT_SQL. - isDefaultSQLImport() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportType
-
Deprecated.Returns
trueif the import type isIMPORT_DEFAULT_SQL. - isDefaultXML() - Method in class com.orchestranetworks.addon.dataexchange.transformation.ApplicationType
-
Returns
trueif the application type isDefault XML. - isDefaultXML() - Method in class com.orchestranetworks.addon.dex.common.generation.XMLTableHelperSpec
- isDefaultXML() - Method in class com.orchestranetworks.addon.dex.configuration.XMLExportConfigurationSpec
-
Returns
trueif data are exported using the default configuration. - isDelimiterForOnlyStringUsed() - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
-
Returns
trueif the delimiter is only used for string data types. - isDelimiterUsedForOnlyString() - Method in class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
-
Returns
trueif the delimiter is only used for string data types. - isEBX() - Method in class com.orchestranetworks.addon.dataexchange.transformation.ApplicationType
-
Returns
trueif the application type isEBX. - isEmpty() - Method in class com.orchestranetworks.addon.dataexchange.sql.SQLMappingColumnResultList
-
Deprecated.Returns
trueif thisSQLMappingColumnResultListis empty. - isEmpty() - Method in class com.orchestranetworks.addon.dex.mapping.FieldMappingList
-
Returns
trueif this list contains no elements. - isEmpty() - Method in class com.orchestranetworks.addon.dex.mapping.TableMappingList
-
Returns
trueif this list contains no elements. - isEmpty() - Method in class com.orchestranetworks.addon.dex.result.ResultList
-
Returns
trueif this list contains no elements. - isEmptyOrNullPrimaryKeyChecked() - Method in class com.orchestranetworks.addon.dex.configuration.FileImportConfigurationSpec
-
Returns
trueif all empty ornullprimary keys were checked before data import andfalseif this verification was not performed. - isEmptyOrNullPrimaryKeyChecked() - Method in interface com.orchestranetworks.addon.dex.configuration.ImportConfigurationSpec
-
Returns
trueif all empty ornullprimary keys were checked before data import andfalseif this verification was not performed. - isEmptyOrNullPrimaryKeyChecked() - Method in class com.orchestranetworks.addon.dex.configuration.SQLImportConfigurationSpec
-
Returns
trueif all empty ornullprimary keys were checked before data import andfalseif this verification was not performed. - isEmptyOrNullPrimaryKeyChecked() - Method in class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
-
Returns
trueif all empty ornullprimary keys were checked before data import andfalseif this verification was not performed. - isEmptyOrNullValueIgnored() - Method in class com.orchestranetworks.addon.dex.configuration.FileImportConfigurationSpec
-
Returns
trueif all empty ornullvalues are ignored in the process of importing data. - isEmptyOrNullValueIgnored() - Method in interface com.orchestranetworks.addon.dex.configuration.ImportConfigurationSpec
-
Returns
trueif all empty ornullvalues are ignored in the process of importing data. - isEmptyOrNullValueIgnored() - Method in class com.orchestranetworks.addon.dex.configuration.SQLImportConfigurationSpec
-
Returns
trueif all empty ornullvalues are ignored in the process of importing data. - isEmptyOrNullValueIgnored() - Method in class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
-
Returns
trueif all empty ornullvalues are ignored in the process of importing data. - isEnumerationLabelExported() - Method in class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
-
Returns
trueif the exported file will contain an information column with the label of the enumeration. - isEnumerationLabelExported() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
-
Returns
trueif the exported file will contain an information column with the label of the enumeration. - isEnumerationsExported() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
-
Returns
trueif the exported file will contain enumerations matching the one in the data model. - isExcel() - Method in class com.orchestranetworks.addon.dataexchange.transformation.ApplicationType
-
Returns
trueif the application type isExcel. - isExcelForMultipleTables() - Method in class com.orchestranetworks.addon.adix.ExportType
-
Deprecated.Returns
trueif the export type isEXCEL_FOR_MULTIPLE_TABLES. - isExcelForMultipleTables() - Method in class com.orchestranetworks.addon.adix.ImportType
-
Deprecated.Returns
trueif the import type isEXCEL_FOR_MULTIPLE_TABLES. - isExcelForSingleTable() - Method in class com.orchestranetworks.addon.adix.ExportType
-
Deprecated.Returns
trueif the export type isEXCEL_FOR_SINGLE_TABLE. - isExcelForSingleTable() - Method in class com.orchestranetworks.addon.adix.ImportType
-
Deprecated.Returns
trueif the import type isEXCEL_FOR_SINGLE_TABLE. - isExport() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeServiceType
-
Deprecated.Returns
trueif service type isEXPORT. - isExportDefaultXML() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportType
-
Deprecated.Returns
trueif the export type isEXPORT_DEFAULT_XML. - isExportXML() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportType
-
Deprecated.Returns
trueif the export type isEXPORT_XML. - isFail() - Method in enum com.orchestranetworks.addon.dataexchange.validator.ValidatorStatus
-
Deprecated.Returns
trueif the validator status isFAIL. - isFieldNameForLabelApplied() - Method in class com.orchestranetworks.addon.dml.DataModelSpec
-
Returns
trueif the field name is used for the field label when saving the data model configuration in the Dynamic data modeling dataset. - isForcedImport() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportSpec
-
Deprecated.Returns
trueif all triggers and constraints are disabled in the process of importing data. - isForcedTransfer() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferSpec
-
Deprecated.Returns
trueif all triggers and constraints are disabled in the process of transferring data. - isForcePrecisionAsDisplayed() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetImportConfigurationSpec
-
Returns
trueif the displayed value of numbers in each cell will be read and imported. - isForeignKeyLabelExported() - Method in class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
-
Returns
trueif the exported file contains an information column with the foreign key label. - isForeignKeyLabelExported() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
-
Returns
trueif the exported file contains an information column with the label of the foreign key. - isForeignKeyPermalinkExported() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
-
Returns
trueif the exported file will contain the permalink for the foreign key. - isHeaderComparedToIgnoreCase() - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
-
Return
trueif case-insensitive comparison is used when matching the header column. - isHeaderComparedToIgnoreCase() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetImportConfigurationSpec
-
Return
trueif a case-insensitive comparison is used when matching the header column. - isHeaderExported() - Method in class com.orchestranetworks.addon.dex.configuration.FileExportConfigurationSpec
-
Returns
trueif 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. - isHeaderUsed() - Method in class com.orchestranetworks.addon.dex.configuration.FileImportConfigurationSpec
-
Returns
trueif 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. - isIgnore() - Method in enum com.orchestranetworks.addon.dataexchange.validator.ValidatorStatus
-
Deprecated.Returns
trueif the validator status isIGNORE. - isIgnoredFieldExported() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
-
Returns
trueif the ignored field is exported as a blank column. - isIgnoreEmptyORNullValue() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportSpec
-
Deprecated.Returns
trueif all empty ornullvalues are ignored in the process of importing data. - isIgnoreEmptyORNullValue() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferSpec
-
Deprecated.Returns
trueif all empty ornullvalues are ignored in the process of transferring data. - isImport() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeServiceType
-
Deprecated.Returns
trueif service type isIMPORT. - isImportForced() - Method in class com.orchestranetworks.addon.dex.configuration.FileImportConfigurationSpec
-
Returns
trueif all triggers and constraints are disabled in the process of importing data. - isImportForced() - Method in interface com.orchestranetworks.addon.dex.configuration.ImportConfigurationSpec
-
Returns
trueif all triggers and constraints are disabled in the process of importing data. - isImportForced() - Method in class com.orchestranetworks.addon.dex.configuration.SQLImportConfigurationSpec
-
Returns
trueif all triggers and constraints are disabled in the process of importing data. - isImportForced() - Method in class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
-
Returns
trueif all triggers and constraints are disabled in the process of importing data. - isImportOnlyValidRecord() - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
-
Returns
trueif validation errors exist and the user chooses import only valid records. - isImportOnlyValidRecord() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetImportConfigurationSpec
-
Returns
trueif validation errors exist and the user chooses to import only valid records. - isImportSequence() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetImportConfigurationSpec
-
Returns
trueif the Excel sheet data are imported sequentially at simulation import mode. - isImportXML() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportType
-
Deprecated.Returns
trueif import type isIMPORT_XML. - isInOtherDataModel() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferOption
-
Deprecated.Returns
trueif the transfer option isIN_OTHER_DATA_MODEL. - isInSameDataModel() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferOption
-
Deprecated.Returns
trueif the transfer option isIN_SAME_DATA_MODEL. - isInvalidDataDownloaded() - Method in class com.orchestranetworks.addon.dex.configuration.FileImportConfigurationSpec
-
Returns
trueif all records with errors in their data rows are exported to a downloadable file. - isList() - Method in class com.orchestranetworks.addon.dataexchange.transformation.InputDefinition
-
Deprecated.Returns
trueif input data is a list. - isList() - Method in class com.orchestranetworks.addon.dataexchange.transformation.OutputDefinition
-
Deprecated.Returns
trueif output data is a list. - isList() - Method in class com.orchestranetworks.addon.dex.transformation.InputDefinition
-
Returns
trueif the input data is a list. - isList() - Method in class com.orchestranetworks.addon.dex.transformation.OutputDefinition
-
Returns
trueif the output data is a list. - isLocaleForNumberFormatUsed() - Method in class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
-
Returns
trueif the language and corresponding number format policy are applied. - isOmitXMLComment() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportXMLSpec
-
Deprecated.Returns
trueif the exported XML file omits comment. - isPrimaryKeyLabelExported() - Method in class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
-
Returns
trueif the exported file contains an information column with the primary key label. - isPrimaryKeyLabelExported() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
-
Returns
trueif the exported file contains an information column with the label of the primary key. - isPrimaryKeyPermalinkExported() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
-
Returns
trueif the exported file will contain the permalink for the primary key. - isRedundantCharactersInHeaderRemoved() - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
-
Return
trueif redundant characters contained in the header are removed during matching. - isRedundantCharactersInHeaderRemoved() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetImportConfigurationSpec
-
Return
trueif redundant characters contained in the header are removed during matching. - isReferenceSheetIncluded() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
-
Returns
trueif a reference sheet called 'Reference table mapping' is added at the end of the Excel file. - isReferenceSheetTable() - Method in class com.orchestranetworks.addon.dex.mapping.SpreadsheetTable
-
Returns
trueif this is the reference sheet containing metadata such as the sheet name, the table label, and the table path used to detect the mapping between sheets and tables upon import. - isReplaceAllContent() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportMode
-
Deprecated.Returns
trueif import mode isREPLACE_ALL_CONTENT. - isSavedToDynamicDataModelingDataset() - Method in class com.orchestranetworks.addon.dml.DataModelSpec
-
Returns
trueif the data model parsed from theDataModelSourceis saved to the Dynamic data modeling dataset. - isSpreadsheetExport() - Method in enum com.orchestranetworks.addon.dex.configuration.ServiceType
-
Returns
trueif the service type isSPREADSHEET_EXPORT. - isSpreadsheetImport() - Method in enum com.orchestranetworks.addon.dex.configuration.ServiceType
-
Returns
trueif the service type isSPREADSHEET_IMPORT. - isSQLExport() - Method in enum com.orchestranetworks.addon.dex.configuration.ServiceType
-
Returns
trueif the service type isSQL_EXPORT. - isSQLImport() - Method in enum com.orchestranetworks.addon.dex.configuration.ServiceType
-
Returns
trueif the service type isSQL_IMPORT. - isStopAndRollBackOnError() - Method in class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
-
Returns
trueif all executed transfers have been successful and the whole transaction committed. - isSubtitleExported() - Method in class com.orchestranetworks.addon.dex.configuration.SubtitleTemplate
-
Returns the
trueif the subtitle is exported in an Excel file. - isTableBorderUsed() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportTemplate
-
Returns
trueif a border is used for exported data. - isTableOccurrence() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeDataAccessSpec
-
Deprecated.Returns
trueif the process of importing, exporting or transferring executes on a table record, not a dataset. - isTitleExported() - Method in class com.orchestranetworks.addon.dex.configuration.TitleTemplate
-
Returns
trueif the title is included in the Excel file export. - isTransfer() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeServiceType
-
Deprecated.Returns
trueif service type isTRANSFER. - isTransfer() - Method in enum com.orchestranetworks.addon.dex.configuration.ServiceType
-
Returns
trueif the service type isTRANSFER. - isTransferData() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferType
-
Deprecated.Returns
trueif transfer type isTRANSFER_DATA. - isUnknown() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportType
-
Deprecated.Returns
trueif the type isUNKNOWN. - isUnknown() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportMode
-
Deprecated.Returns
trueif import mode isUNKNOWN. - isUnknown() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportType
-
Deprecated.Returns
trueif the type isUNKNOWN. - isUnknown() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeServiceType
-
Deprecated.Returns
trueif service type isUNKNOWN. - isUnknown() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferOption
-
Deprecated.Returns
trueif transfer option isUNKNOWN. - isUnknown() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferType
-
Deprecated.Returns
trueif transfer type isUNKNOWN. - isUnknown() - Method in class com.orchestranetworks.addon.dataexchange.transformation.ApplicationType
-
Returns
trueif the application type is notEBX,XML,Default XML,CSVorExcel. - isUpdateAndInsert() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportMode
-
Deprecated.Returns
trueif import mode isUPDATE_AND_INSERT. - isUseHeader() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportXMLSpec
-
Deprecated.Returns
trueif the exported XML file contains EBX Data Exchange Add-on header. - isUseHeader() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportSpec
-
Deprecated.Returns
trueif an XML file contains the EBX Data Exchange Add-on header. - isWriteAccessLockDisabled() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportSpec
-
Deprecated.Since 3.0.0, the 'Disable write access lock' option was removed from the add-on.
- isWriteAccessLockDisabled() - Method in interface com.orchestranetworks.addon.dex.configuration.ExportConfigurationSpec
-
Deprecated.Since 3.0.0, the 'Disable write access lock' option was removed from the add-on.
- isWriteAccessLockDisabled() - Method in class com.orchestranetworks.addon.dex.configuration.FileExportConfigurationSpec
-
Deprecated.Since 3.0.0, the 'Disable write access lock' option was removed from the add-on.
- isWriteAccessLockDisabled() - Method in class com.orchestranetworks.addon.dex.configuration.SQLExportConfigurationSpec
-
Deprecated.Since 3.0.0, the 'Disable write access lock' option was removed from the add-on.
- isXML() - Method in class com.orchestranetworks.addon.dataexchange.transformation.ApplicationType
-
Returns
trueif the application type isXML. - isXMLCommentOmitted() - Method in class com.orchestranetworks.addon.dex.configuration.ExportDataExchangeConfigurationSpec
-
Returns
trueif the exported XML file omits comments. - isXMLCommentOmitted() - Method in class com.orchestranetworks.addon.dex.configuration.XMLExportConfigurationSpec
-
Returns
trueif the exported XML file omits comments. - isXMLExport() - Method in enum com.orchestranetworks.addon.dex.configuration.ServiceType
-
Returns
trueif the service type isXML_EXPORT. - isXMLForMultipleTables() - Method in class com.orchestranetworks.addon.adix.ExportType
-
Deprecated.Returns
trueif the export type isXML_FOR_MULTIPLE_TABLES. - isXMLForMultipleTables() - Method in class com.orchestranetworks.addon.adix.ImportType
-
Deprecated.Returns
trueif the import type isXML_FOR_MULTIPLE_TABLES. - isXMLImport() - Method in enum com.orchestranetworks.addon.dex.configuration.ServiceType
-
Returns
trueif the service type isXML_IMPORT. - isXMLIndented() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportXMLSpec
-
Deprecated.Returns
trueif the exported XML file indents lines. - isXMLIndented() - Method in class com.orchestranetworks.addon.dex.configuration.ExportDataExchangeConfigurationSpec
-
Returns
trueif the exported XML file includes indentations. - isXMLIndented() - Method in class com.orchestranetworks.addon.dex.configuration.XMLExportConfigurationSpec
-
Returns
trueif the exported XML file indents lines. - ITALIC - Enum constant in enum com.orchestranetworks.addon.dex.configuration.FontStyle
-
Specifies the font style as italic.
- iterator() - Method in class com.orchestranetworks.addon.dex.mapping.FieldMappingList
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in class com.orchestranetworks.addon.dex.mapping.TableMappingList
-
Returns an iterator over the elements in this list in proper sequence.
All Classes and Interfaces|All Packages|Serialized Form
ImportConfigurationSpec.