Index

A B C D E F G H I L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

S

SchemaPath - Interface in com.orchestranetworks.addon.dint.schema
Unique path for a Field or a Table.
select() - Method in class com.orchestranetworks.addon.dint.mapping.steps.MappingStepSelectorBuilder
Selects the current step.
selectIfNextTargetField(Predicate<TargetFieldMappingStep>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.MappingStepSelectorBuilder
Selects the current step if the next step is a target field that meets the criteria.
selectIfNextTransformation(Predicate<TransformationMappingStep>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.MappingStepSelectorBuilder
Selects the current step if the next step is a transformation that meets the criteria.
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.
SEPARATOR_NAME - Static variable in class com.orchestranetworks.addon.dint.transformation.split.SplitToAMultiValuedField
Name of the separator parameter.
setAlwaysDelimiter(boolean) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVTargetTableSpec.CSVTargetTableSpecBuilder
 
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.
setForceImport(boolean) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXTargetTableSpec.EBXTargetTableSpecBuilder
 
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.
setInvalidDataFile(File) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVSourceTableSpec.CSVSourceTableSpecBuilder
Sets the file where invalid records are written.
setInvalidDataFile(File) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelSourceTableSpec.ExcelSourceTableSpecBuilder
Sets the file where invalid records are written.
setInvalidDataFile(File) - Method in class com.orchestranetworks.addon.dint.template.ExcelImportTemplateSpec
Sets the file that contains invalid records.
setInvalidDataFolder(File) - Method in class com.orchestranetworks.addon.dint.template.CSVImportTemplateSpec
Sets the folder where the files that contain invalid records are stored.
setInvalidDataFolder(File, String, String) - Method in class com.orchestranetworks.addon.dint.template.CSVImportTemplateSpec
Sets the folder where the files that contain invalid records are stored.
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.
setRequest(Path, Request) - Method in class com.orchestranetworks.addon.dint.template.CSVExportTemplateSpec
Sets the request to filter records for specific table.
setRequest(Path, Request) - Method in class com.orchestranetworks.addon.dint.template.EBXTransferTemplateSpec
Sets the request to filter records for specific table.
setRequest(Path, Request) - Method in class com.orchestranetworks.addon.dint.template.ExcelExportTemplateSpec
Sets the request to filter records for specific table.
setRequest(Path, Request) - Method in class com.orchestranetworks.addon.dint.template.SQLExportTemplateSpec
Sets the request to filter records for specific 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.
setStaticEnumerationIncluded(boolean) - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXSourceTableSpec.EBXSourceTableSpecBuilder
Specifies whether to include static enumerations.
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
setValue(String, T) - Method in interface com.orchestranetworks.addon.dint.transformation.GenericDataObject
Sets the value corresponding to the name specified in the input InputDefinition.getName() or output OutputDefinition.getName().
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
Represents a source table in a TableMapping.
SourceTable() - Constructor for class com.orchestranetworks.addon.dint.mapping.SourceTable
 
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(int, SplitTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.SplitTransformationMappingStep
 
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(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 interface com.orchestranetworks.addon.dint.mapping.steps.MultiOutputTransformableStep
Creates a split step using an output name as the input.
split(String, SplitTransformationDefinition<?, ?>) - Method in class com.orchestranetworks.addon.dint.mapping.steps.SplitTransformationMappingStep
 
SPLIT - Enum constant in enum com.orchestranetworks.addon.dint.transformation.TransformationCategory
Transformations that split a value into many others.
SplitToAMultiValuedField - Class in com.orchestranetworks.addon.dint.transformation.split
Represents a transformation function definition that splits the input string at the location of the defined separator and outputs an unbounded list of values.
SplitTransformationDefinition<I,O> - Class in com.orchestranetworks.addon.dint.transformation.split
Represents a transformation function of TransformationCategory.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
Mapping step for a SplitTransformationDefinition.
SQLExportTemplateSpec - Class in com.orchestranetworks.addon.dint.template
Template specification for SQL export.
SQLExportTemplateSpec(TemplateConfig<EBXSourceTable, SQLTargetTable>, Session) - Constructor for class com.orchestranetworks.addon.dint.template.SQLExportTemplateSpec
Constructs a new SQLExportTemplateSpec instance.
SQLExportTemplateSpec(String, Session) - Constructor for class com.orchestranetworks.addon.dint.template.SQLExportTemplateSpec
Constructs a new SQLExportTemplateSpec instance.
SQLField - Interface in com.orchestranetworks.addon.dint.schema
Field in an SQLTable.
SQLImportTemplateSpec - Class in com.orchestranetworks.addon.dint.template
Template specification for SQL import.
SQLImportTemplateSpec(TemplateConfig<SQLSourceTable, SQLTargetTable>, Session) - Constructor for class com.orchestranetworks.addon.dint.template.SQLImportTemplateSpec
Constructs a new SQLImportTemplateSpec instance.
SQLImportTemplateSpec(String, Session) - Constructor for class com.orchestranetworks.addon.dint.template.SQLImportTemplateSpec
Constructs a new SQLImportTemplateSpec instance.
SQLSourceTable - Class in com.orchestranetworks.addon.dint.mapping
Represents the SQL source table in a TableMapping.
SQLSourceTableSpec - Class in com.orchestranetworks.addon.dint.dataconnector.spec
Specification for an SQLSourceTable.
SQLTable - Interface in com.orchestranetworks.addon.dint.schema
Table structure in an SQL data source
SQLTableSpec - Class in com.orchestranetworks.addon.dint.dataconnector.spec
Specification for SQLSourceTableSpec and SQLTargetTableSpec.
SQLTargetTable - Class in com.orchestranetworks.addon.dint.mapping
Represents the SQL target table in a TableMapping.
SQLTargetTableSpec - Class in com.orchestranetworks.addon.dint.dataconnector.spec
Specification for an SQLTargetTable.
SQLWriteMode - Enum in com.orchestranetworks.addon.dint.dataconnector.spec
Defines the strategy to write into a table in a database.
STRING - Enum constant in enum com.orchestranetworks.addon.dint.schema.DefaultDataTypes
Default string type.
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.
A B C D E F G H I L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form