Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Uses of Class
oracle.odi.domain.project.interfaces.Join

Packages that use Join
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.actionlistener This package contains the implementations for creating action listeners when working with InteractiveInterfaceHelperWithActions
oracle.odi.interfaces.interactive.support.actions This package contains the Oracle Data Integrator interface action implementation classes Classes in this package allow modification to the ODI interface object, when used in conjunction with the oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions helper class. 
oracle.odi.interfaces.interactive.support.references.managers This package contains the implementations to retrieve different set of cross references associated with a text holder in an Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.sourceset.computers Contains classes which handles the computation of source sets of an Oracle Data Integrator interface. 
 

Uses of Join in oracle.odi.domain.project.interfaces
 

Methods in oracle.odi.domain.project.interfaces that return types with arguments of type Join
 java.util.Collection<Join> SourceSet.getClauses()
          Deprecated. Use SourceSet.getJoins() instead
 java.util.Collection<Join> DataSet.getJoins()
          Returns the list of joins contained in this dataset.
 java.util.Collection<Join> SourceSet.getJoins()
          Returns a collection of Join in this source set.
 

Methods in oracle.odi.domain.project.interfaces with parameters of type Join
 void SourceSet.addClause(Join pJoin)
          Adds a Join to this source set.
 void DataSet.addJoin(Join pJoin)
          Internal use only Adds the given join to this dataset.
 void SourceSet.removeClause(Join pJoin)
          Deprecated. use removeJoin() instead
 void DataSet.removeJoin(Join pJoin)
          Internal use only Removes a join from this dataset.
 void SourceSet.removeJoin(Join pJoin)
          Removes a Join from this source set.
 

Uses of Join in oracle.odi.interfaces.interactive
 

Methods in oracle.odi.interfaces.interactive with parameters of type Join
 void IInterfaceActionListener.lookupAssembled(SourceDataStore pSourceDataStore, Join pJoin)
          Responds to the completion of the action of setting up an ODI interface source data store/join relationship (lookup).
 void IInterfaceActionListener.lookupDisassembled(SourceDataStore pSourceDataStore, Join pJoin)
          Responds to the completion of the action of removing an ODI interface source data store/join relationship (lookup).
 

Uses of Join in oracle.odi.interfaces.interactive.support.actionlistener
 

Methods in oracle.odi.interfaces.interactive.support.actionlistener with parameters of type Join
 void ActionListenerAbstract.lookupAssembled(SourceDataStore pSourceDataStore, Join pJoin)
           
 void ActionListenerComposer.lookupAssembled(SourceDataStore pSourceDataStore, Join pJoin)
           
 void ActionListenerAbstract.lookupDisassembled(SourceDataStore pSourceDataStore, Join pJoin)
           
 void ActionListenerComposer.lookupDisassembled(SourceDataStore pSourceDataStore, Join pJoin)
           
 

Uses of Join in oracle.odi.interfaces.interactive.support.actions
 

Constructors in oracle.odi.interfaces.interactive.support.actions with parameters of type Join
InterfaceActionLookupTransform(SourceDataStore pSourceDataStore, Join pJoin, boolean pCreateLookup)
          Constructor for the join-to-lookup transform action class.
InterfaceActionLookupTransform(SourceDataStore pSourceDataStore, Join pJoin, boolean pCreateLookup, boolean pSelectLookup)
          Constructor for the join-to-lookup transform action class.
InterfaceActionOnJoinSetJoinProperties(Join pJoin, boolean pCross, boolean pOrdered)
          Deprecated. use InterfaceActionOnJoinSetJoinProperties(pJoin, pCross, pNatural, pOrdered) instead
InterfaceActionOnJoinSetJoinProperties(Join pJoin, boolean pOrdered, boolean pOuter1, boolean pOuter2)
          change outer properties on join Note than if you use this action on a cross join, it will become non cross.
InterfaceActionOnJoinSetJoinProperties(Join pJoin, InterfaceActionOnJoinSetJoinProperties.JoinType pType, boolean pOrdered)
          Constructor for the action class.
InterfaceActionOnJoinSetJoinType(Join pJoin, boolean pOuter1, boolean pOuter2)
          Deprecated.  
InterfaceActionOnJoinSetJoinType(Join pJoin, oracle.odi.domain.project.interfaces.Join.JoinType pJoinType)
          Deprecated.  
InterfaceActionOnJoinSetJoinType(Join pJoin, oracle.odi.domain.project.interfaces.Join.JoinType pJoinType, boolean pOuter1, boolean pOuter2)
          Deprecated. JoinTtype must be ORDERED_JOIN, instead of this one use InterfaceActionOnJoinSetJoinType(Join pJoin, boolean pOuter1, boolean pOuter2)
 

Uses of Join in oracle.odi.interfaces.interactive.support.references.managers
 

Methods in oracle.odi.interfaces.interactive.support.references.managers with parameters of type Join
 void ReferenceManagerLookups.lookupAssembled(SourceDataStore pSourceDataStore, Join pJoin)
          This method is called when a lookup is being created from a SourceDataStore and Join in the interface.
 void ReferenceManagerLookups.lookupDisassembled(SourceDataStore pSourceDataStore, Join pJoin)
          This method is called when a lookup is being broken back into its original SourceDataStore and Join.
 

Uses of Join in oracle.odi.interfaces.interactive.support.sourceset.computers
 

Methods in oracle.odi.interfaces.interactive.support.sourceset.computers with parameters of type Join
 void SourceSetComputerAbstract.lookupAssembled(SourceDataStore pSourceDataStore, Join pJoin)
          Empty implementation.
 void SourceSetComputerAbstract.lookupDisassembled(SourceDataStore pSourceDataStore, Join pJoin)
          Empty implementation.
 


Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.