Package | Description |
---|---|
oracle.odi.domain.mapping |
This package contains the Oracle Data Integrator Mapping implementation.
|
oracle.odi.domain.mapping.expression |
Provides the expression class in Oracle Data Integrator Mapping.
|
oracle.odi.domain.mapping.physical |
This package contains the implementation for defining the physical aspects of Oracle Data Integrator Mapping.
|
oracle.odi.domain.mapping.properties |
This package contains the property classes in Oracle Data Integrator Mapping.
|
oracle.odi.domain.mapping.xreference |
Provides expression cross reference class for Oracle Data Integrator Mapping.
|
oracle.odi.domain.project |
This package contains the Oracle Data Integrator Project implementation.
|
oracle.odi.domain.project.interfaces |
This package contains Oracle Data Integrator Interface implementation.
|
Modifier and Type | Method and Description |
---|---|
MapReference |
IMapRootContainer.createEmptyReference(java.lang.String interfaceAdapterType) |
MapReference |
IMapRootContainer.getReference(IModelObject boundObject) |
MapReference |
IMapRootContainer.getReference(IModelObject boundObject,
IModelObject fcoObject) |
MapReference |
MapAttribute.getReferenceValue(java.lang.String refName) |
MapReference |
MapConnectorPoint.getReferenceValue(java.lang.String refName) |
Modifier and Type | Method and Description |
---|---|
void |
MapAttribute.internalSetBoundObjectReference(MapReference boundObjectRef) |
void |
MapConnectorPoint.internalSetBoundObjectReference(MapReference boundObjectRef) |
boolean |
MapReference.isReferenceEquals(MapReference otherRef)
Return true if this reference points to the same exact object as the specified other reference.
|
void |
MapAttribute.setReferenceValue(java.lang.String refName,
MapReference value) |
void |
MapConnectorPoint.setReferenceValue(java.lang.String refName,
MapReference value) |
Modifier and Type | Method and Description |
---|---|
MapReference |
MapExpression.getReferenceValue(java.lang.String refName) |
Modifier and Type | Method and Description |
---|---|
void |
MapExpression.setReferenceValue(java.lang.String refName,
MapReference value) |
Modifier and Type | Method and Description |
---|---|
MapReference |
DeploymentSpec.getReferenceValue(java.lang.String refName)
Deprecated.
|
MapReference |
ExecutionUnit.getReferenceValue(java.lang.String refName) |
MapReference |
MapPhysicalDesign.getReferenceValue(java.lang.String refName) |
MapReference |
MapPhysicalExpression.getReferenceValue(java.lang.String refName) |
MapReference |
MapPhysicalNode.getReferenceValue(java.lang.String refName) |
Modifier and Type | Method and Description |
---|---|
void |
MapPhysicalNode.setKMToMissingReference(MapReference missingRef,
IKnowledgeModule.KMType kmType)
Set Knowledge Module of this node to a
MapReference instance, this instance stand for a Knowledge Module that
no longer exist. |
void |
DeploymentSpec.setReferenceValue(java.lang.String refName,
MapReference value)
Deprecated.
|
void |
ExecutionUnit.setReferenceValue(java.lang.String refName,
MapReference value) |
void |
MapPhysicalDesign.setReferenceValue(java.lang.String refName,
MapReference value) |
void |
MapPhysicalExpression.setReferenceValue(java.lang.String refName,
MapReference value) |
void |
MapPhysicalNode.setReferenceValue(java.lang.String refName,
MapReference value) |
Modifier and Type | Method and Description |
---|---|
MapReference |
Property.getReferenceValue(java.lang.String refName) |
Modifier and Type | Method and Description |
---|---|
void |
Property.setReferenceValue(java.lang.String refName,
MapReference value) |
Modifier and Type | Method and Description |
---|---|
MapReference |
MapExpressionXRef.getReferenceValue(java.lang.String refName) |
Modifier and Type | Method and Description |
---|---|
void |
MapExpressionXRef.setReferenceValue(java.lang.String refName,
MapReference value) |
Modifier and Type | Method and Description |
---|---|
void |
OdiInterface.TargetDataStore.setCKMToMissingReference(MapReference missingRef)
Deprecated.
|
void |
OdiInterface.TargetDataStore.setDataStoreToMissingReference(MapReference missingRef)
Deprecated.
|
void |
OdiInterface.TargetDataStore.setIKMToMissingReference(MapReference missingRef)
Deprecated.
For internal use only
Set the Integration Knowledge module associated to a
MapReference instance, this instance is a empty reference which stands for the Knowledge
Module that no longer exist. |
void |
OdiInterface.StagingArea.setLKMToMissingReference(MapReference missingRef)
Deprecated.
For internal use only
Set the Load Knowledge module associated to a
MapReference instance, this instance is a empty reference which stands for the Knowledge
Module that no longer exist. |
Constructor and Description |
---|
MapReferenceShortcutAdapter(MapReference pMapReference,
OdiInstance pOdiInstance) |
Modifier and Type | Method and Description |
---|---|
void |
TargetColumn.setColumnToMissingReference(MapReference missingRef)
Deprecated.
internal use only
Set 12c bound object of this
MapAttribute to a MapReference instance, this instance stands for
a OdiColumn that no longer exist. |
void |
SourceDataStore.setDataStoreToMissingReference(MapReference missingRef)
Deprecated.
|
void |
SourceSet.setLKMToMissingReference(MapReference missingRef)
Deprecated.
For internal use only
Set the Load Knowledge module associated to a
MapReference instance, this instance is a empty reference which stands for the Knowledge
Module that no longer exist. |