Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- ImportExportTemplateSpec<ST extends SourceTable<?,
?>, TT extends TargetTable<?, ?>> - Class in com.orchestranetworks.addon.dint.template -
Allows you to overwrite the dataset configured in an import or export template.
- InputDefinition - Class in com.orchestranetworks.addon.dint.transformation
-
The definition of a transformation's input.
- InputDefinition(String, UserMessage, UserMessage, DataType, boolean) - Constructor for class com.orchestranetworks.addon.dint.transformation.InputDefinition
-
Constructs a new
InputDefinition
. - InputDefinition(String, UserMessage, UserMessage, List<InputDefinition>) - Constructor for class com.orchestranetworks.addon.dint.transformation.InputDefinition
-
Constructs a new
InputDefinition
with multiple inputs from children. - InputDefinition(String, UserMessage, DataType) - Constructor for class com.orchestranetworks.addon.dint.transformation.InputDefinition
-
Constructs a new single-valued
InputDefinition
. - INSERT_ONLY - Enum constant in enum com.orchestranetworks.addon.dint.dataconnector.spec.EBXWriteMode
-
If a record does not exist in the target table yet, it will be inserted.
- INSERT_ONLY - Enum constant in enum com.orchestranetworks.addon.dint.dataconnector.spec.SQLWriteMode
-
A record will be inserted if it does not exist yet, otherwise it will be ignored.
- INTEGER - Enum constant in enum com.orchestranetworks.addon.dint.schema.DefaultDataTypes
-
Default integer type.
- IntegerAggregate - Class in com.orchestranetworks.addon.dint.transformation.aggregate
-
Represents a transformation function to aggregate integers.
- IntegerToString - Class in com.orchestranetworks.addon.dint.transformation.conversion
-
Represents a transformation definition for converting from integer to string.
- into(int) - Method in interface com.orchestranetworks.addon.dint.mapping.steps.MultiOutputTransformableStep
-
Splits the input into a specific number of values as the output.
- into(int) - Method in class com.orchestranetworks.addon.dint.mapping.steps.SplitTransformationMappingStep
- into(String...) - Method in interface com.orchestranetworks.addon.dint.mapping.steps.MultiOutputTransformableStep
-
Splits the input into specific values represented by logical names.
- into(String...) - Method in class com.orchestranetworks.addon.dint.mapping.steps.SplitTransformationMappingStep
- intoUnbounded() - Method in interface com.orchestranetworks.addon.dint.mapping.steps.MultiOutputTransformableStep
-
Splits the input into an unbounded number of values as the output.
- intoUnbounded() - Method in class com.orchestranetworks.addon.dint.mapping.steps.SplitTransformationMappingStep
- isAggregate() - Method in enum com.orchestranetworks.addon.dint.transformation.TransformationCategory
-
Returns
true
if this is an aggregate transformation category. - isAlwaysDelimiter() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVTargetTableSpec
- isAnyType(DataType) - Static method in enum com.orchestranetworks.addon.dint.schema.DefaultDataTypes
-
Returns
true
if this isDefaultDataTypes.ANY_TYPE
. - isAssignableFrom(Class<?>) - Method in interface com.orchestranetworks.addon.dint.schema.DataType
-
Returns
true
if this data type's value class is assignable from the specified value class. - isColumnHeaderIncluded() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelSourceTableSpec
-
Returns
true
if the file contains a header row. - isColumnHeaderIncluded() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelTargetTableSpec
-
Returns
true
if the file contains header row. - isComplex() - Method in class com.orchestranetworks.addon.dint.schema.EBXField
-
Returns
true
if this field is a complex field. - isComputedValueIncluded() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXSourceTableSpec
-
Returns
true
if this specification includes computed values. - isConstant() - Method in enum com.orchestranetworks.addon.dint.transformation.TransformationCategory
-
Returns
true
if this is a constant transformation category. - isConversion() - Method in enum com.orchestranetworks.addon.dint.transformation.TransformationCategory
-
Returns
true
if this is a conversion transformation category. - isEnum() - Method in class com.orchestranetworks.addon.dint.schema.EBXField
-
Returns
true
if this field is a enumeration field. - isEnumLabel() - Method in class com.orchestranetworks.addon.dint.schema.EBXField
-
Returns
true
if this field is a enumeration label field. - isEnumLabelIncluded() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXSourceTableSpec
-
Returns
true
if this specification includes enumeration labels. - isErrorThrownIfNotFound() - Method in class com.orchestranetworks.addon.dint.mapping.steps.MappingStepSelector
-
Returns
true
if an error should be thrown in case the mapping step is not found. - isFirstRowHeader() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVSourceTableSpec
-
Returns
true
if the first row is the header. - isFirstRowHeader() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVTargetTableSpec
-
Returns
true
if the first row is the header. - isForceImport() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXTargetTableSpec
- isForeignKey() - Method in class com.orchestranetworks.addon.dint.schema.EBXField
-
Returns
true
if this field is a foreign key field. - isForeignKeyHierarchyIncluded() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXTableSpec
-
Returns
true
if foreign key fields include their children as hierarchies. - isForeignKeyLabel() - Method in class com.orchestranetworks.addon.dint.schema.EBXField
-
Returns
true
if this field is a foreign key label field. - isForeignKeyLabelIncluded() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXSourceTableSpec
-
Returns
true
if this specification includes foreign key labels. - isMultiValued() - Method in interface com.orchestranetworks.addon.dint.schema.CSVField
-
Returns
true
if this field is multi-valued. - isMultiValued() - Method in interface com.orchestranetworks.addon.dint.schema.Field
-
Returns
true
if this field is multi-valued. - isMultiValued() - Method in class com.orchestranetworks.addon.dint.transformation.InputDefinition
-
Returns
true
if the input is multi-valued. - isMultiValued() - Method in class com.orchestranetworks.addon.dint.transformation.OutputDefinition
-
Returns
true
if the output is multi-valued. - isNullOrEmptyPrimaryKeyAllowed() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXTargetTableSpec
-
Returns
true
if a null or empty primary key is allowed when persisting. - isNullOrEmptyValueIgnored() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXTargetTableSpec
-
Returns
true
if null or empty values are allowed when persisting. - isPrimaryKey() - Method in class com.orchestranetworks.addon.dint.schema.EBXField
-
Returns
true
if this field is a primary key. - isPrimaryKey() - Method in interface com.orchestranetworks.addon.dint.schema.SQLField
-
Returns
true
if this field is a primary key. - isPrimaryKeyLabelIncluded() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXSourceTableSpec
-
Returns
true
if this specification includes the primary key label. - isPrimaryKeyLabelIncluded() - Method in class com.orchestranetworks.addon.dint.schema.EBXField
-
Returns
true
if this field is a record label field. - isSplit() - Method in enum com.orchestranetworks.addon.dint.transformation.TransformationCategory
-
Returns
true
if this is a split transformation category. - isStaticEnumerationIncluded() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXSourceTableSpec
-
Returns
true
if this specification includes static enumerations. - isUnbounded() - Method in class com.orchestranetworks.addon.dint.transformation.InputDefinition
-
Returns
true
if the input size is unbounded. - isUnbounded() - Method in class com.orchestranetworks.addon.dint.transformation.OutputDefinition
-
Returns
true
if the output size is unbounded.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form