Package | Description |
---|---|
oracle.odi.domain.project.interfaces |
This package contains Oracle Data Integrator Interface implementation.
|
oracle.odi.interfaces.interactive |
Provides interfaces for interactive handling of Oracle Data Integrator interfaces.
|
oracle.odi.interfaces.interactive.support |
This package and its sub-packages provide the implementations for interactive handling of Oracle Data Integrator interfaces.
|
oracle.odi.interfaces.interactive.support.mapping.persistencepolicy |
This package contains the implementations to determine whether a target mapping is persisted or not when working with Oracle Data Integrator interfaces.
|
Modifier and Type | Method and Description |
---|---|
TargetMapping |
DataSet.getMapping(java.lang.String pColumnName)
Deprecated.
Returns the target mapping in this dataset which corresponds to the target
column of the given name.
|
static TargetMapping |
TargetMapping.retrieveTargetMapping(DataSet dataSet,
TargetColumn targetColumn,
MapExpression mapExpression)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSet.addMapping(TargetMapping pMapping)
Deprecated.
Internal use only
Adds a new target mapping to this dataset.
|
void |
SourceSet.addMapping(TargetMapping pMapping)
Deprecated.
|
void |
TargetColumn.addTargetMapping(TargetMapping pTargetMapping)
Deprecated.
Internal use only
Adds a target mapping to this target column.
|
boolean |
TargetMapping.internalPersistenceEquals(TargetMapping m2)
Deprecated.
|
void |
DataSet.removeMapping(TargetMapping pTargetMapping)
Deprecated.
Internal use only
Removes a target mapping from this dataset.
|
void |
SourceSet.removeMapping(TargetMapping pMapping)
Deprecated.
|
void |
TargetColumn.removeTargetMapping(TargetMapping pTargetMapping)
Deprecated.
Internal use only
Removes a target mapping from this target column.
|
Modifier and Type | Method and Description |
---|---|
TargetMapping |
IActionHelper.createTargetMapping(DataSet pDataSet,
TargetColumn pColumn,
OdiInterface.ExecutionLocation pLocation,
java.lang.Object pText)
Deprecated.
For internal use only
Create a new target mapping.
|
Modifier and Type | Method and Description |
---|---|
void |
IActionHelper.removeTargetMapping(TargetMapping pMapping)
Deprecated.
For internal use only
Remove the specified target mapping.
|
Modifier and Type | Method and Description |
---|---|
TargetMapping |
InteractiveInterfaceHelperWithActions.createTargetMapping(DataSet pDataSet,
TargetColumn pColumn,
OdiInterface.ExecutionLocation pLocation,
java.lang.Object pText)
Deprecated.
For internal use only
Create a new target mapping.
|
Modifier and Type | Method and Description |
---|---|
void |
InteractiveInterfaceHelperWithActions.removeTargetMapping(TargetMapping pMapping)
Deprecated.
For internal use only
Remove the specified targe tmapping.
|
boolean |
IMappingPersistencePolicy.shouldBePersisted(TargetMapping pTargetMapping)
Deprecated.
Returns whether the mapping should be persisted or not.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MappingPersistencePolicyDefault.shouldBePersisted(TargetMapping pTargetMapping)
Deprecated.
|