|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerAbstract
oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerLazy
public class SourceSetComputerLazy
A lazy (dummy) implementation of the source set computer.
| Constructor Summary | |
|---|---|
SourceSetComputerLazy(OdiInterface pOdiInterface)Creates a new instance of this source set computer for an ODI interface. |
|
| Method Summary | |
|---|---|
void |
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 |
locationChanged(IExecutableTextHolder pExecutableTextHolder, OdiInterface.ExecutionLocation pOldExecutionLocation, OdiInterface.ExecutionLocation pNewExecutionLocation)Responds to the completion of the action of changing the location of an ODI interface child object. |
void |
locationChanged(SourceDataStore pSourceDataStore, OdiPhysicalSchema pOldSchema, OdiPhysicalSchema pNewSchema)Responds to the completion of the action of changing the physical schema of an ODI interface source data store. |
void |
objectAdded(IInterfaceSubComponent pInterfaceSubComponent)Responds to the completion of the action of adding an ODI interface child object. |
void |
objectChanged(IInterfaceSubComponent pInterfaceSubComponent)Responds to the completion of the action of modifying an ODI interface child object. |
void |
objectRemoved(IInterfaceSubComponent pInterfaceSubComponent)Responds to the completion of the action of removing an ODI interface child object. |
void |
objectRenamed(IInterfaceSubComponent pInterfaceSubComponent, java.lang.String pOriginalName, java.lang.String pNewName)Responds to the completion of the action of renaming an ODI interface child object. |
void |
stagingAreaMoved(OdiPhysicalSchema pOldSchema, OdiPhysicalSchema pNewSchema)Responds to the completion of the action of changing the physical schema of an ODI interface staging area. |
void |
targetDataStoreMoved(OdiPhysicalSchema pOldSchema, OdiPhysicalSchema pNewSchema)Responds to the completion of the action of changing the physical schema of an ODI interface target data store. |
void |
textChanged(IExecutableTextHolder pExecutableTextHolder, java.lang.String pOldString, java.lang.String pNewString)Responds to the completion of the action of changing the text of an ODI interface child object. |
void |
textEnabled(IExecutableTextHolder pExecutableTextHolder)Responds to the completion of the action of enabling the text of an ODI interface child object. |
| Methods inherited from class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerAbstract |
|---|
addSourceSetListener, areSourceSetsDirty, lookupAssembled, lookupDisassembled, removeSourceSetListener, targetDataStoreReplaced |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SourceSetComputerLazy(OdiInterface pOdiInterface)
pOdiInterface - the interface object which this source set computer is for| Method Detail |
|---|
public void computeSourceSets(DataSet pDataSet,
IInterfaceActionListener pActionListener,
IInterfaceUndoListener pUndoListener,
IActionHelper pActionHelper)
ISourceSetComputerpDataSet - the data set for which the source sets must be computed againpActionListener - the action listenerpUndoListener - the undo listenerpActionHelper - the action helper
public void locationChanged(IExecutableTextHolder pExecutableTextHolder,
OdiInterface.ExecutionLocation pOldExecutionLocation,
OdiInterface.ExecutionLocation pNewExecutionLocation)
IInterfaceActionListenerpExecutableTextHolder - the executable text holder of the interface component whose location has changedpOldExecutionLocation - the original location of the interface componentpNewExecutionLocation - the new location of the interface component
public void locationChanged(SourceDataStore pSourceDataStore,
OdiPhysicalSchema pOldSchema,
OdiPhysicalSchema pNewSchema)
IInterfaceActionListenerpSourceDataStore - the source data store whose physical schema has changedpOldSchema - the original physical schema of the source data storepNewSchema - the new physical schema of the source data storepublic void objectAdded(IInterfaceSubComponent pInterfaceSubComponent)
IInterfaceActionListenerpInterfaceSubComponent - the interface component that has been addedpublic void objectChanged(IInterfaceSubComponent pInterfaceSubComponent)
IInterfaceActionListenerpInterfaceSubComponent - the interface component that has been modifiedpublic void objectRemoved(IInterfaceSubComponent pInterfaceSubComponent)
IInterfaceActionListenerpInterfaceSubComponent - the interface component that has been removed
public void objectRenamed(IInterfaceSubComponent pInterfaceSubComponent,
java.lang.String pOriginalName,
java.lang.String pNewName)
IInterfaceActionListenerpInterfaceSubComponent - the interface sub-component that has been renamedpOriginalName - the original name of the interface sub-componentpNewName - the new name of the interface sub-component
public void stagingAreaMoved(OdiPhysicalSchema pOldSchema,
OdiPhysicalSchema pNewSchema)
IInterfaceActionListenerpOldSchema - the original physical schema of the staging areapNewSchema - the new physical schema of the staging area
public void targetDataStoreMoved(OdiPhysicalSchema pOldSchema,
OdiPhysicalSchema pNewSchema)
IInterfaceActionListenerpOldSchema - the original physical schema of the target data storepNewSchema - the new physical schema of the target data store
public void textChanged(IExecutableTextHolder pExecutableTextHolder,
java.lang.String pOldString,
java.lang.String pNewString)
IInterfaceActionListenerpExecutableTextHolder - the text holder of the text that was changedpOldString - the original text stringpNewString - the new text stringpublic void textEnabled(IExecutableTextHolder pExecutableTextHolder)
IInterfaceActionListenerpExecutableTextHolder - the text holder of the text that was enabled
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||