Skip navigation links

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

E17060-02


Uses of Class
oracle.odi.interfaces.interactive.support.sourceset.creators.InexistentMappingException

Packages that use InexistentMappingException
oracle.odi.interfaces.data This package contains the Oracle Data Integrator interface data and expression checking utility interface. 
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.sourceset.computers Contains classes which handles the computation of source sets of an Oracle Data Integrator interface. 
oracle.odi.interfaces.interactive.support.sourceset.creators Contains classes which handles the Oracle Data Integrator interface source set creation. 

 

Uses of InexistentMappingException in oracle.odi.interfaces.data

 

Methods in oracle.odi.interfaces.data that throw InexistentMappingException
 DataAccessInfo IOdiInterfaceDataAccessHelper.createDataAccessInfo(OdiInstance pOdiInstance, IInterfaceSubComponent[] pInterfaceSubComponents, IJMSCallBack pJMSCallBack, boolean pCheckValidityOnly, boolean pCountLines)
          Creates a DataAccessInfo to retrieve a request and a connection to the data of the elements that are sent in pInterfaceSubComponents.

 

Uses of InexistentMappingException in oracle.odi.interfaces.interactive

 

Methods in oracle.odi.interfaces.interactive that throw InexistentMappingException
 IImpacts IInteractiveInterfaceHelper.computeSourceSets()
          Recomputes the SourceSet objects for the associated interface.
Should be called at some point after source data stores are added to or removed from the interface, or some mappings/joins/filters have been added or had their locations changed, to create the correct source sets.
Typically called before setting the KMs for the interface source set, or before calling preparePersist.
The current source set computer (which can be passed to the constructor for this helper instance) will be used to compute the source sets.
To know whether you should call this method, use IInteractiveInterfaceHelper.areSourceSetsDirty().
 void ISourceSetComputer.computeSourceSets(DataSet pDataSet, IInterfaceActionListener pActionListener, IInterfaceUndoListener pUndoListener, IActionHelper pActionHelper)
          Computes the new source sets in the interface and updates them directly in the interface.
 IExecutionArea IActionHelper.getExecutionArea(IInterfaceSubComponent pInterfaceSubComponent)
          Returns the IExecutionArea interface instance that represents the location where the specified interface sub-component will be executed.
This is mainly for internal use.
 java.util.Collection<IExecutionArea> IActionHelper.getExecutionAreas(DataSet pDataSet)
          Returns a collection of IExecutionArea instances that represent the locations where all interface sub-components belonging to the specified data set are located.

 

Uses of InexistentMappingException in oracle.odi.interfaces.interactive.support

 

Methods in oracle.odi.interfaces.interactive.support that throw InexistentMappingException
 IImpacts InteractiveInterfaceHelperWithActions.computeSourceSets()
          Recomputes the SourceSet objects for the associated interface.
Should be called at some point after source data stores are added to or removed from the interface, or some mappings/joins/filters have been added or had their locations changed, to create the correct source sets.
Typically called before setting the KMs for the interface source set, or before calling preparePersist.
The current source set computer (which can be passed to the constructor for this helper instance) will be used to compute the source sets.
To know whether you should call this method, use InteractiveInterfaceHelperWithActions.areSourceSetsDirty().
 SourceSet ISourceSetCreator.createSourceSetFor(SourceDataStore[] pSourceDataStores, ISourceSetNameProvider pSourceSetNameProvider)
          Creates a SourceSet for the corresponding source datastores.
 IExecutionArea InteractiveInterfaceHelperWithActions.getExecutionArea(IInterfaceSubComponent pInterfaceSubComponent)
          Returns the IExecutionArea interface instance that represents the location where the specified interface sub-component will be executed.
This is mainly for internal use.
 java.util.Collection<IExecutionArea> InteractiveInterfaceHelperWithActions.getExecutionAreas(DataSet pDataSet)
          Returns a collection of IExecutionArea instances that represent the locations where all interface sub-components belonging to the specified data set are located.
static OdiPhysicalSchema InteractiveInterfaceHelperWithActions.getPhysicalSchema(OdiLogicalSchema pLogicalSchema, OdiContext pContext)
          A static convenience method to return the associated physical schema for the specified logical schema, in the specified context.
static OdiPhysicalSchema InteractiveInterfaceHelperWithActions.getSourceDataStorePhysicalSchema(SourceDataStore pSourceDataStore)
          A static convenience method to retrieve the physical schema associated with the specified source data store.
static OdiPhysicalSchema InteractiveInterfaceHelperWithActions.getStagingAreaPhysicalSchema(OdiInterface pInterface)
          A static convenience method to get the staging area physical schema for the specified interface.
static OdiPhysicalSchema InteractiveInterfaceHelperWithActions.getTargetDataStorePhysicalSchema(OdiInterface pInterface)
          A static convenience method to get the target datastore's physical schema for the specified interface.

 

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

 

Methods in oracle.odi.interfaces.interactive.support.sourceset.computers that throw InexistentMappingException
 void SourceSetComputerEraser.computeSourceSets(DataSet pDataSet, IInterfaceActionListener pActionListener, IInterfaceUndoListener pUndoListener, IActionHelper pActionHelper)
          Computes the source sets in the interface, creates new source set objects, and updates them directly in the interface.
 void SourceSetComputerOneTable.computeSourceSets(DataSet pDataSet, IInterfaceActionListener pActionListener, IInterfaceUndoListener pUndoListener, IActionHelper pActionHelper)
          Computes the source sets in the interface, creates new source set objects, and updates them directly in the interface.
 void SourceSetComputerRetainer.computeSourceSets(DataSet pDataSet, IInterfaceActionListener pActionListener, IInterfaceUndoListener pUndoListener, IActionHelper pActionHelper)
          Computes the source sets in the interface, reuses existing source set objects when possible and updates the KM or creates new source set objects, and updates them directly in the interface.

 

Uses of InexistentMappingException in oracle.odi.interfaces.interactive.support.sourceset.creators

 

Methods in oracle.odi.interfaces.interactive.support.sourceset.creators that throw InexistentMappingException
 SourceSet SourceSetCreatorNew.createSourceSetFor(SourceDataStore[] pSourceDataStores, ISourceSetNameProvider pSourceSetNameProvider)
           

 


Skip navigation links

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

E17060-02


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