Package | Description |
---|---|
oracle.odi.domain.mapping |
This package contains the Oracle Data Integrator Mapping implementation.
|
oracle.odi.domain.mapping.component |
This package contains the component implementation 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.project |
This package contains the Oracle Data Integrator Project implementation.
|
oracle.odi.domain.runtime.scenario |
This package contains classes for managing Oracle Data Integrator Scenarios and related objects.
|
Modifier and Type | Method and Description |
---|---|
MapPhysicalDesign |
Mapping.createPhysicalDesign(java.lang.String name)
Create a new physical design for this mapping, and add it to the list of
physical designs for the mapping.
|
MapPhysicalDesign |
Mapping.createPhysicalDesign(java.lang.String name,
IContext context)
Create a new physical design for this mapping, and add it to the list of
physical designs for the mapping.
|
MapPhysicalDesign |
Mapping.createPhysicalDesign(java.lang.String name,
IContext context,
boolean skipValidation)
Create a new physical design for this mapping, and add it to the list of
physical designs for the mapping.
|
MapPhysicalDesign |
Mapping.createPhysicalDesign(java.lang.String name,
IContext context,
boolean skipValidation,
java.util.List issues) |
MapPhysicalDesign |
Mapping.createPhysicalDesign(java.lang.String name,
IContext context,
java.util.List issues)
Create a new physical design for this mapping, and add it to the list of
physical designs for the mapping.
|
MapPhysicalDesign |
Mapping.createPhysicalDesign(java.lang.String name,
java.util.List issues)
Create a new physical design for this mapping, and add it to the list of
physical designs for the mapping.
|
MapPhysicalDesign |
Mapping.findPhysicalDesign(java.lang.String name)
Return a physical design whose name matches the specified name, or null if not found.
|
MapPhysicalDesign |
Mapping.findPhysicalDesignByGlobalId(java.lang.String globalId) |
MapPhysicalDesign |
Mapping.findPhysicalDesignById(java.lang.Number id) |
MapPhysicalDesign |
Mapping.getPhysicalDesign(int index)
Get the physical design from the list of physical designs owned by this mapping,
at the specified index.
|
MapPhysicalDesign |
Mapping.getPhysicalDesign(int index,
boolean syncWithLogical)
Get the physical design from the list of physical designs owned by this mapping,
at the specified index.
|
MapPhysicalDesign |
Mapping.getPhysicalDesign(java.util.List issues,
int index,
boolean syncWithLogical)
Get the physical design from the list of physical designs owned by this mapping,
at the specified index.
|
MapPhysicalDesign |
Mapping.internalGetFirstPhysicalDesign() |
MapPhysicalDesign |
Mapping.internalGetPhysicalDesign(int index) |
Modifier and Type | Method and Description |
---|---|
void |
Mapping.removePhysicalDesign(MapPhysicalDesign spec)
Remove and delete the specified physical design from this mapping.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPattern.afterCreatePhysicalDesign(MapPhysicalDesign physDesign) |
Modifier and Type | Method and Description |
---|---|
MapPhysicalDesign |
DeploymentSpec.getPhysicalDesign()
Deprecated.
|
MapPhysicalDesign |
ExecutionUnit.getPhysicalDesign()
Get the physical design that owns this execution unit.
|
MapPhysicalDesign |
ExecutionUnitGroup.getPhysicalDesign() |
MapPhysicalDesign |
MapPhysicalNode.getPhysicalDesign()
Get the physical design that owns this node.
|
Modifier and Type | Method and Description |
---|---|
static DeploymentSpec |
DeploymentSpec.getDeploymentSpec(MapPhysicalDesign physDesign)
Deprecated.
|
void |
MapPhysicalNode.initNode(MapPhysicalDesign pPhysicalDesign,
boolean initialCreation) |
Constructor and Description |
---|
DeploymentSpec(MapPhysicalDesign design)
Deprecated.
Use
MapPhysicalDesign . |
ExecutionUnit(MapPhysicalDesign owner,
java.lang.String name) |
MapPhysicalDesignConfig(MapPhysicalDesign spec) |
MapPhysicalDesignConfig(MapPhysicalDesign spec,
IContext context) |
MapPhysicalDesignConfig(MapPhysicalDesign spec,
java.util.List nodeConfigs) |
MapPhysicalDesignConfig(MapPhysicalDesign spec,
java.lang.String presetStagingLocation) |
Modifier and Type | Method and Description |
---|---|
MapPhysicalDesign |
StepMapping.getPhysicalDesign()
Returns the
MapPhysicalDesign upon which is based this Step . |
Modifier and Type | Method and Description |
---|---|
void |
StepMapping.setPhysicalDesign(MapPhysicalDesign pPhysicalDesign)
MapPhysicalDesign must be owned by the mapping of the package.
|
Modifier and Type | Method and Description |
---|---|
MapPhysicalDesign |
OdiScenario.getScenarioDeploySpec(OdiInstance odiInstance)
A convenient method for finding physical design
|