- SchemaPath - Interface in com.orchestranetworks.addon.dint.schema
-
- SEPARATOR - Static variable in class com.orchestranetworks.addon.dint.transformation.aggregate.StringConcat
-
Name of the separator parameter.
- SEPARATOR - Static variable in class com.orchestranetworks.addon.dint.transformation.split.StringSplit
-
Name of the separator parameter.
- setColumnHeaderIncluded(boolean) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelSourceTableSpec.ExcelSourceTableSpecBuilder
-
Specifies if the first row is the header.
- setColumnHeaderIncluded(boolean) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelTargetTableSpec.ExcelTargetTableSpecBuilder
-
Specifies if the first row is the header.
- setColumnHeaders(List<String>) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVTargetTableSpec.CSVTargetTableSpecBuilder
-
Sets the column headers.
- setColumnHeaders(List<String>) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelTargetTableSpec.ExcelTargetTableSpecBuilder
-
Sets the column headers.
- setComputedValueIncluded(boolean) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXSourceTableSpec.EBXSourceTableSpecBuilder
-
Specifies whether to include computed fields.
- setDataFormats(DataFormatOptions) - Method in class com.orchestranetworks.addon.dint.DataIntegrationSpec
-
Configures the global data format options.
- setDataset(Adaptation) - Method in class com.orchestranetworks.addon.dint.template.ImportExportTemplateSpec
-
Overwrites the dataset configured in the template.
- setDateFormat(String) - Method in class com.orchestranetworks.addon.dint.DataFormatOptions
-
Configures the global date format.
- setDateTimeFormat(String) - Method in class com.orchestranetworks.addon.dint.DataFormatOptions
-
Configures the global date and time format.
- setDecimalSymbol(String) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVSourceTableSpec.CSVSourceTableSpecBuilder
-
Sets the decimal symbol.
- setDecimalSymbol(String) - Method in class com.orchestranetworks.addon.dint.DataFormatOptions
-
Configures the decimal symbol.
- setDelimiter(char) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVSourceTableSpec.CSVSourceTableSpecBuilder
-
Sets the delimiter character.
- setDelimiter(char) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVTargetTableSpec.CSVTargetTableSpecBuilder
-
Sets the delimiter character.
- setEnumLabelIncluded(boolean) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXSourceTableSpec.EBXSourceTableSpecBuilder
-
Specifies whether to include enumeration label fields.
- setFieldSeparator(char) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVSourceTableSpec.CSVSourceTableSpecBuilder
-
Sets the field separator character.
- setFieldSeparator(char) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVTargetTableSpec.CSVTargetTableSpecBuilder
-
Sets the field separator character.
- setFileEncoding(String) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVSourceTableSpec.CSVSourceTableSpecBuilder
-
Sets the CSV encoding.
- setFileEncoding(String) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVTargetTableSpec.CSVTargetTableSpecBuilder
-
Sets the CSV encoding.
- setFirstRowHeader(boolean) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVSourceTableSpec.CSVSourceTableSpecBuilder
-
Specifies if the first row is the header.
- setFirstRowHeader(boolean) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVTargetTableSpec.CSVTargetTableSpecBuilder
-
Specifies if the first row is the header.
- setForeignKeyHierarchyIncluded(boolean) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXSourceTableSpec.EBXSourceTableSpecBuilder
-
Specifies whether to include foreign key hierarchies.
- setForeignKeyHierarchyIncluded(boolean) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXTargetTableSpec.EBXTargetTableSpecBuilder
-
Specifies to include foreign key hierarchies or not.
- setForeignKeyLabelIncluded(boolean) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXSourceTableSpec.EBXSourceTableSpecBuilder
-
Specifies whether to include foreign key label fields.
- setListSeparator(char) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVSourceTableSpec.CSVSourceTableSpecBuilder
-
Sets the list separator character.
- setListSeparator(char) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVTargetTableSpec.CSVTargetTableSpecBuilder
-
Sets the list separator character.
- setListSeparator(char) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelSourceTableSpec.ExcelSourceTableSpecBuilder
-
Sets the list separator character.
- setListSeparator(char) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelTargetTableSpec.ExcelTargetTableSpecBuilder
-
Sets the list separator character.
- setLocale(Locale) - Method in class com.orchestranetworks.addon.dint.DataFormatOptions
-
Configures the locale.
- setNullOrEmptyPrimaryKeyAllowed(boolean) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXTargetTableSpec.EBXTargetTableSpecBuilder
-
Specifies if a null or empty primary key is allowed.
- setNullOrEmptyValueIgnored(boolean) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXTargetTableSpec.EBXTargetTableSpecBuilder
-
Specifies if null or empty values are ignored.
- setPrimaryKeyLabelIncluded(boolean) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXSourceTableSpec.EBXSourceTableSpecBuilder
-
Specifies whether to include the record label as a field.
- setRequest(Request) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXSourceTableSpec.EBXSourceTableSpecBuilder
-
Sets the request to filter records in the selected table.
- setSheetName(String) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelSourceTableSpec.ExcelSourceTableSpecBuilder
-
Sets the sheet name.
- setSheetName(String) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelTargetTableSpec.ExcelTargetTableSpecBuilder
-
Sets the sheet name.
- setSourceDataset(Adaptation) - Method in class com.orchestranetworks.addon.dint.template.EBXTransferTemplateSpec
-
Overwrites the source dataset configured in the template.
- setStartColumn(int) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelSourceTableSpec.ExcelSourceTableSpecBuilder
-
Sets the start column.
- setStartRow(int) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelSourceTableSpec.ExcelSourceTableSpecBuilder
-
Sets the start row.
- setTimeFormat(String) - Method in class com.orchestranetworks.addon.dint.DataFormatOptions
-
Configures the global time format.
- setUnbounded(boolean) - Method in class com.orchestranetworks.addon.dint.transformation.InputDefinition
-
Sets whether the input size is unbounded.
- setUnbounded(boolean) - Method in class com.orchestranetworks.addon.dint.transformation.OutputDefinition
-
Sets sets whether the output size is unbounded.
- setUnsupportedDataTypes(DataType...) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXTargetTableSpec.EBXTargetTableSpecBuilder
-
Set the unsupported data types.
- setup(TransformationConfigurationContext) - Method in interface com.orchestranetworks.addon.dint.transformation.TransformationFunction
-
- setWriteMode(EBXWriteMode) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXTargetTableSpec.EBXTargetTableSpecBuilder
-
Sets the EBX write mode.
- SingleOutputTransformableStep<SF extends Field,TF extends Field> - Interface in com.orchestranetworks.addon.dint.mapping.steps
-
Represents mapping steps that have only one output.
- SOURCE_FIELD - Static variable in class com.orchestranetworks.addon.dint.transformation.crossreference.CrossReference
-
Name of the source field (lookup field) parameter.
- SourceFieldMappingStep<SF extends Field,TF extends Field> - Class in com.orchestranetworks.addon.dint.mapping.steps
-
Mapping step for a source
Field.
- SourceTable<T extends Table<F>,F extends Field> - Class in com.orchestranetworks.addon.dint.mapping
-
- SourceTable() - Constructor for class com.orchestranetworks.addon.dint.mapping.SourceTable
-
- split(SplitTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.AggregateTransformationMappingStep
-
- split(SplitTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.ConstantTransformationMappingStep
-
- split(SplitTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.ConversionTransformationMappingStep
-
- split(SplitTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.CrossReferenceTransformationMappingStep
-
- split(String, SplitTransformationDefinition<?, ?>) - Method in interface com.orchestranetworks.addon.dint.mapping.steps.MultiOutputTransformableStep
-
Creates a split step using an output name as the input.
- split(int, SplitTransformationDefinition<?, ?>) - Method in interface com.orchestranetworks.addon.dint.mapping.steps.MultiOutputTransformableStep
-
Creates a split step using an output index as the input.
- split(SplitTransformationDefinition<?, ?>) - Method in interface com.orchestranetworks.addon.dint.mapping.steps.SingleOutputTransformableStep
-
Splits the single input value into multiple ones.
- split(SplitTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.SourceFieldMappingStep
-
- split(String, SplitTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.SplitTransformationMappingStep
-
- split(int, SplitTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.SplitTransformationMappingStep
-
- SplitTransformationDefinition<I,O> - Class in com.orchestranetworks.addon.dint.transformation.split
-
- SplitTransformationDefinition() - Constructor for class com.orchestranetworks.addon.dint.transformation.split.SplitTransformationDefinition
-
- SplitTransformationMappingStep<SF extends Field,TF extends Field> - Class in com.orchestranetworks.addon.dint.mapping.steps
-
- StringConcat - Class in com.orchestranetworks.addon.dint.transformation.aggregate
-
Represents a transformation function to concatenate strings.
- StringSplit - Class in com.orchestranetworks.addon.dint.transformation.split
-
Represents a transformation definition for splits the input string at the location of the defined separator.
- StringToBoolean - Class in com.orchestranetworks.addon.dint.transformation.conversion
-
Represents a transformation definition for converting from string to boolean.
- StringToBoolean() - Constructor for class com.orchestranetworks.addon.dint.transformation.conversion.StringToBoolean
-
- StringToDate - Class in com.orchestranetworks.addon.dint.transformation.conversion
-
Represents a transformation definition for converting from string to date.
- StringToDateTime - Class in com.orchestranetworks.addon.dint.transformation.conversion
-
Represents a transformation definition for converting from string to date time.
- StringToTime - Class in com.orchestranetworks.addon.dint.transformation.conversion
-
Represents a transformation definition for converting from string to time.
- StringToURI - Class in com.orchestranetworks.addon.dint.transformation.conversion
-
Represents a transformation definition for converting from string to URI.
- StringToURI() - Constructor for class com.orchestranetworks.addon.dint.transformation.conversion.StringToURI
-
- StringUpperCase - Class in com.orchestranetworks.addon.dint.transformation.conversion
-
Represents a transformation definition for string upper case.