|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TargetMapping | |
---|---|
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. |
Uses of TargetMapping in oracle.odi.domain.project.interfaces |
---|
Methods in oracle.odi.domain.project.interfaces that return TargetMapping | |
---|---|
TargetMapping |
DataSet.getMapping(java.lang.String pColumnName) Returns the target mapping in this dataset which corresponds to the target column of the given name. |
Methods in oracle.odi.domain.project.interfaces that return types with arguments of type TargetMapping | |
---|---|
java.util.Collection<TargetMapping> |
DataSet.getMappings() Returns the list of target mappings contained in this dataset. |
java.util.Collection<TargetMapping> |
SourceSet.getMappings() Returns a collection of TargetMapping in this source set. |
java.util.Collection<TargetMapping> |
TargetColumn.getTargetMappings() Returns all target mappings for this target column. When the target column is mapped and is not executed on TARGET, then there is one mapping for each DataSet . |
Methods in oracle.odi.domain.project.interfaces with parameters of type TargetMapping | |
---|---|
void |
DataSet.addMapping(TargetMapping pMapping) Internal use only Adds a new target mapping to this dataset. |
void |
SourceSet.addMapping(TargetMapping pMapping) Adds a TargetMapping to this source set. |
void |
TargetColumn.addTargetMapping(TargetMapping pTargetMapping) Internal use only Adds a target mapping to this target column. |
boolean |
TargetMapping.internalPersistenceEquals(TargetMapping m2) |
void |
DataSet.removeMapping(TargetMapping pTargetMapping) Internal use only Removes a target mapping from this dataset. |
void |
SourceSet.removeMapping(TargetMapping pMapping) Removes a TargetMapping from this source set. |
void |
TargetColumn.removeTargetMapping(TargetMapping pTargetMapping) Internal use only Removes a target mapping from this target column. |
Uses of TargetMapping in oracle.odi.interfaces.interactive |
---|
Methods in oracle.odi.interfaces.interactive that return TargetMapping | |
---|---|
TargetMapping |
IActionHelper.createTargetMapping(DataSet pDataSet, TargetColumn pColumn, OdiInterface.ExecutionLocation pLocation, java.lang.Object pText) For internal use only Create a new target mapping. |
Methods in oracle.odi.interfaces.interactive with parameters of type TargetMapping | |
---|---|
void |
IActionHelper.removeTargetMapping(TargetMapping pMapping) For internal use only Remove the specified target mapping. |
Uses of TargetMapping in oracle.odi.interfaces.interactive.support |
---|
Methods in oracle.odi.interfaces.interactive.support that return TargetMapping | |
---|---|
TargetMapping |
InteractiveInterfaceHelperWithActions.createTargetMapping(DataSet pDataSet, TargetColumn pColumn, OdiInterface.ExecutionLocation pLocation, java.lang.Object pText) For internal use only Create a new target mapping. |
Methods in oracle.odi.interfaces.interactive.support with parameters of type TargetMapping | |
---|---|
void |
InteractiveInterfaceHelperWithActions.removeTargetMapping(TargetMapping pMapping) For internal use only Remove the specified targe tmapping. |
boolean |
IMappingPersistencePolicy.shouldBePersisted(TargetMapping pTargetMapping) Returns whether the mapping should be persisted or not. |
Uses of TargetMapping in oracle.odi.interfaces.interactive.support.mapping.persistencepolicy |
---|
Methods in oracle.odi.interfaces.interactive.support.mapping.persistencepolicy with parameters of type TargetMapping | |
---|---|
boolean |
MappingPersistencePolicyDefault.shouldBePersisted(TargetMapping pTargetMapping) |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |