Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
D
- DataFormatOptions - Class in com.orchestranetworks.addon.dint
-
Global options for formatting and parsing various data types.
- DataFormatOptions() - Constructor for class com.orchestranetworks.addon.dint.DataFormatOptions
- DataIntegrationException - Exception in com.orchestranetworks.addon.dint
-
Represents an error with user-friendly message happened during a data integration task.
- DataIntegrationException(UserMessage) - Constructor for exception com.orchestranetworks.addon.dint.DataIntegrationException
-
Constructs a new
DataIntegrationException
with given message. - DataIntegrationException(UserMessage, Throwable) - Constructor for exception com.orchestranetworks.addon.dint.DataIntegrationException
-
Constructs a new
DataIntegrationException
with given message and exception. - DataIntegrationExecutionResults - Interface in com.orchestranetworks.addon.dint
-
Contains all results of a data integration execution.
- DataIntegrationExecutor - Class in com.orchestranetworks.addon.dint
-
Executes a data integration task.
- DataIntegrationExecutor() - Constructor for class com.orchestranetworks.addon.dint.DataIntegrationExecutor
- DataIntegrationSpec - Class in com.orchestranetworks.addon.dint
-
Global specification for a data integration task.
- DataIntegrationSpec(Session, MappingSpec) - Constructor for class com.orchestranetworks.addon.dint.DataIntegrationSpec
-
Constructs a new
DataIntegrationSpec
. - DATASET - Static variable in class com.orchestranetworks.addon.dint.transformation.crossreference.CrossReference
-
Name of the dataset parameter.
- DATASET_NAME - Enum constant in enum com.orchestranetworks.addon.dint.schema.DefaultDataTypes
-
Default dataset name type.
- DATASPACE - Static variable in class com.orchestranetworks.addon.dint.transformation.crossreference.CrossReference
-
Name of the dataspace parameter.
- DATASPACE_KEY - Enum constant in enum com.orchestranetworks.addon.dint.schema.DefaultDataTypes
-
Default dataspace key type.
- DataType - Interface in com.orchestranetworks.addon.dint.schema
-
Data type definition for a
Field
, and theInputDefinition
andOutputDefinition
of aTransformationDefinition
. - DATE - Enum constant in enum com.orchestranetworks.addon.dint.schema.DefaultDataTypes
-
Default date type.
- DATE_TIME - Enum constant in enum com.orchestranetworks.addon.dint.schema.DefaultDataTypes
-
Default date-time type.
- DateTimeToString - Class in com.orchestranetworks.addon.dint.transformation.conversion
-
Represents a transformation definition for converting from date time to string.
- DateToString - Class in com.orchestranetworks.addon.dint.transformation.conversion
-
Represents a transformation definition for converting from date to string.
- DECIMAL - Enum constant in enum com.orchestranetworks.addon.dint.schema.DefaultDataTypes
-
Default decimal type.
- DecimalToString - Class in com.orchestranetworks.addon.dint.transformation.conversion
-
Represents a transformation definition for converting from decimal to String.
- DefaultDataTypes - Enum in com.orchestranetworks.addon.dint.schema
-
Default data types provided by the add-on.
- DELETE_ONLY - Enum constant in enum com.orchestranetworks.addon.dint.dataconnector.spec.EBXWriteMode
-
If a record already exists in the target table and is not presented in the import file, it will be deleted from the target table.
- DELETE_ONLY - Enum constant in enum com.orchestranetworks.addon.dint.dataconnector.spec.SQLWriteMode
-
A record will be deleted if it already exists and is not present in the source, otherwise it will be ignored.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form