Package | Description |
---|---|
oracle.odi.domain.mapping.physical |
This package contains the implementation for defining the physical aspects of Oracle Data Integrator Mapping.
|
Modifier and Type | Method and Description |
---|---|
ExecutionUnitGroup |
DeploymentSpec.createExecutionUnitGroup(java.lang.String name)
Deprecated.
|
ExecutionUnitGroup |
MapPhysicalDesign.createExecutionUnitGroup(java.lang.String name)
Create a new execution unit group with the specified name.
|
ExecutionUnitGroup |
DeploymentSpec.findExecutionUnitGroup(java.lang.String name)
Deprecated.
|
ExecutionUnitGroup |
MapPhysicalDesign.findExecutionUnitGroup(java.lang.String name)
Return an execution unit group with the specified name, or null if not found.
|
ExecutionUnitGroup |
ExecutionUnit.getExecutionUnitGroup()
Get the execution unit to which this execution unit belongs.
|