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.IInterfaceActionListener

Packages that use IInterfaceActionListener
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.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.clauseimporters This package contains the implementations to import join and filter clauses when adding new source datastores in Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.issues.autofixmanager Contains classes which handles the auto-fixing of Oracle Data Integrator interface sub-component issues. 
oracle.odi.interfaces.interactive.support.mapping.automap This package contains the implementations for auto mapping handling when working with Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.references.breakers This package contains the implementations, when working with Oracle Data Integrator interfaces, on removing cross references during a deletion of a source datastore. 
oracle.odi.interfaces.interactive.support.sourceset.computers Contains classes which handles the computation of source sets of an Oracle Data Integrator interface. 

 

Uses of IInterfaceActionListener in oracle.odi.interfaces.interactive

 

Subinterfaces of IInterfaceActionListener in oracle.odi.interfaces.interactive
 interface ISourceSetComputer
          Computes source sets for an interface.

 

Methods in oracle.odi.interfaces.interactive with parameters of type IInterfaceActionListener
 void IAutoFixManager.autoFix(IInterfaceAction pOriginalAction, IImpacts pOriginalImpacts, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IInteractiveInterfaceHelper pInterfaceHelper)
          This method will execute automatic fixes for ODI interface objects.
 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.
 void IClauseImporter.importClauses(SourceDataStore pSourceDataStore, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          Adds filter and join conditions to the interface.
 void IInterfaceAction.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          Action that is performed on the ODI interface objects.

 

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

 

Methods in oracle.odi.interfaces.interactive.support with parameters of type IInterfaceActionListener
 void IDataStoreReferenceBreaker.breakReferences(IReference[] pReferences, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          Breaks the references pReferences.
Implementations should use actions on the pActionHelper to do any appropriate actions needed to break the references.
 void IAutoMappingComputer.performAutoMapping(DataSet pDataSet, java.lang.String pTargetColumnName, SourceDataStore pSourceDataStore, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          This method is called when a change occurs on the interface so that we can generate the mapping on the corresponding column.
It is supposed to possibly generate an automapping on the column whose name is pTargetColumnName.
This should use actions to generate mappings, and if the TargetMappings need to be created, it should use the method pActionHelper.createTargetMapping() instead of creating a new TargetMapping().

 

Constructors in oracle.odi.interfaces.interactive.support with parameters of type IInterfaceActionListener
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, OdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, IInterfaceActionListener pActionListenerForChangesAtOpenTime)
          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, 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 IInterfaceActionListener in oracle.odi.interfaces.interactive.support.actionlistener

 

Classes in oracle.odi.interfaces.interactive.support.actionlistener that implement IInterfaceActionListener
 class ActionListenerAbstract
          This is a convenience class to create a new IInterfaceActionListener by overridding only the desired methods.
 class ActionListenerComposer
          This class create a new IInterfaceActionListener by composing multiple child IInterfaceActionListener into a single listener.

 

Methods in oracle.odi.interfaces.interactive.support.actionlistener with parameters of type IInterfaceActionListener
 void ActionListenerComposer.addListener(IInterfaceActionListener pInterfaceActionListener)
          Adds a new action listener as one of the child listeners of this action listener.
 void ActionListenerComposer.removeListener(IInterfaceActionListener pInterfaceActionListener)
          Removes the specified action listener from the list of child listeners of this action listener.

 

Constructors in oracle.odi.interfaces.interactive.support.actionlistener with parameters of type IInterfaceActionListener
ActionListenerComposer(IInterfaceActionListener[] pWrappedListeners)
          Creates a new action listener with the specified list of child action listeners.

 

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

 

Methods in oracle.odi.interfaces.interactive.support.actions with parameters of type IInterfaceActionListener
 void InterfaceActionAddLookup.MyClauseImporter.importClauses(SourceDataStore pSourceDataStore, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionAddCrossJoin.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionAddDataSet.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionAddFilter.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionAddJoin.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionAddLookup.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionAddNaturalJoin.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionAddSourceDataStore.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionJournalizeSourceDataStore.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionLookupTransform.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnDataSetSetName.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnDataSetSetOperator.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnDataSetSetOrder.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnGenericClauseSetBusinessRule.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnGenericClauseSetDefaultOrder.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnGenericClauseSetEnabled.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnGenericClauseSetExecutionLocation.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnGenericClauseSetIndexType.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnGenericClauseSetOrder.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnGenericClauseSetSql.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnInterfaceSetDescription.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnInterfaceSetName.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnInterfaceSetOptimizationContext.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnJoinSetJoinProperties.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnLookupSetSelectLookup.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnSourceDataStoreSetAlias.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnSourceDataStoreSetForcedContext.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnSourceDataStoreSetOrder.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnSourceDataStoreSetPartition.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnSourceDataStoreSetSubInterfaceAsDerived.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnSourceSetSetName.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnStagingAreaSetIndicator.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnStagingAreaSetLogicalSchema.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void InterfaceActionOnTargetColumnMove.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTargetColumnSetBusinessRule.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTargetColumnSetDataType.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTargetColumnSetEnabled.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTargetColumnSetIndicator.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTargetColumnSetLength.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTargetColumnSetName.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTargetColumnSetPosition.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTargetColumnSetScale.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTargetColumnSetUD.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTargetDataStoreComputeAutoMapping.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTargetDataStoreSetForcedContext.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTargetDataStoreSetMaxErrors.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTargetDataStoreSetPartition.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTargetDataStoreSetUpdateKey.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTargetDataStoreToTemporary.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTargetMappingSetAttachedDataStore.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTargetMappingSetLocation.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTargetMappingSetSql.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTemporaryTargetDataStoreAddColumn.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTemporaryTargetDataStoreRemoveColumn.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTemporaryTargetDataStoreSetDatabaseSchema.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionOnTemporaryTargetDataStoreSetName.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionRemoveDataSet.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionRemoveGenericClause.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionRemoveSourceDataStore.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionSetKM.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionSetKMOptionValue.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionSetTargetDataStore.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void InterfaceActionSwitchDataSetOrders.performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.

 

Uses of IInterfaceActionListener in oracle.odi.interfaces.interactive.support.clauseimporters

 

Methods in oracle.odi.interfaces.interactive.support.clauseimporters with parameters of type IInterfaceActionListener
 void ClauseImporterDefault.importClauses(SourceDataStore pSourceDataStore, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only Invoked to import join and filter clauses.
 void ClauseImporterLazy.importClauses(SourceDataStore pSourceDataStore, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only Invoked to import join and filter clauses.

 

Uses of IInterfaceActionListener in oracle.odi.interfaces.interactive.support.issues.autofixmanager

 

Methods in oracle.odi.interfaces.interactive.support.issues.autofixmanager with parameters of type IInterfaceActionListener
 void AutoFixManagerComposer.autoFix(IInterfaceAction pOriginalAction, IImpacts pOriginalImpacts, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IInteractiveInterfaceHelper pInterfaceHelper)
           
 void AutoFixManagerEnableText.autoFix(IInterfaceAction pOriginalAction, IImpacts pOriginalImpacts, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IInteractiveInterfaceHelper pInterfaceHelper)
           
 void AutoFixManagerLazy.autoFix(IInterfaceAction pOriginalAction, IImpacts pOriginalImpacts, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IInteractiveInterfaceHelper pInterfaceHelper)
          Dummy implementation.
 void AutoFixManagerNewObjects.autoFix(IInterfaceAction pOriginalAction, IImpacts impacts, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IInteractiveInterfaceHelper pInterfaceHelper)
          Fixes WARNING, CRITICAL, or FATAL issues for the sub-component that has been added and also for the target columns of the target data store if the added sub-component is a source data store.

 

Uses of IInterfaceActionListener in oracle.odi.interfaces.interactive.support.mapping.automap

 

Methods in oracle.odi.interfaces.interactive.support.mapping.automap with parameters of type IInterfaceActionListener
 void AutoMappingComputerColumnName.performAutoMapping(DataSet pDataSet, java.lang.String pTargetColumnName, SourceDataStore pSourceDataStore, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void AutoMappingComputerLazy.performAutoMapping(DataSet pDataSet, java.lang.String pTargetColumnName, SourceDataStore pSourceDataStore, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           

 

Uses of IInterfaceActionListener in oracle.odi.interfaces.interactive.support.references.breakers

 

Methods in oracle.odi.interfaces.interactive.support.references.breakers with parameters of type IInterfaceActionListener
 void DataStoreReferenceBreakerClauses.breakReferences(IReference[] pReferences, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void DataStoreReferenceBreakerComposer.breakReferences(IReference[] pReferences, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void DataStoreReferenceBreakerLazy.breakReferences(IReference[] pReferences, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           
 void DataStoreReferenceBreakerTargetMapping.breakReferences(IReference[] pReferences, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
           

 

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

 

Classes in oracle.odi.interfaces.interactive.support.sourceset.computers that implement IInterfaceActionListener
 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.

 

Methods in oracle.odi.interfaces.interactive.support.sourceset.computers with parameters of type IInterfaceActionListener
 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 SourceSetComputerLazy.computeSourceSets(DataSet pDataSet, IInterfaceActionListener pActionListener, IInterfaceUndoListener pUndoListener, IActionHelper pActionHelper)
           
 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.

 


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.