- 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.
- 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(String...) - Method in interface com.orchestranetworks.addon.dint.mapping.steps.MultiOutputTransformableStep
-
Splits the input into specific values represented by logical names.
- 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(String...) - Method in class com.orchestranetworks.addon.dint.mapping.steps.SplitTransformationMappingStep
-
- into(int) - 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.
- isAnyType(DataType) - Static method in enum com.orchestranetworks.addon.dint.schema.DefaultDataTypes
-
- 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.
- 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.
- 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.
- 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.
- 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.