|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IInterfaceActionListener
This is the interface for responding to the result of the various actions performed on ODI interface objects.
| Method Summary | |
|---|---|
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 |
lookupAssembled(SourceDataStore pSourceDataStore, Join pJoin)Responds to the completion of the action of setting up an ODI interface source data store/join relationship (lookup). |
void |
lookupDisassembled(SourceDataStore pSourceDataStore, Join pJoin)Responds to the completion of the action of removing an ODI interface source data store/join relationship (lookup). |
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 |
targetDataStoreReplaced()Responds to the completion of the action of replacing 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. |
| Method Detail |
|---|
void objectAdded(IInterfaceSubComponent pInterfaceSubComponent)
pInterfaceSubComponent - the interface component that has been addedvoid objectRemoved(IInterfaceSubComponent pInterfaceSubComponent)
pInterfaceSubComponent - the interface component that has been removedvoid objectChanged(IInterfaceSubComponent pInterfaceSubComponent)
pInterfaceSubComponent - the interface component that has been modified
void objectRenamed(IInterfaceSubComponent pInterfaceSubComponent,
java.lang.String pOriginalName,
java.lang.String pNewName)
pInterfaceSubComponent - the interface sub-component that has been renamedpOriginalName - the original name of the interface sub-componentpNewName - the new name of the interface sub-component
void locationChanged(IExecutableTextHolder pExecutableTextHolder,
OdiInterface.ExecutionLocation pOldExecutionLocation,
OdiInterface.ExecutionLocation pNewExecutionLocation)
pExecutableTextHolder - 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
void locationChanged(SourceDataStore pSourceDataStore,
OdiPhysicalSchema pOldSchema,
OdiPhysicalSchema pNewSchema)
pSourceDataStore - 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 store
void stagingAreaMoved(OdiPhysicalSchema pOldSchema,
OdiPhysicalSchema pNewSchema)
pOldSchema - the original physical schema of the staging areapNewSchema - the new physical schema of the staging area
void targetDataStoreMoved(OdiPhysicalSchema pOldSchema,
OdiPhysicalSchema pNewSchema)
pOldSchema - the original physical schema of the target data storepNewSchema - the new physical schema of the target data storevoid targetDataStoreReplaced()
void textChanged(IExecutableTextHolder pExecutableTextHolder,
java.lang.String pOldString,
java.lang.String pNewString)
pExecutableTextHolder - the text holder of the text that was changedpOldString - the original text stringpNewString - the new text stringvoid textEnabled(IExecutableTextHolder pExecutableTextHolder)
pExecutableTextHolder - the text holder of the text that was enabled
void lookupAssembled(SourceDataStore pSourceDataStore,
Join pJoin)
pSourceDataStore - the source data store for the lookuppJoin - the join for the lookup
void lookupDisassembled(SourceDataStore pSourceDataStore,
Join pJoin)
pSourceDataStore - the source data store for the lookuppJoin - the join for the lookup
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||