Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
X
- XML - Static variable in class com.orchestranetworks.addon.dataexchange.transformation.ApplicationType
-
Specifies the application type used to import/ export data from/to an XML file.
- XML_CONFIGURATION - Enum constant in enum com.orchestranetworks.addon.dex.configuration.ImportScope
-
Specifies that the import includes data specific to XML configuration settings in the Application, Semantic model, Data model, Data mapping, and Path groups.
- XML_EXPORT - Enum constant in enum com.orchestranetworks.addon.dex.configuration.ServiceType
-
Specifies the service type used to export data to an XML file.
- XML_FOR_MULTIPLE_TABLES - Static variable in class com.orchestranetworks.addon.adix.ExportType
-
Deprecated.Specifies the export type used for exporting data from multiple tables to XML files that are then compressed into a ZIP file.
- XML_FOR_MULTIPLE_TABLES - Static variable in class com.orchestranetworks.addon.adix.ImportType
-
Deprecated.Specifies the import type used for importing data from XML files into multiples tables.
- XML_IMPORT - Enum constant in enum com.orchestranetworks.addon.dex.configuration.ServiceType
-
Specifies the service type used to import data from an XML file.
- XML_NAME - Enum constant in enum com.orchestranetworks.addon.dint.schema.DefaultDataTypes
-
Default XML name type.
- XMLExportApplicationMappingHelper - Interface in com.orchestranetworks.addon.dex.common.generation
-
Provides the methods to get an
ApplicationMapping
instance for XML export. - XMLExportConfigurationSpec - Class in com.orchestranetworks.addon.dex.configuration
-
Specifies the configuration used when exporting data to an XML file.
- XMLExportConfigurationSpec(AdaptationTable, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.XMLExportConfigurationSpec
-
Exports a table and is used outside of a
UIService
. - XMLExportConfigurationSpec(EBXTable, TableFilter, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.XMLExportConfigurationSpec
-
Exports a table with filter and is used outside of a
UIService
. - XMLExportConfigurationSpec(ServiceContext) - Constructor for class com.orchestranetworks.addon.dex.configuration.XMLExportConfigurationSpec
-
Uses within a
UIService
. - XMLExportTransformationExecutionContext - Interface in com.orchestranetworks.addon.dataexchange.transformation
-
Deprecated.
- XMLField - Class in com.orchestranetworks.addon.dex.mapping
-
Specifies the configuration used for an XML field.
- XMLField(String) - Constructor for class com.orchestranetworks.addon.dex.mapping.XMLField
-
Used to create a XML field with specified path.
- XMLField(String, FieldAttribute) - Constructor for class com.orchestranetworks.addon.dex.mapping.XMLField
-
Used to create an XML field with the specified path and
FieldAttribute
enumeration. - XMLField(String, String, String) - Constructor for class com.orchestranetworks.addon.dex.mapping.XMLField
-
Used to create an XML field with the specified path, name and label.
- XMLField(String, String, String, int) - Constructor for class com.orchestranetworks.addon.dex.mapping.XMLField
-
Used to create an XML field with the specified path, name, label and index.
- XMLField(String, String, String, int, FieldAttribute) - Constructor for class com.orchestranetworks.addon.dex.mapping.XMLField
-
Used to create an XML field with the specified path, name, label, index and
FieldAttribute
enumeration. - XMLField(String, String, String, FieldAttribute) - Constructor for class com.orchestranetworks.addon.dex.mapping.XMLField
-
Used to create an XML field with the specified path, name, label and
FieldAttribute
enumeration. - XMLImportApplicationMappingHelper - Interface in com.orchestranetworks.addon.dex.common.generation
-
Provides the methods to get an
ApplicationMapping
instance for XML import. - XMLImportConfigurationSpec - Class in com.orchestranetworks.addon.dex.configuration
-
Specifies the configuration used to import data from an XML file.
- XMLImportConfigurationSpec(AdaptationTable, XMLTable, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.XMLImportConfigurationSpec
- XMLImportTransformationExecutionContext - Interface in com.orchestranetworks.addon.dataexchange.transformation
-
Deprecated.Since 2.3.0, replaced by
ImportTransformationExecutionContext
. - XMLTable - Class in com.orchestranetworks.addon.dex.mapping
-
Defines the configuration used for an XML table.
- XMLTable(String) - Constructor for class com.orchestranetworks.addon.dex.mapping.XMLTable
- XMLTable(String, List<XMLField>) - Constructor for class com.orchestranetworks.addon.dex.mapping.XMLTable
- XMLTableGeneration - Interface in com.orchestranetworks.addon.dex.common.generation
-
Extends the
TableHelper
to generate anXMLTable
instance. - XMLTableHelper - Interface in com.orchestranetworks.addon.dex.common.generation
-
Extends the
TableHelper
to get theXMLTable
declared in the {addon.label} dataset. - XMLTableHelperSpec - Class in com.orchestranetworks.addon.dex.common.generation
-
Specifies the configuration used to get the
XMLTable
declared in the {addon.label} dataset. - XMLTableHelperSpec(String, boolean, Session) - Constructor for class com.orchestranetworks.addon.dex.common.generation.XMLTableHelperSpec
- XMLValidatorContext - Interface in com.orchestranetworks.addon.dataexchange.validator
-
Deprecated.Since 2.3.0, replaced by
ValidatorContext
. - XSDGenerator - Interface in com.orchestranetworks.addon.dml
-
Provides a method for generating an XML Schema Document (XSD) file.
- XSDGeneratorFactory - Class in com.orchestranetworks.addon.dml
-
Creates instances of
XSDGenerator
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ExportTransformationExecutionContext
.