Skip navigation links

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

E17060-04


Uses of Interface
oracle.odi.interfaces.interactive.ISourceSetComputer

Packages that use ISourceSetComputer
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. 

 

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

 

Constructors in oracle.odi.interfaces.interactive.support with parameters of type ISourceSetComputer
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, OdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, ISourceSetComputer pSourceSetComputer, ISourceSetCreator pSourceSetCreator, ISourceSetNameProvider pSourceSetNameProvider, IMappingPersistencePolicy pMappingPersistencePolicy)
          Constructor for this helper class, that takes an entity manager and an action listener interface instance reference.
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, OdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, ISourceSetComputer pSourceSetComputer, ISourceSetCreator pSourceSetCreator, ISourceSetNameProvider pSourceSetNameProvider, IMappingPersistencePolicy pMappingPersistencePolicy, IAutoFixManager pAutoFixManager)
          Constructor for this helper class, that allows more specialized creator and provider classes to be specified.
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, OdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, ISourceSetComputer pSourceSetComputer, ISourceSetCreator pSourceSetCreator, ISourceSetNameProvider pSourceSetNameProvider, IMappingPersistencePolicy pMappingPersistencePolicy, IAutoFixManager pAutoFixManager, IInterfaceActionListener pActionListenerForChangesAtOpenTime)
          Constructor for this helper class, that allows more specialized creator and provider classes to be specified.
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, OdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, ISourceSetComputer pSourceSetComputer, ISourceSetCreator pSourceSetCreator, ISourceSetNameProvider pSourceSetNameProvider, IMappingPersistencePolicy pMappingPersistencePolicy, IAutoFixManager pAutoFixManager, IInterfaceActionListener pActionListenerForChangesAtOpenTime, boolean pGarbagedDestroyedObject)
          A detailed constructor for this helper class, allowing for many specialized settings.

 

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

 

Classes in oracle.odi.interfaces.interactive.support.sourceset.computers that implement ISourceSetComputer
 class SourceSetComputerAbstract
          An abstract base class for source set computer classes.
 class SourceSetComputerEraser
          An implementation of the source set computer which always creates new source set objects.
 class SourceSetComputerLazy
          A lazy (dummy) implementation of the source set computer.
 class SourceSetComputerOneTable
          This sourceset computer can only handle interfaces:
- with one dataset only,
- with zero or one source datastore only,
- if it exists, the source datastore must only refer to a real table, not to an interface,
- with filters only,
It must not have joins, and the computer does not set the default LKM on the source set.
Also note that it doesn't fill the reverse actions and modifications.
It is only a test for now to reproduce pillar interfaces.
Created on 27 fevr.
 class SourceSetComputerRetainer
          An implementation of the source set computer which reuses source set objects whenever possible.

 


Skip navigation links

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

E17060-04


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