Package | Description |
---|---|
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.project.interfaces |
This package contains Oracle Data Integrator Interface implementation.
|
oracle.odi.domain.root |
This package contains the root classes for Oracle Data Integrator Mapping.
|
Modifier and Type | Method and Description |
---|---|
ILocation |
DatastoreComponent.getComponentCustomLocation(IContext contextAdapter,
MapPhysicalNode node,
boolean logicalOnly)
Returns the custom location of the component, with special handling for datastores with change data capture enabled.
|
ILocation |
ReusableMappingComponent.getComponentCustomLocation(IContext contextAdapter,
MapPhysicalNode node,
boolean logicalOnly) |
static DatastoreComponent |
DatastoreComponent.getDatastoreComponent(MapPhysicalNode node)
Returns the datastore component associated with the node, if any, else
return null.
|
java.lang.String |
DatastoreComponent.getExecutionContextName(MapPhysicalNode node)
Returns the execution context name for the specified physical datastore node.
|
java.lang.String |
AggregateComponent.getGroupBy(ITechnology pTechnology,
MapPhysicalNode node) |
static IDataStore |
DatastoreComponent.getJournalizedDatastore(MapPhysicalNode node)
Returns the bound datastore object of the datastore component for this particular physical node.
|
static java.lang.String |
DatastoreComponent.getJournalizedFilter(MapPhysicalNode node)
Returns the value of the JOURNALIZED_DATA_FILTER property of the datastore component of a particular datastore physical node,
only when the bound datastore is enabeld with change data capture.
|
static MapExpression |
DatastoreComponent.getJournalizedFilterExpression(MapPhysicalNode node)
Returns the expression value of the JOURNALIZED_DATA_FILTER property of the datastore component of a particular datastore physical node,
only when the bound datastore is enabled with change data capture.
|
java.lang.String |
DatastoreComponent.getLogicalSchemaName(MapPhysicalNode node)
Returns the logical schema name for the physical datastore node.
|
void |
DatastoreComponent.initPhysicalNode(MapPhysicalNode node,
boolean initialCreation)
Initializes the NODE_IS_JOURNALIZED property to the value of the JOURNALIZING_ENABLED property, if the node is initially created.
|
static boolean |
DatastoreComponent.isDatastoreNode(MapPhysicalNode node)
Returns true if the node is associated with a datastore component, else return false.
|
static boolean |
DatastoreComponent.isJournalizedDatastoreNode(MapPhysicalNode node)
Returns the value of the NODE_IS_JOURNALIZED property of the datastore component of a particular datastore physical node,
only when the bound datastore is enabled with change data capture.
|
java.lang.Boolean |
OutputSignature.isSubselectNode(MapPhysicalNode node)
Return the subselect enabled value for the specified physical output signature node.
|
static boolean |
ReusableMappingComponent.isSubSelectNode(MapPhysicalNode node) |
boolean |
TableFunctionComponent.isTargetLoadingSupported(MapPhysicalNode node) |
static void |
DatastoreComponent.setUseJournalizedDataOnly(MapPhysicalNode node,
boolean value)
Sets the value of the NODE_IS_JOURNALIZED property of the datastore component of a particular datastore physical node,
only when the bound datastore is enabled with change data capture.
|
Modifier and Type | Method and Description |
---|---|
MapPhysicalNode |
ExecutionUnit.addComponent(IMapComponent component)
Find the physical node corresponding to the specified logical component, and add it to this
execution unit.
|
MapPhysicalNode |
DeploymentSpec.findAPNode(IMapComponent targetLogicalComponent)
Deprecated.
|
MapPhysicalNode |
MapPhysicalDesign.findAPNode(IMapComponent targetLogicalComponent)
Find an access point (AP) node associated with the specified target logical component.
|
MapPhysicalNode |
DeploymentSpec.findNode(IMapComponent logicalComponent)
Deprecated.
|
MapPhysicalNode |
MapPhysicalDesign.findNode(IMapComponent logicalComponent)
Get the physical node that corresponds to the specified logical component
If there are multiple nodes for the logical component, an exception is thrown.
|
MapPhysicalNode |
DeploymentSpec.findNode(IMapComponent logicalComponent,
java.util.Stack rmcStack)
Deprecated.
|
MapPhysicalNode |
MapPhysicalDesign.findNode(IMapComponent logicalComponent,
java.util.Stack rmcStack)
Get the physical node that corresponds to the specified logical component.
|
MapPhysicalNode |
DeploymentSpec.findNode(MapConnectorPoint logicalCP)
Deprecated.
|
MapPhysicalNode |
MapPhysicalDesign.findNode(MapConnectorPoint logicalCP)
Get the physical node that corresponds to the specified logical connector point
If there are multiple nodes for the logical connector point, an exception is thrown.
|
MapPhysicalNode |
DeploymentSpec.findNode(MapConnectorPoint logicalCP,
java.util.Stack rmcStack)
Deprecated.
|
MapPhysicalNode |
MapPhysicalDesign.findNode(MapConnectorPoint logicalCP,
java.util.Stack rmcStack)
Get the physical node that corresponds to the specified logical connector point.
|
MapPhysicalNode |
DeploymentSpec.findNode(java.lang.String logicalName,
MapPhysicalNode targetNode)
Deprecated.
|
MapPhysicalNode |
MapPhysicalDesign.findNode(java.lang.String logicalName,
MapPhysicalNode targetNode) |
MapPhysicalNode |
DeploymentSpec.findNodeByName(java.lang.String physNodeName)
Deprecated.
|
MapPhysicalNode |
MapPhysicalDesign.findNodeByName(java.lang.String physNodeName)
Find a node with the specified physical node name.
|
MapPhysicalNode |
DeploymentSpec.findNodeByPartialName(java.lang.String physNodeName)
Deprecated.
|
MapPhysicalNode |
MapPhysicalDesign.findNodeByPartialName(java.lang.String physNodeName)
Find a node whose name starts with the specified physical node name.
|
MapPhysicalNode |
DeploymentSpec.findNodeWithStageTableName(java.lang.String stageTableName)
Deprecated.
|
MapPhysicalNode |
MapPhysicalDesign.findNodeWithStageTableName(java.lang.String stageTableName) |
MapPhysicalNode |
DeploymentSpec.findNodeWithTarget(IMapComponent logicalComponent,
MapPhysicalNode targetNode)
Deprecated.
|
MapPhysicalNode |
MapPhysicalDesign.findNodeWithTarget(IMapComponent logicalComponent,
MapPhysicalNode targetNode) |
MapPhysicalNode |
MapPhysicalColumn.findSourceNode()
Find the source node for this column.
|
MapPhysicalNode |
ExecutionUnit.getConnectedTAPTargetNode(MapPhysicalNode apNode) |
MapPhysicalNode |
MapPhysicalExpression.getCurrentExecutionNode()
Return the node where the expression will be executed.
|
MapPhysicalNode |
ExecutionUnit.getForcedContextNode() |
MapPhysicalNode |
MapPhysicalNode.getNonAPTargetNode() |
MapPhysicalNode |
MapPhysicalColumn.getOwningNode() |
MapPhysicalNode |
MapPhysicalExpression.getOwningNode()
Get the physical node that owns this expression.
|
MapPhysicalNode |
MapPhysicalNode.getParentNode()
Get the parent physical node for this physical node.
|
MapPhysicalNode |
MapPhysicalExpression.getPushedFrom() |
MapPhysicalNode |
MapPhysicalExpression.getPushToNode()
Get the physical node to which this expression has been pushed.
|
MapPhysicalNode |
MapPhysicalNode.getReferencedNode()
Get the referenced physical node, if the type of this node is REFERENCE, else null.
|
MapPhysicalNode |
MapPhysicalExpression.getSourceNode()
Get the source node that corresponds to the logical component that owns the logical expression.
|
MapPhysicalNode |
ExecutionUnit.getTargetNode()
Return the main target node for this execution unit.
|
MapPhysicalNode |
MapPhysicalNode.getTargetProjectorNode() |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionUnit.addPhysicalNode(MapPhysicalNode node)
Add a physical node to this execution unit.
|
void |
ExecutionUnit.addPhysicalNode(MapPhysicalNode node,
boolean recalculateSpec)
Add a physical node to this execution unit.
|
boolean |
ExecutionUnit.addPhysicalNode(MapPhysicalNode node,
boolean recalculateSpec,
java.util.List issues)
Add a physical node to this execution unit.
|
void |
MapPhysicalDesign.ExecutionUnitGraph.addTargetPhysNode(MapPhysicalNode node) |
void |
MapPhysicalDesign.componentIdentityHasChanged(IMapComponent comp,
MapPhysicalNode affectedNode) |
java.util.List |
MapPhysicalNode.findDownstreamPathTo(MapPhysicalNode node)
Find a node path from this node to the specified target node, traversing the physical graph.
|
MapPhysicalNode |
DeploymentSpec.findNode(java.lang.String logicalName,
MapPhysicalNode targetNode)
Deprecated.
|
MapPhysicalNode |
MapPhysicalDesign.findNode(java.lang.String logicalName,
MapPhysicalNode targetNode) |
MapPhysicalNode |
DeploymentSpec.findNodeWithTarget(IMapComponent logicalComponent,
MapPhysicalNode targetNode)
Deprecated.
|
MapPhysicalNode |
MapPhysicalDesign.findNodeWithTarget(IMapComponent logicalComponent,
MapPhysicalNode targetNode) |
java.lang.String |
DeploymentSpec.getCollTableUniquenessDigits(MapPhysicalNode node)
Deprecated.
|
java.lang.String |
MapPhysicalDesign.getCollTableUniquenessDigits(MapPhysicalNode node) |
MapPhysicalNode |
ExecutionUnit.getConnectedTAPTargetNode(MapPhysicalNode apNode) |
static MapPhysicalDesign.ExecutionUnitGraph |
MapPhysicalDesign.getExecutionUnitGraph(MapPhysicalNode targetNode) |
boolean |
ExecutionUnit.hasDependencies(MapPhysicalNode node) |
boolean |
ExecutionUnit.isAddPhysicalNodeAllowed(MapPhysicalNode node,
java.util.List issues)
Return true if the specified node can be added to this execution unit.
|
boolean |
MapPhysicalNode.isChildOf(MapPhysicalNode downstreamNode) |
boolean |
ExecutionUnit.isDependentNode(MapPhysicalNode node) |
boolean |
ExecutionUnit.isDependentOn(MapPhysicalNode node) |
RootIssue |
MapPhysicalExpression.isPushToAllowed(MapPhysicalNode node)
Return true if it is allowed to push the evaluation of the expression to the
specified physical node.
|
boolean |
MapPhysicalNode.isUpstreamFrom(MapPhysicalNode node)
Return true if the specified node is on the graph upstream from
this node, in other words it is a child or descendant node.
|
void |
MapPhysicalExpression.pushTo(MapPhysicalNode node)
Push the evaluation of the expression to the specified physical node.
|
void |
MapPhysicalNode.removeChildNode(MapPhysicalNode childNode) |
void |
MapPhysicalNode.setReferencedNode(MapPhysicalNode referencedNode) |
boolean |
ExecutionUnit.validateTree(MapPhysicalNode rootNode,
java.util.List result,
boolean debug) |
Constructor and Description |
---|
MapPhysicalColumn(MapPhysicalNode owner,
oracle.odi.domain.mapping.ContextualComponent.ContextualAttributeReference ctxAttributeRef) |
MapPhysicalColumn(MapPhysicalNode owner,
java.lang.String name) |
MapPhysicalDesign.ExecutionUnitGraph(MapPhysicalNode targetNode) |
MapPhysicalDesign.NodeConfiguration(MapPhysicalNode node) |
Modifier and Type | Method and Description |
---|---|
MapPhysicalNode |
OdiInterface.getStagingExecutionUnitAPNode()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MapPhysicalNode |
SourceSet.get12cObject()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
RootClassRegistry.initializePhysicalNodeProperties(MapPhysicalNode node) |