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
Transformation
class. - 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
true
if the transformation function is used for aggregating fields. - isAggregation() - Method in interface com.orchestranetworks.addon.dex.transformation.TransformationDefinition
-
Returns
true
if the transformation function is used for aggregating fields. - isBidirectional() - Method in interface com.orchestranetworks.addon.dataexchange.transformation.TransformationDefinition
-
Deprecated.Returns
true
if transfer data can be executed in both directions. - isBidirectional() - Method in interface com.orchestranetworks.addon.dex.transformation.TransformationDefinition
-
Returns
true
if data transfer can be executed in both directions. - isCalledOnHierarchyNode() - Method in interface com.orchestranetworks.addon.dex.common.DataExchangeServiceContext
-
Returns
true
if the current service is called from the contextual menu of a hierarchy node. - isCalledOnHome() - Method in interface com.orchestranetworks.addon.dex.common.DataExchangeServiceContext
-
Returns
true
if the current service is called from a data space or snapshot menu. - isCalledOnInstance() - Method in interface com.orchestranetworks.addon.dex.common.DataExchangeServiceContext
-
Returns
true
if the current service is called from a data set menu. - isCalledOnOccurrencePage() - Method in interface com.orchestranetworks.addon.dex.common.DataExchangeServiceContext
-
Returns
true
if the current service is called from a record page. - isCalledOnTable() - Method in interface com.orchestranetworks.addon.dex.common.DataExchangeServiceContext
-
Returns
true
if the current service is called on the whole table view. - isCalledOnTableSelection() - Method in interface com.orchestranetworks.addon.dex.common.DataExchangeServiceContext
-
Returns
true
if the current service is called on the selected records of the view. - isCheckEmptyORNullPrimaryKeys() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportSpec
-
Deprecated.Returns
true
if all empty ornull
primary keys were checked before data import andfalse
if this verification was not performed. - isCheckEmptyORNullPrimaryKeys() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferSpec
-
Deprecated.Returns
true
if all empty ornull
primary keys were checked before data transfer andfalse
if this verification was not performed. - isComputedValueIncluded() - Method in interface com.orchestranetworks.addon.dex.configuration.ExportConfigurationSpec
-
Returns
true
if the exported file contains computed values. - isComputedValueIncluded() - Method in class com.orchestranetworks.addon.dex.configuration.FileExportConfigurationSpec
-
Returns
true
if the exported XML file contains computed values. - isComputedValueIncluded() - Method in class com.orchestranetworks.addon.dex.configuration.SQLExportConfigurationSpec
-
Returns
true
if the exported data contains computed values. - isComputedValueIncluded() - Method in class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
-
Returns
true
if the computed values on the source tables are transferred to the target tables. - isComputedValuesIncluded() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportXMLSpec
-
Deprecated.Returns
true
if the exported XML file contains computed values. - isContinue() - Method in enum com.orchestranetworks.addon.dataexchange.validator.ValidatorStatus
-
Deprecated.Returns
true
if the validator status isCONTINUE
. - isCSV() - Method in class com.orchestranetworks.addon.adix.ExportType
-
Deprecated.Returns
true
if the export type isCSV
. - isCSV() - Method in class com.orchestranetworks.addon.adix.ImportType
-
Deprecated.Returns
true
if the import type isCSV
. - isCSV() - Method in class com.orchestranetworks.addon.dataexchange.transformation.ApplicationType
-
Returns
true
if the application type isCSV
. - isCSVExport() - Method in enum com.orchestranetworks.addon.dex.configuration.ServiceType
-
Returns
true
if the service type isCSV_EXPORT
. - isCSVImport() - Method in enum com.orchestranetworks.addon.dex.configuration.ServiceType
-
Returns
true
if the service type isCSV_IMPORT
. - isDataBeforeTransformationValidated() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetImportConfigurationSpec
-
Returns
true
if the import data is validated before transformation execution. - isDataFromReferencedTablesExported() - Method in class com.orchestranetworks.addon.dex.configuration.FileExportConfigurationSpec
-
Returns
true
if the export includes the related data from the referenced tables. - isDataReferencingSelectedRecordExported() - Method in class com.orchestranetworks.addon.dex.configuration.FileExportConfigurationSpec
-
Returns
true
if the export includes the related data from tables that reference the selected record. - isDataValidatedBeforeTransformation() - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
-
Returns
true
if the import data is validated before transformation executing. - isDefaultSQL() - Method in class com.orchestranetworks.addon.dataexchange.transformation.ApplicationType
-
Returns
true
if the application type isDefault SQL
. - isDefaultSQLExport() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportType
-
Deprecated.Returns
true
if the export type isEXPORT_DEFAULT_SQL
. - isDefaultSQLImport() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportType
-
Deprecated.Returns
true
if the import type isIMPORT_DEFAULT_SQL
. - isDefaultXML() - Method in class com.orchestranetworks.addon.dataexchange.transformation.ApplicationType
-
Returns
true
if 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
true
if data are exported using the default configuration. - isDelimiterForOnlyStringUsed() - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
-
Returns
true
if the delimiter is only used for string data types. - isDelimiterUsedForOnlyString() - Method in class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
-
Returns
true
if the delimiter is only used for string data types. - isEBX() - Method in class com.orchestranetworks.addon.dataexchange.transformation.ApplicationType
-
Returns
true
if the application type isEBX
. - isEmpty() - Method in class com.orchestranetworks.addon.dataexchange.sql.SQLMappingColumnResultList
-
Deprecated.Returns
true
if thisSQLMappingColumnResultList
is empty. - isEmpty() - Method in class com.orchestranetworks.addon.dex.mapping.FieldMappingList
-
Returns
true
if this list contains no elements. - isEmpty() - Method in class com.orchestranetworks.addon.dex.mapping.TableMappingList
-
Returns
true
if this list contains no elements. - isEmpty() - Method in class com.orchestranetworks.addon.dex.result.ResultList
-
Returns
true
if this list contains no elements. - isEmptyOrNullPrimaryKeyChecked() - Method in class com.orchestranetworks.addon.dex.configuration.FileImportConfigurationSpec
-
Returns
true
if all empty ornull
primary keys were checked before data import andfalse
if this verification was not performed. - isEmptyOrNullPrimaryKeyChecked() - Method in interface com.orchestranetworks.addon.dex.configuration.ImportConfigurationSpec
-
Returns
true
if all empty ornull
primary keys were checked before data import andfalse
if this verification was not performed. - isEmptyOrNullPrimaryKeyChecked() - Method in class com.orchestranetworks.addon.dex.configuration.SQLImportConfigurationSpec
-
Returns
true
if all empty ornull
primary keys were checked before data import andfalse
if this verification was not performed. - isEmptyOrNullPrimaryKeyChecked() - Method in class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
-
Returns
true
if all empty ornull
primary keys were checked before data import andfalse
if this verification was not performed. - isEmptyOrNullValueIgnored() - Method in class com.orchestranetworks.addon.dex.configuration.FileImportConfigurationSpec
-
Returns
true
if all empty ornull
values are ignored in the process of importing data. - isEmptyOrNullValueIgnored() - Method in interface com.orchestranetworks.addon.dex.configuration.ImportConfigurationSpec
-
Returns
true
if all empty ornull
values are ignored in the process of importing data. - isEmptyOrNullValueIgnored() - Method in class com.orchestranetworks.addon.dex.configuration.SQLImportConfigurationSpec
-
Returns
true
if all empty ornull
values are ignored in the process of importing data. - isEmptyOrNullValueIgnored() - Method in class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
-
Returns
true
if all empty ornull
values are ignored in the process of importing data. - isEnumerationLabelExported() - Method in class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
-
Returns
true
if 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
true
if 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
true
if the exported file will contain enumerations matching the one in the data model. - isExcel() - Method in class com.orchestranetworks.addon.dataexchange.transformation.ApplicationType
-
Returns
true
if the application type isExcel
. - isExcelForMultipleTables() - Method in class com.orchestranetworks.addon.adix.ExportType
-
Deprecated.Returns
true
if the export type isEXCEL_FOR_MULTIPLE_TABLES
. - isExcelForMultipleTables() - Method in class com.orchestranetworks.addon.adix.ImportType
-
Deprecated.Returns
true
if the import type isEXCEL_FOR_MULTIPLE_TABLES
. - isExcelForSingleTable() - Method in class com.orchestranetworks.addon.adix.ExportType
-
Deprecated.Returns
true
if the export type isEXCEL_FOR_SINGLE_TABLE
. - isExcelForSingleTable() - Method in class com.orchestranetworks.addon.adix.ImportType
-
Deprecated.Returns
true
if the import type isEXCEL_FOR_SINGLE_TABLE
. - isExport() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeServiceType
-
Deprecated.Returns
true
if service type isEXPORT
. - isExportDefaultXML() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportType
-
Deprecated.Returns
true
if the export type isEXPORT_DEFAULT_XML
. - isExportXML() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportType
-
Deprecated.Returns
true
if the export type isEXPORT_XML
. - isFail() - Method in enum com.orchestranetworks.addon.dataexchange.validator.ValidatorStatus
-
Deprecated.Returns
true
if the validator status isFAIL
. - isFieldNameForLabelApplied() - Method in class com.orchestranetworks.addon.dml.DataModelSpec
-
Returns
true
if 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
true
if all triggers and constraints are disabled in the process of importing data. - isForcedTransfer() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferSpec
-
Deprecated.Returns
true
if all triggers and constraints are disabled in the process of transferring data. - isForcePrecisionAsDisplayed() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetImportConfigurationSpec
-
Returns
true
if the displayed value of numbers in each cell will be read and imported. - isForeignKeyLabelExported() - Method in class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
-
Returns
true
if the exported file contains an information column with the foreign key label. - isForeignKeyLabelExported() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
-
Returns
true
if 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
true
if the exported file will contain the permalink for the foreign key. - isHeaderComparedToIgnoreCase() - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
-
Return
true
if case-insensitive comparison is used when matching the header column. - isHeaderComparedToIgnoreCase() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetImportConfigurationSpec
-
Return
true
if a case-insensitive comparison is used when matching the header column. - isHeaderExported() - Method in class com.orchestranetworks.addon.dex.configuration.FileExportConfigurationSpec
-
Returns
true
if 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
true
if 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
true
if the validator status isIGNORE
. - isIgnoredFieldExported() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
-
Returns
true
if the ignored field is exported as a blank column. - isIgnoreEmptyORNullValue() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportSpec
-
Deprecated.Returns
true
if all empty ornull
values are ignored in the process of importing data. - isIgnoreEmptyORNullValue() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferSpec
-
Deprecated.Returns
true
if all empty ornull
values are ignored in the process of transferring data. - isImport() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeServiceType
-
Deprecated.Returns
true
if service type isIMPORT
. - isImportForced() - Method in class com.orchestranetworks.addon.dex.configuration.FileImportConfigurationSpec
-
Returns
true
if all triggers and constraints are disabled in the process of importing data. - isImportForced() - Method in interface com.orchestranetworks.addon.dex.configuration.ImportConfigurationSpec
-
Returns
true
if all triggers and constraints are disabled in the process of importing data. - isImportForced() - Method in class com.orchestranetworks.addon.dex.configuration.SQLImportConfigurationSpec
-
Returns
true
if all triggers and constraints are disabled in the process of importing data. - isImportForced() - Method in class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
-
Returns
true
if all triggers and constraints are disabled in the process of importing data. - isImportOnlyValidRecord() - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
-
Returns
true
if validation errors exist and the user chooses import only valid records. - isImportOnlyValidRecord() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetImportConfigurationSpec
-
Returns
true
if validation errors exist and the user chooses to import only valid records. - isImportSequence() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetImportConfigurationSpec
-
Returns
true
if the Excel sheet data are imported sequentially at simulation import mode. - isImportXML() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportType
-
Deprecated.Returns
true
if import type isIMPORT_XML
. - isInOtherDataModel() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferOption
-
Deprecated.Returns
true
if the transfer option isIN_OTHER_DATA_MODEL
. - isInSameDataModel() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferOption
-
Deprecated.Returns
true
if the transfer option isIN_SAME_DATA_MODEL
. - isInvalidDataDownloaded() - Method in class com.orchestranetworks.addon.dex.configuration.FileImportConfigurationSpec
-
Returns
true
if 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
true
if input data is a list. - isList() - Method in class com.orchestranetworks.addon.dataexchange.transformation.OutputDefinition
-
Deprecated.Returns
true
if output data is a list. - isList() - Method in class com.orchestranetworks.addon.dex.transformation.InputDefinition
-
Returns
true
if the input data is a list. - isList() - Method in class com.orchestranetworks.addon.dex.transformation.OutputDefinition
-
Returns
true
if the output data is a list. - isLocaleForNumberFormatUsed() - Method in class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
-
Returns
true
if the language and corresponding number format policy are applied. - isOmitXMLComment() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportXMLSpec
-
Deprecated.Returns
true
if the exported XML file omits comment. - isPrimaryKeyLabelExported() - Method in class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
-
Returns
true
if the exported file contains an information column with the primary key label. - isPrimaryKeyLabelExported() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
-
Returns
true
if 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
true
if the exported file will contain the permalink for the primary key. - isRedundantCharactersInHeaderRemoved() - Method in class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
-
Return
true
if redundant characters contained in the header are removed during matching. - isRedundantCharactersInHeaderRemoved() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetImportConfigurationSpec
-
Return
true
if redundant characters contained in the header are removed during matching. - isReferenceSheetIncluded() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportConfigurationSpec
-
Returns
true
if 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
true
if 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
true
if import mode isREPLACE_ALL_CONTENT
. - isSavedToDynamicDataModelingDataset() - Method in class com.orchestranetworks.addon.dml.DataModelSpec
-
Returns
true
if the data model parsed from theDataModelSource
is saved to the Dynamic data modeling dataset. - isSpreadsheetExport() - Method in enum com.orchestranetworks.addon.dex.configuration.ServiceType
-
Returns
true
if the service type isSPREADSHEET_EXPORT
. - isSpreadsheetImport() - Method in enum com.orchestranetworks.addon.dex.configuration.ServiceType
-
Returns
true
if the service type isSPREADSHEET_IMPORT
. - isSQLExport() - Method in enum com.orchestranetworks.addon.dex.configuration.ServiceType
-
Returns
true
if the service type isSQL_EXPORT
. - isSQLImport() - Method in enum com.orchestranetworks.addon.dex.configuration.ServiceType
-
Returns
true
if the service type isSQL_IMPORT
. - isStopAndRollBackOnError() - Method in class com.orchestranetworks.addon.dex.configuration.TransferConfigurationSpec
-
Returns
true
if all executed transfers have been successful and the whole transaction committed. - isSubtitleExported() - Method in class com.orchestranetworks.addon.dex.configuration.SubtitleTemplate
-
Returns the
true
if the subtitle is exported in an Excel file. - isTableBorderUsed() - Method in class com.orchestranetworks.addon.dex.configuration.SpreadsheetExportTemplate
-
Returns
true
if a border is used for exported data. - isTableOccurrence() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeDataAccessSpec
-
Deprecated.Returns
true
if 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
true
if the title is included in the Excel file export. - isTransfer() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeServiceType
-
Deprecated.Returns
true
if service type isTRANSFER
. - isTransfer() - Method in enum com.orchestranetworks.addon.dex.configuration.ServiceType
-
Returns
true
if the service type isTRANSFER
. - isTransferData() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferType
-
Deprecated.Returns
true
if transfer type isTRANSFER_DATA
. - isUnknown() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportType
-
Deprecated.Returns
true
if the type isUNKNOWN
. - isUnknown() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportMode
-
Deprecated.Returns
true
if import mode isUNKNOWN
. - isUnknown() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportType
-
Deprecated.Returns
true
if the type isUNKNOWN
. - isUnknown() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeServiceType
-
Deprecated.Returns
true
if service type isUNKNOWN
. - isUnknown() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferOption
-
Deprecated.Returns
true
if transfer option isUNKNOWN
. - isUnknown() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeTransferType
-
Deprecated.Returns
true
if transfer type isUNKNOWN
. - isUnknown() - Method in class com.orchestranetworks.addon.dataexchange.transformation.ApplicationType
-
Returns
true
if the application type is notEBX
,XML
,Default XML
,CSV
orExcel
. - isUpdateAndInsert() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportMode
-
Deprecated.Returns
true
if import mode isUPDATE_AND_INSERT
. - isUseHeader() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportXMLSpec
-
Deprecated.Returns
true
if the exported XML file contains EBX Data Exchange Add-on header. - isUseHeader() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeImportSpec
-
Deprecated.Returns
true
if 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
true
if the application type isXML
. - isXMLCommentOmitted() - Method in class com.orchestranetworks.addon.dex.configuration.ExportDataExchangeConfigurationSpec
-
Returns
true
if the exported XML file omits comments. - isXMLCommentOmitted() - Method in class com.orchestranetworks.addon.dex.configuration.XMLExportConfigurationSpec
-
Returns
true
if the exported XML file omits comments. - isXMLExport() - Method in enum com.orchestranetworks.addon.dex.configuration.ServiceType
-
Returns
true
if the service type isXML_EXPORT
. - isXMLForMultipleTables() - Method in class com.orchestranetworks.addon.adix.ExportType
-
Deprecated.Returns
true
if the export type isXML_FOR_MULTIPLE_TABLES
. - isXMLForMultipleTables() - Method in class com.orchestranetworks.addon.adix.ImportType
-
Deprecated.Returns
true
if the import type isXML_FOR_MULTIPLE_TABLES
. - isXMLImport() - Method in enum com.orchestranetworks.addon.dex.configuration.ServiceType
-
Returns
true
if the service type isXML_IMPORT
. - isXMLIndented() - Method in class com.orchestranetworks.addon.dataexchange.DataExchangeExportXMLSpec
-
Deprecated.Returns
true
if the exported XML file indents lines. - isXMLIndented() - Method in class com.orchestranetworks.addon.dex.configuration.ExportDataExchangeConfigurationSpec
-
Returns
true
if the exported XML file includes indentations. - isXMLIndented() - Method in class com.orchestranetworks.addon.dex.configuration.XMLExportConfigurationSpec
-
Returns
true
if 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
.