Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
G
- GenericDataObject - Interface in com.orchestranetworks.addon.dint.transformation
-
Represents the value structure of a generic input or output of a transformation.
- get() - Method in interface com.orchestranetworks.addon.dint.DataIntegrationExecutionResults
-
Returns results for all table mappings.
- get(int) - Method in interface com.orchestranetworks.addon.dint.schema.CSVTable
-
Returns CSV field by index.
- get(Path) - Method in interface com.orchestranetworks.addon.dint.schema.EBXTable
-
Returns the field matching the specified path.
- get(String) - Method in interface com.orchestranetworks.addon.dint.schema.CSVTable
-
Returns CSV field by column header.
- get(String) - Method in interface com.orchestranetworks.addon.dint.schema.SQLTable
-
Returns SQL fields by column header.
- get(String) - Method in class com.orchestranetworks.addon.dint.transformation.TransformationRegistry
-
Returns the transformation definition for the specified unique code.
- getAdaptationTable() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXTableSpec
-
Returns the adaptation table.
- getAdaptationTable() - Method in class com.orchestranetworks.addon.dint.mapping.EBXSourceTable
-
Returns the adaptation table.
- getChildForeignKeyField(Path) - Method in class com.orchestranetworks.addon.dint.schema.EBXField
-
Returns the child foreign key field if this is a composite foreign key.
- getChildrenForeignKeyPaths() - Method in class com.orchestranetworks.addon.dint.schema.EBXField
-
Returns an iterator of all child foreign key paths if this is a composite foreign key.
- getChildrenInputs() - Method in class com.orchestranetworks.addon.dint.transformation.InputDefinition
- getCode() - Method in interface com.orchestranetworks.addon.dint.schema.DataType
-
Returns the unique code.
- getCode() - Method in enum com.orchestranetworks.addon.dint.schema.DefaultDataTypes
- getCode() - Method in class com.orchestranetworks.addon.dint.transformation.aggregate.IntegerAggregate
- getCode() - Method in class com.orchestranetworks.addon.dint.transformation.aggregate.StringConcat
- getCode() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.BooleanToString
- getCode() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.DateTimeToString
- getCode() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.DateToString
- getCode() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.DecimalToString
- getCode() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.IntegerToString
- getCode() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToBoolean
- getCode() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToDate
- getCode() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToDateTime
- getCode() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToTime
- getCode() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToURI
- getCode() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringUpperCase
- getCode() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.TimeToString
- getCode() - Method in class com.orchestranetworks.addon.dint.transformation.crossreference.CrossReference
- getCode() - Method in class com.orchestranetworks.addon.dint.transformation.split.SplitToAMultiValuedField
- getCode() - Method in class com.orchestranetworks.addon.dint.transformation.split.StringSplit
- getCode() - Method in enum com.orchestranetworks.addon.dint.transformation.TransformationCategory
-
Returns the transformation category code.
- getCode() - Method in interface com.orchestranetworks.addon.dint.transformation.TransformationDefinition
-
Returns the unique code.
- getCodeForTemplate() - Method in class com.orchestranetworks.addon.dint.transformation.crossreference.CrossReference
-
Returns the code of this transformation definition used in templates.
- getColumnHeaders() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVTargetTableSpec
-
Returns the column headers.
- getColumnHeaders() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelTargetTableSpec
-
Returns the column headers.
- getColumnIndex() - Method in interface com.orchestranetworks.addon.dint.schema.ExcelField
-
Returns the column index of this field in the Excel sheet.
- getCompatibleSchemaTypes() - Method in enum com.orchestranetworks.addon.dint.schema.DefaultDataTypes
-
Returns the schema types in EBX that this data type represents.
- getCSVFile() - Method in class com.orchestranetworks.addon.dint.template.CSVImportTemplateSpec
-
Deprecated.
- getCSVFilePath() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVSourceTableSpec
-
Returns the path of either the individual CSV file or the CSV file inside the archive.
- getCSVFilePath() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVTargetTableSpec
-
Returns the path of either the individual CSV file or the CSV file inside the archive.
- getDatabaseName() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.SQLTableSpec
-
Returns the name of the database.
- getDataFormats() - Method in class com.orchestranetworks.addon.dint.DataIntegrationSpec
-
Returns the global data format options.
- getDataset() - Method in class com.orchestranetworks.addon.dint.template.ImportExportTemplateSpec
-
Returns the dataset that overwrites the one configured in the template.
- getDataSource() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.SQLTableSpec
-
Returns the data source of the database connection.
- getDataspace() - Method in class com.orchestranetworks.addon.dint.dataconnector.datasource.EBXTransaction
-
Returns the target dataspace.
- getDataType() - Method in interface com.orchestranetworks.addon.dint.schema.CSVField
-
Always returns
DefaultDataTypes.STRING
. - getDataType() - Method in interface com.orchestranetworks.addon.dint.schema.Field
-
Returns the data type.
- getDataType() - Method in interface com.orchestranetworks.addon.dint.schema.SQLField
-
Returns the data type of this field
- getDataType() - Method in class com.orchestranetworks.addon.dint.transformation.ParameterDefinition
-
Returns the data type.
- getDateFormat() - Method in class com.orchestranetworks.addon.dint.DataFormatOptions
-
Returns the global date format.
- getDateTimeFormat() - Method in class com.orchestranetworks.addon.dint.DataFormatOptions
-
Returns the global date and time format.
- getDecimalSymbol() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVSourceTableSpec
-
Returns the decimal symbol.
- getDecimalSymbol() - Method in class com.orchestranetworks.addon.dint.DataFormatOptions
-
Returns the decimal symbol.
- getDefaultValue() - Method in class com.orchestranetworks.addon.dint.transformation.ParameterDefinition
-
Returns the default value.
- getDelimiter() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVSourceTableSpec
-
Returns the delimiter character.
- getDelimiter() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVTargetTableSpec
-
Returns the delimiter character.
- getDescription() - Method in interface com.orchestranetworks.addon.dint.schema.DataType
-
Returns the description.
- getDescription() - Method in class com.orchestranetworks.addon.dint.transformation.aggregate.IntegerAggregate
- getDescription() - Method in class com.orchestranetworks.addon.dint.transformation.aggregate.StringConcat
- getDescription() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.DateTimeToString
- getDescription() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.DateToString
- getDescription() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToDate
- getDescription() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToDateTime
- getDescription() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToTime
- getDescription() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.TimeToString
- getDescription() - Method in class com.orchestranetworks.addon.dint.transformation.crossreference.CrossReference
- getDescription() - Method in class com.orchestranetworks.addon.dint.transformation.InputDefinition
-
Returns the description.
- getDescription() - Method in class com.orchestranetworks.addon.dint.transformation.OutputDefinition
-
Returns the description.
- getDescription() - Method in class com.orchestranetworks.addon.dint.transformation.ParameterDefinition
-
Returns the description.
- getDescription() - Method in class com.orchestranetworks.addon.dint.transformation.split.SplitToAMultiValuedField
- getDescription() - Method in class com.orchestranetworks.addon.dint.transformation.split.StringSplit
- getDescription() - Method in enum com.orchestranetworks.addon.dint.transformation.TransformationCategory
-
Returns the description.
- getDescription() - Method in interface com.orchestranetworks.addon.dint.transformation.TransformationDefinition
-
Returns the description.
- getEnumLabelField() - Method in class com.orchestranetworks.addon.dint.schema.EBXField
-
Returns enumeration label field if this field is a enumeration field.
- getErrorMessageIfNotFound() - Method in class com.orchestranetworks.addon.dint.mapping.steps.MappingStepSelector
-
Returns the error message in case the mapping step is not found.
- getErrorMessages() - Method in interface com.orchestranetworks.addon.dint.TableMappingResult
-
Returns the error messages during the data integration execution.
- getFatalErrorMessage() - Method in interface com.orchestranetworks.addon.dint.TableMappingResult
-
Returns the fatal error or
null
. - getField() - Method in class com.orchestranetworks.addon.dint.mapping.steps.SourceFieldMappingStep
-
Returns the field of this step.
- getField() - Method in class com.orchestranetworks.addon.dint.mapping.steps.TargetFieldMappingStep
-
Returns the field of this step.
- getFields() - Method in interface com.orchestranetworks.addon.dint.schema.SQLTable
-
Returns the list field in this table.
- getFields() - Method in interface com.orchestranetworks.addon.dint.schema.Table
-
Returns fields of this table.
- getFieldSeparator() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVSourceTableSpec
-
Returns the field separator character.
- getFieldSeparator() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVTargetTableSpec
-
Returns the field separator character.
- getFile() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVSourceTableSpec
-
Returns either the CSV file or the archive file.
- getFile() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVTargetTableSpec
-
Returns either the CSV file or the archive file.
- getFile() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelSourceTableSpec
-
Returns the source file.
- getFile() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelTargetTableSpec
-
Returns the Excel file.
- getFileEncoding() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVSourceTableSpec
-
Returns the CSV encoding.
- getFileEncoding() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVTargetTableSpec
-
Returns the CSV encoding.
- getForeignKeyLabelField() - Method in class com.orchestranetworks.addon.dint.schema.EBXField
-
Returns foreign key label field if this field is a foreign key field.
- getForSchemaNode(SchemaNode) - Static method in enum com.orchestranetworks.addon.dint.schema.DefaultDataTypes
-
Converts a schema node to a default data type.
- getFunction() - Method in class com.orchestranetworks.addon.dint.transformation.aggregate.IntegerAggregate
- getFunction() - Method in class com.orchestranetworks.addon.dint.transformation.aggregate.StringConcat
- getFunction() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.BooleanToString
- getFunction() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.DecimalToString
- getFunction() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.IntegerToString
- getFunction() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToBoolean
- getFunction() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToURI
- getFunction() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringUpperCase
- getFunction() - Method in class com.orchestranetworks.addon.dint.transformation.crossreference.CrossReference
- getFunction() - Method in class com.orchestranetworks.addon.dint.transformation.split.SplitToAMultiValuedField
- getFunction() - Method in class com.orchestranetworks.addon.dint.transformation.split.StringSplit
- getFunction() - Method in interface com.orchestranetworks.addon.dint.transformation.TransformationDefinition
-
Returns a new instance of transformation function.
- getIndex() - Method in interface com.orchestranetworks.addon.dint.schema.CSVField
-
Returns the field's index.
- getIndex() - Method in interface com.orchestranetworks.addon.dint.schema.Field
-
Returns the index of this field in the table.
- getInputDataType() - Method in class com.orchestranetworks.addon.dint.mapping.steps.SourceFieldMappingStep
- getInputDataType() - Method in class com.orchestranetworks.addon.dint.mapping.steps.MappingStep
-
Returns the data type of the input.
- getInputDataType() - Method in class com.orchestranetworks.addon.dint.mapping.steps.TransformationMappingStep
- getInputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.aggregate.IntegerAggregate
- getInputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.aggregate.StringConcat
- getInputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.BooleanToString
- getInputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.DateTimeToString
- getInputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.DateToString
- getInputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.DecimalToString
- getInputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.IntegerToString
- getInputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToBoolean
- getInputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToDate
- getInputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToDateTime
- getInputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToTime
- getInputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToURI
- getInputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringUpperCase
- getInputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.TimeToString
- getInputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.crossreference.CrossReference
- getInputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.split.SplitToAMultiValuedField
- getInputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.split.StringSplit
- getInputDefinition() - Method in interface com.orchestranetworks.addon.dint.transformation.TransformationDefinition
-
Returns the input definition.
- getInputSize() - Method in class com.orchestranetworks.addon.dint.mapping.steps.AggregateTransformationMappingStep
-
Returns the number of inputs.
- getInputValue() - Method in interface com.orchestranetworks.addon.dint.transformation.TransformationExecutionContext
-
Returns the input value of this context.
- getInstance() - Static method in class com.orchestranetworks.addon.dint.DataIntegrationExecutor
-
Returns the instance of the executor.
- getInstance() - Static method in class com.orchestranetworks.addon.dint.transformation.aggregate.IntegerAggregate
-
Returns the instance.
- getInstance() - Static method in class com.orchestranetworks.addon.dint.transformation.aggregate.StringConcat
-
Returns the instance.
- getInstance() - Static method in class com.orchestranetworks.addon.dint.transformation.conversion.BooleanToString
-
Returns the instance.
- getInstance() - Static method in class com.orchestranetworks.addon.dint.transformation.conversion.DateTimeToString
-
Returns the instance.
- getInstance() - Static method in class com.orchestranetworks.addon.dint.transformation.conversion.DateToString
-
Returns the instance.
- getInstance() - Static method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToDate
-
Returns the instance.
- getInstance() - Static method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToDateTime
-
Returns the instance.
- getInstance() - Static method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToTime
-
Returns the instance.
- getInstance() - Static method in class com.orchestranetworks.addon.dint.transformation.conversion.StringUpperCase
-
Returns the instance.
- getInstance() - Static method in class com.orchestranetworks.addon.dint.transformation.conversion.TimeToString
-
Returns the instance.
- getInstance() - Static method in class com.orchestranetworks.addon.dint.transformation.crossreference.CrossReference
-
Returns the instance.
- getInstance() - Static method in class com.orchestranetworks.addon.dint.transformation.split.SplitToAMultiValuedField
- getInstance() - Static method in class com.orchestranetworks.addon.dint.transformation.split.StringSplit
-
Returns the instance.
- getInstance() - Static method in class com.orchestranetworks.addon.dint.transformation.TransformationRegistry
-
Returns the instance of the registry.
- getInvalidDataFile() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVSourceTableSpec
-
Returns the file where invalid records are written.
- getInvalidDataFile() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelSourceTableSpec
-
Returns the file where invalid records are written.
- getInvalidDataFile() - Method in class com.orchestranetworks.addon.dint.template.ExcelImportTemplateSpec
-
Returns the file that contains invalid records.
- getInvalidDataFolder() - Method in class com.orchestranetworks.addon.dint.template.CSVImportTemplateSpec
-
Returns the folder where the files that contain invalid records are stored.
- getInvalidFileNamePrefix() - Method in class com.orchestranetworks.addon.dint.template.CSVImportTemplateSpec
-
Returns the common prefix for the file name.
- getInvalidFileNameSuffix() - Method in class com.orchestranetworks.addon.dint.template.CSVImportTemplateSpec
-
Returns the common suffix for the file name.
- getLabel() - Method in interface com.orchestranetworks.addon.dint.schema.DataType
-
Returns the label.
- getLabel() - Method in enum com.orchestranetworks.addon.dint.schema.DefaultDataTypes
- getLabel() - Method in interface com.orchestranetworks.addon.dint.schema.Field
-
Returns the label.
- getLabel() - Method in interface com.orchestranetworks.addon.dint.schema.SQLField
-
Returns the label of this field
- getLabel() - Method in interface com.orchestranetworks.addon.dint.schema.SQLTable
-
Returns the label of this table.
- getLabel() - Method in interface com.orchestranetworks.addon.dint.schema.Table
-
Returns the label.
- getLabel() - Method in class com.orchestranetworks.addon.dint.transformation.aggregate.IntegerAggregate
- getLabel() - Method in class com.orchestranetworks.addon.dint.transformation.aggregate.StringConcat
- getLabel() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.BooleanToString
- getLabel() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.DateTimeToString
- getLabel() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.DateToString
- getLabel() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.DecimalToString
- getLabel() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.IntegerToString
- getLabel() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToBoolean
- getLabel() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToDate
- getLabel() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToDateTime
- getLabel() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToTime
- getLabel() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToURI
- getLabel() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringUpperCase
- getLabel() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.TimeToString
- getLabel() - Method in class com.orchestranetworks.addon.dint.transformation.crossreference.CrossReference
- getLabel() - Method in class com.orchestranetworks.addon.dint.transformation.InputDefinition
-
Returns the label.
- getLabel() - Method in class com.orchestranetworks.addon.dint.transformation.OutputDefinition
-
Returns the label.
- getLabel() - Method in class com.orchestranetworks.addon.dint.transformation.ParameterDefinition
-
Returns the label.
- getLabel() - Method in class com.orchestranetworks.addon.dint.transformation.split.SplitToAMultiValuedField
- getLabel() - Method in class com.orchestranetworks.addon.dint.transformation.split.StringSplit
- getLabel() - Method in enum com.orchestranetworks.addon.dint.transformation.TransformationCategory
-
Returns the label.
- getLabel() - Method in interface com.orchestranetworks.addon.dint.transformation.TransformationDefinition
-
Returns the label.
- getListSeparator() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVSourceTableSpec
-
Returns the list separator character.
- getListSeparator() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.CSVTargetTableSpec
-
Returns the list separator character.
- getListSeparator() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelSourceTableSpec
-
Returns the list separator character.
- getListSeparator() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelTargetTableSpec
-
Returns the list separator character.
- getLocale() - Method in class com.orchestranetworks.addon.dint.DataFormatOptions
-
Returns the locale.
- getMappedFields() - Method in class com.orchestranetworks.addon.dint.mapping.SourceTable
-
Returns all mapped fields.
- getMappedFields() - Method in class com.orchestranetworks.addon.dint.mapping.TargetTable
-
Returns all mapped fields.
- getMappingSpec() - Method in class com.orchestranetworks.addon.dint.DataIntegrationSpec
-
Returns the mapping specification.
- getMatcherByIndex() - Static method in interface com.orchestranetworks.addon.dint.mapping.FieldMatcher
-
Return
true
if the source field's index equals the target field's index - getMatcherByLabel() - Static method in interface com.orchestranetworks.addon.dint.mapping.FieldMatcher
-
Returns
true
if the source field's label equals the target field's label (case-sensitive). - getMatcherByLabelIgnoreCase() - Static method in interface com.orchestranetworks.addon.dint.mapping.FieldMatcher
-
Returns
true
if the source field's label equals the target field's label (case-insensitive). - getMessage() - Method in exception com.orchestranetworks.addon.dint.DataIntegrationException
- getMultipleTargetRecordsSupportMode() - Method in class com.orchestranetworks.addon.dint.transformation.split.SplitToAMultiValuedField
- getMultipleTargetRecordsSupportMode() - Method in class com.orchestranetworks.addon.dint.transformation.split.StringSplit
- getName() - Method in interface com.orchestranetworks.addon.dint.schema.CSVField
-
Returns the field's name.
- getName() - Method in interface com.orchestranetworks.addon.dint.schema.ExcelField
-
Returns the column header.
- getName() - Method in class com.orchestranetworks.addon.dint.transformation.InputDefinition
-
Returns the unique name.
- getName() - Method in class com.orchestranetworks.addon.dint.transformation.OutputDefinition
-
Returns the unique name.
- getName() - Method in class com.orchestranetworks.addon.dint.transformation.ParameterDefinition
-
Returns the unique name.
- getNumberOfDeletedRecords() - Method in interface com.orchestranetworks.addon.dint.TableMappingResult
-
Returns the number of deleted records in the target table.
- getNumberOfFailedRecords() - Method in interface com.orchestranetworks.addon.dint.TableMappingResult
-
Returns the number of failed records when persisting in the target table.
- getNumberOfInsertedRecords() - Method in interface com.orchestranetworks.addon.dint.TableMappingResult
-
Returns the number of inserted records in the target table.
- getNumberOfProcessedRecords() - Method in interface com.orchestranetworks.addon.dint.TableMappingResult
-
Returns the total number of processed records from the source table.
- getNumberOfSkippedRecords() - Method in interface com.orchestranetworks.addon.dint.TableMappingResult
-
Returns the number of skipped records when persisting in the target table.
- getNumberOfUnchangedRecords() - Method in interface com.orchestranetworks.addon.dint.TableMappingResult
-
Returns the number of unchanged records in the target table.
- getNumberOfUpdatedRecords() - Method in interface com.orchestranetworks.addon.dint.TableMappingResult
-
Returns the number of updated records in the target table.
- getOutputDataType() - Method in class com.orchestranetworks.addon.dint.mapping.steps.SourceFieldMappingStep
- getOutputDataType() - Method in class com.orchestranetworks.addon.dint.mapping.steps.MappingStep
-
Returns the output data type of this step.
- getOutputDataType() - Method in class com.orchestranetworks.addon.dint.mapping.steps.TransformationMappingStep
- getOutputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.aggregate.IntegerAggregate
- getOutputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.aggregate.StringConcat
- getOutputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.BooleanToString
- getOutputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.DateTimeToString
- getOutputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.DateToString
- getOutputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.DecimalToString
- getOutputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.IntegerToString
- getOutputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToBoolean
- getOutputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToDate
- getOutputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToDateTime
- getOutputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToTime
- getOutputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringToURI
- getOutputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.StringUpperCase
- getOutputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.TimeToString
- getOutputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.crossreference.CrossReference
- getOutputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.split.SplitToAMultiValuedField
- getOutputDefinition() - Method in class com.orchestranetworks.addon.dint.transformation.split.StringSplit
- getOutputDefinition() - Method in interface com.orchestranetworks.addon.dint.transformation.TransformationDefinition
-
Returns the output definition.
- getOutputSize() - Method in interface com.orchestranetworks.addon.dint.mapping.steps.MultiOutputTransformableStep
-
Returns the number of split values.
- getOutputSize() - Method in class com.orchestranetworks.addon.dint.mapping.steps.SplitTransformationMappingStep
- getOutputSize() - Method in class com.orchestranetworks.addon.dint.mapping.steps.TransformationMappingStep
-
Returns the output size.
- getOutputSize() - Method in interface com.orchestranetworks.addon.dint.transformation.TransformationConfigurationContext
-
Returns the expected number of output values.
- getParameterDefinitions() - Method in class com.orchestranetworks.addon.dint.transformation.aggregate.StringConcat
- getParameterDefinitions() - Method in class com.orchestranetworks.addon.dint.transformation.crossreference.CrossReference
- getParameterDefinitions() - Method in class com.orchestranetworks.addon.dint.transformation.split.SplitToAMultiValuedField
- getParameterDefinitions() - Method in class com.orchestranetworks.addon.dint.transformation.split.StringSplit
- getParameterDefinitions() - Method in interface com.orchestranetworks.addon.dint.transformation.TransformationDefinition
-
Returns the list of parameters.
- getParameterValue(String) - Method in interface com.orchestranetworks.addon.dint.transformation.TransformationConfigurationContext
-
Returns the value configured for a
ParameterDefinition
defined in theTransformationDefinition
. - getParams() - Method in class com.orchestranetworks.addon.dint.mapping.steps.TransformationMappingStep
-
Returns an unmodifiable map of the parameter values by name.
- getPath() - Method in interface com.orchestranetworks.addon.dint.schema.Field
-
Returns the path representing this field.
- getPath() - Method in interface com.orchestranetworks.addon.dint.schema.SQLField
-
Returns the schema path of this field.
- getPath() - Method in interface com.orchestranetworks.addon.dint.schema.SQLTable
-
Returns the schema path of this table.
- getPath() - Method in interface com.orchestranetworks.addon.dint.schema.Table
-
Returns the path representing this table.
- getProcedureConfig() - Method in class com.orchestranetworks.addon.dint.dataconnector.datasource.EBXTransaction
-
Returns the
ProcedureContext
configuration ornull
. - getProcedureConfig() - Method in class com.orchestranetworks.addon.dint.template.CSVImportTemplateSpec
-
Returns the
ProcedureContext
configuration ornull
. - getProcedureConfig() - Method in class com.orchestranetworks.addon.dint.template.EBXTransferTemplateSpec
-
Returns the
ProcedureContext
configuration ornull
. - getProcedureConfig() - Method in class com.orchestranetworks.addon.dint.template.ExcelImportTemplateSpec
-
Returns the
ProcedureContext
configuration ornull
. - getProcedureConfig() - Method in class com.orchestranetworks.addon.dint.template.SQLImportTemplateSpec
-
Returns the
ProcedureContext
configuration ornull
. - getRequest() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXSourceTableSpec
-
Returns the request to filter records in the selected table.
- getSchema() - Method in interface com.orchestranetworks.addon.dint.schema.SQLTable
-
Returns the schema of this table.
- getSchemaName() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.SQLTableSpec
-
Returns the name of the schema.
- getSchemaNode() - Method in class com.orchestranetworks.addon.dint.schema.EBXField
-
Returns the schema node of this field.
- getSession() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXTableSpec
-
Returns the session.
- getSession() - Method in class com.orchestranetworks.addon.dint.DataIntegrationSpec
-
Returns the session.
- getSession() - Method in class com.orchestranetworks.addon.dint.template.TemplateSpec
-
Returns the session.
- getSession() - Method in interface com.orchestranetworks.addon.dint.transformation.TransformationConfigurationContext
-
Returns the current session.
- getSession() - Method in interface com.orchestranetworks.addon.dint.transformation.TransformationExecutionContext
-
Returns the current session.
- getSheetName() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelSourceTableSpec
-
Returns the sheet name.
- getSheetName() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelTargetTableSpec
-
Returns the sheet name.
- getSheetName() - Method in class com.orchestranetworks.addon.dint.template.ExcelImportTemplateSpec
-
Deprecated.Since 4.3.2, it's no longer required to specify a sheet name.
- getSourceDataset() - Method in class com.orchestranetworks.addon.dint.template.EBXTransferTemplateSpec
-
Returns the source dataset that overwrites the one configured in the template.
- getSourceFile() - Method in class com.orchestranetworks.addon.dint.template.CSVImportTemplateSpec
-
Returns the source file.
- getSourceFile() - Method in class com.orchestranetworks.addon.dint.template.ExcelImportTemplateSpec
-
Returns the source Excel file.
- getSourceTable() - Method in interface com.orchestranetworks.addon.dint.mapping.TableMappingModificationContext
-
Returns the source table in the table mapping.
- getSourceTable() - Method in interface com.orchestranetworks.addon.dint.TableMappingResult
-
Returns the source table.
- getSpec() - Method in class com.orchestranetworks.addon.dint.mapping.CSVSourceTable
-
Returns the CSV source table's specification.
- getSpec() - Method in class com.orchestranetworks.addon.dint.mapping.CSVTargetTable
-
Returns the CSV target table's specification.
- getSpec() - Method in class com.orchestranetworks.addon.dint.mapping.EBXSourceTable
-
Returns the EBX source table's specification.
- getSpec() - Method in class com.orchestranetworks.addon.dint.mapping.EBXTargetTable
-
Returns the EBX target table's specification.
- getSpec() - Method in class com.orchestranetworks.addon.dint.mapping.ExcelSourceTable
-
Returns the Excel source table's specification.
- getSpec() - Method in class com.orchestranetworks.addon.dint.mapping.ExcelTargetTable
-
Returns the Excel target table's specification.
- getSpec() - Method in class com.orchestranetworks.addon.dint.mapping.SQLSourceTable
-
Returns the SQL source table's specification.
- getSpec() - Method in class com.orchestranetworks.addon.dint.mapping.SQLTargetTable
-
Returns the SQL target table's specification.
- getStartColumn() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelSourceTableSpec
-
Returns the start column of the data table.
- getStartRow() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.ExcelSourceTableSpec
-
Returns the start row of the data table.
- getTable() - Method in class com.orchestranetworks.addon.dint.mapping.SourceTable
-
Returns the table structure of all possible fields to be mapped.
- getTable() - Method in class com.orchestranetworks.addon.dint.mapping.TargetTable
-
Returns the table structure of all possible fields to be mapped.
- getTableMappings() - Method in class com.orchestranetworks.addon.dint.mapping.MappingSpec
-
Returns an unmodifiable list of the current table mappings.
- getTableName() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.SQLTableSpec
-
Returns the name of the table or view.
- getTablePath() - Method in interface com.orchestranetworks.addon.dint.schema.Field
-
Returns the table path.
- getTablePath() - Method in interface com.orchestranetworks.addon.dint.schema.SQLField
-
Returns the table path of this field.
- getTargetDatasets() - Method in class com.orchestranetworks.addon.dint.template.EBXTransferTemplateSpec
-
Returns the target datasets that overwrite those configured in the template.
- getTargetFile() - Method in class com.orchestranetworks.addon.dint.template.CSVExportTemplateSpec
-
Returns the target file.
- getTargetFile() - Method in class com.orchestranetworks.addon.dint.template.ExcelExportTemplateSpec
-
Returns the target Excel file.
- getTargetTable() - Method in interface com.orchestranetworks.addon.dint.mapping.TableMappingModificationContext
-
Returns the target table in the table mapping.
- getTargetTable() - Method in interface com.orchestranetworks.addon.dint.TableMappingResult
-
Returns the target table.
- getTemplateConfig() - Method in class com.orchestranetworks.addon.dint.template.TemplateSpec
-
Returns the configuration for the template.
- getTemplateId() - Method in class com.orchestranetworks.addon.dint.template.TemplateSpec
-
Deprecated.Since 4.5.0, this method may return
null
. - getTimeFormat() - Method in class com.orchestranetworks.addon.dint.DataFormatOptions
-
Returns the global time format.
- getTransaction() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXTargetTableSpec
-
Returns the transaction.
- getTransformationCategory() - Method in class com.orchestranetworks.addon.dint.transformation.aggregate.AggregateTransformationDefinition
- getTransformationCategory() - Method in class com.orchestranetworks.addon.dint.transformation.conversion.ConversionTransformationDefinition
- getTransformationCategory() - Method in class com.orchestranetworks.addon.dint.transformation.crossreference.CrossReferenceTransformationDefinition
- getTransformationCategory() - Method in class com.orchestranetworks.addon.dint.transformation.split.SplitTransformationDefinition
- getTransformationCategory() - Method in interface com.orchestranetworks.addon.dint.transformation.TransformationDefinition
-
Returns the category of transformation.
- getTransformationDefinition() - Method in class com.orchestranetworks.addon.dint.mapping.steps.TransformationMappingStep
-
Returns the transformation definition.
- getType() - Method in class com.orchestranetworks.addon.dint.transformation.InputDefinition
-
Returns the data type.
- getType() - Method in class com.orchestranetworks.addon.dint.transformation.OutputDefinition
-
Returns the data type.
- getUnsupportedDataTypes() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXTableSpec
-
Returns the unsupported data types.
- getUserMessage() - Method in exception com.orchestranetworks.addon.dint.DataIntegrationException
-
Returns the user message.
- getValue(String) - Method in interface com.orchestranetworks.addon.dint.transformation.GenericDataObject
-
Returns the value corresponding to the name specified in the input
InputDefinition.getName()
or outputOutputDefinition.getName()
. - getValueClass() - Method in interface com.orchestranetworks.addon.dint.schema.DataType
-
Returns the class of values that this data type represents.
- getValueClass() - Method in enum com.orchestranetworks.addon.dint.schema.DefaultDataTypes
- getWriteMode() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.EBXTargetTableSpec
-
Returns the EBX write mode.
- getWriteMode() - Method in class com.orchestranetworks.addon.dint.dataconnector.spec.SQLTargetTableSpec
-
Returns the write mode.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
CSVImportTemplateSpec.getSourceFile()
instead.