Package | Description |
---|---|
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.
|
Constructor and Description |
---|
InteractiveInterfaceHelperWithActions(OdiInterface pInterface,
OdiInstance pOdiInstance,
IOdiEntityManager pOdiEntityManager,
ISourceSetComputer pSourceSetComputer,
ISourceSetCreator pSourceSetCreator,
ISourceSetNameProvider pSourceSetNameProvider,
IMappingPersistencePolicy pMappingPersistencePolicy)
Deprecated.
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)
Deprecated.
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)
Deprecated.
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)
Deprecated.
A detailed constructor for this helper class, allowing for many specialized settings.
|
Modifier and Type | Class and Description |
---|---|
class |
SourceSetComputerAbstract
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release.
An abstract base class for source set computer classes.
|
class |
SourceSetComputerEraser
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release.
An implementation of the source set computer which always creates new source set objects.
|
class |
SourceSetComputerLazy
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release.
A lazy (dummy) implementation of the source set computer.
|
class |
SourceSetComputerOneTable
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release.
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. 08 |
class |
SourceSetComputerRetainer
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release.
An implementation of the source set computer which reuses source set objects whenever possible.
|