|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IInterfaceAction | |
|---|---|
| oracle.odi.interfaces.interactive | Provides interfaces for interactive handling of Oracle Data Integrator interfaces. |
| oracle.odi.interfaces.interactive.exceptions | This package contains the exception classes thrown during interactive handling of interface objects in Oracle Data Integrator. |
| 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.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.issues.autofixmanager | Contains classes which handles the auto-fixing of Oracle Data Integrator interface sub-component issues. |
| Uses of IInterfaceAction in oracle.odi.interfaces.interactive |
|---|
| Methods in oracle.odi.interfaces.interactive that return IInterfaceAction | |
|---|---|
IInterfaceAction[] |
IIssueFix.getActions()Returns the list of actions that will be performed by this fix. |
| Methods in oracle.odi.interfaces.interactive that return types with arguments of type IInterfaceAction | |
|---|---|
java.util.List<IInterfaceAction> |
IImpacts.getReverseActions()All reverse actions to undo the actions that caused these impacts. These action should be in the correct order, starting at 0 till the end of the list. |
java.util.List<IInterfaceAction> |
IInterfaceUndoListener.getReverseActions()Gets the list of "undo" actions. |
| Methods in oracle.odi.interfaces.interactive with parameters of type IInterfaceAction | |
|---|---|
void |
IInterfaceUndoListener.addReverseAction(IInterfaceAction pInterfaceAction)Adds an "undo" action for a particular action performed on an ODI interface object. |
void |
IAutoFixManager.autoFix(IInterfaceAction pOriginalAction, IImpacts pOriginalImpacts, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IInteractiveInterfaceHelper pInterfaceHelper)This method will execute automatic fixes for ODI interface objects. |
IImpacts |
IInteractiveInterfaceHelperWithActions.performAction(IInterfaceAction pAction)Performs the specified action, using the default autofix manager that was provided when creating this InteractiveInterfaceHelperWithActions. |
IImpacts |
IInteractiveInterfaceHelperWithActions.performAction(IInterfaceAction pAction, IAutoFixManager pAutoFixManager)Performs the specified action, and uses the specified auto fix manager to do automatic fixing of interface issues. |
| Uses of IInterfaceAction in oracle.odi.interfaces.interactive.exceptions |
|---|
| Constructors in oracle.odi.interfaces.interactive.exceptions with parameters of type IInterfaceAction | |
|---|---|
UnknownActionException(IInterfaceAction pAction)Constructs a new UnknownActionException. |
|
| Uses of IInterfaceAction in oracle.odi.interfaces.interactive.support |
|---|
| Methods in oracle.odi.interfaces.interactive.support that return types with arguments of type IInterfaceAction | |
|---|---|
java.util.List<IInterfaceAction> |
Impacts.getReverseActions()All reverse actions to undo the actions that caused these impacts. These action should be in the correct order, starting at 0 till the end of the list. |
| Methods in oracle.odi.interfaces.interactive.support with parameters of type IInterfaceAction | |
|---|---|
IImpacts |
InteractiveInterfaceHelperWithActions.performAction(IInterfaceAction pAction)Performs the specified action, using the default autofix manager that was provided when creating this InteractiveInterfaceHelperWithActions. |
IImpacts |
InteractiveInterfaceHelperWithActions.performAction(IInterfaceAction pAction, IAutoFixManager pAutoFixManager)Performs the specified action, and uses the specified auto fix manager to do automatic fixing of interface issues. |
| Constructor parameters in oracle.odi.interfaces.interactive.support with type arguments of type IInterfaceAction | |
|---|---|
Impacts(java.util.List<InterfaceObjectModification> pModifications, java.util.List<IInterfaceAction> pReverseActions)Creates impacts with these modifications and reverse actions. |
|
| Uses of IInterfaceAction in oracle.odi.interfaces.interactive.support.actions |
|---|
| Classes in oracle.odi.interfaces.interactive.support.actions that implement IInterfaceAction | |
|---|---|
class |
InterfaceActionAddCrossJoinInterfaceActionAddCrossJoin is an interface action class used to create create a join between two sources in an ODI interface data set. |
class |
InterfaceActionAddDataSetInterfaceActionAddDataSet is an interface action class used to add a DataSet object to an ODI interface data. |
class |
InterfaceActionAddFilterInterfaceActionAddFilter is an interface action class used to create create a filter on a data source in an ODI interface data set. |
class |
InterfaceActionAddJoinInterfaceActionAddJoin is an interface action class used to create a join between two or more sources in an ODI interface data set. |
class |
InterfaceActionAddLookupInterfaceActionAddLookup is an interface action class used to create lookup of a data source in an interface data set. |
class |
InterfaceActionAddNaturalJoinInterfaceActionAddNaturalJoin is an interface action class used to create create a natural join between two or more sources in an ODI interface data set. |
class |
InterfaceActionAddSourceDataStoreInterfaceActionAddSourceDataStore is an interface action class used to add a source DataStore object to an ODI interface DataSet. |
class |
InterfaceActionJournalizeSourceDataStoreInterfaceActionAddJournalizeDataStore is an interface action class used to add or remove journalizing capability an ODI interface SourceDataStore. |
class |
InterfaceActionLookupTransformThis action transforms a source datastore with a join into a lookup and vice-versa. In the end, the source datastore and the join will be a single lookup. Created on 25 mars 08 |
class |
InterfaceActionOnDataSetSetNameInterfaceActionOnDataSetSetName is an interface action class used to set the name of a DataSet. |
class |
InterfaceActionOnDataSetSetOperatorInterfaceActionOnDataSetSetOperator is an interface action class used to set the operator of a DataSet. |
class |
InterfaceActionOnDataSetSetOrderInterfaceActionOnDataSetSetOrder is an interface action class used to set the order of a DataSet. |
class |
InterfaceActionOnExecutableSetSqlAbstractInterfaceActionOnExecutableSetSqlAbstract is an abstract base class for all action classes that set SQL expressions. |
class |
InterfaceActionOnGenericClauseAbstractInterfaceActionOnExecutableSetSqlAbstract is an abstract base class for all action classes that modify a generic SQL clause. |
class |
InterfaceActionOnGenericClauseSetBusinessRuleInterfaceActionOnGenericClauseSetBusinessRule is an interface action class used to set a business rule on a generic clause. |
class |
InterfaceActionOnGenericClauseSetDefaultOrderSets a default order on the clause. |
class |
InterfaceActionOnGenericClauseSetEnabledInterfaceActionOnGenericClauseSetEnabled is an interface action class used to set the enabled flag a generic clause. |
class |
InterfaceActionOnGenericClauseSetExecutionLocationInterfaceActionOnGenericClauseSetBusinessRule is an interface action class used to set a execution location for a generic clause. |
class |
InterfaceActionOnGenericClauseSetIndexTypeInterfaceActionOnGenericClauseSetIndexType is an interface action class used to set the index type for a generic clause. |
class |
InterfaceActionOnGenericClauseSetOrderInterfaceActionOnGenericClauseSetOrder is an interface action class used to set the processing order for a generic clause. |
class |
InterfaceActionOnGenericClauseSetSqlInterfaceActionOnGenericClauseSetSql is an interface action class used to set the actual SQL expression text for a generic clause. |
class |
InterfaceActionOnInterfaceSetDescriptionInterfaceActionOnInterfaceSetDescription is an interface action class used to set the description text for the interface. |
class |
InterfaceActionOnInterfaceSetNameInterfaceActionOnInterfaceSetName is an interface action class used to set the name of the interface. |
class |
InterfaceActionOnInterfaceSetOptimizationContextInterfaceActionOnInterfaceSetOptimizationContext is an interface action class used to set the optimization context for the interface. |
class |
InterfaceActionOnJoinSetJoinPropertiesInterfaceActionOnJoinSetJoinProperties is an interface action class used to set the properties for a join object. |
class |
InterfaceActionOnLookupSetSelectLookupInterfaceActionOnLookupSetSelectLookup is an interface action class used to set the lookup select type for a lookup object. |
class |
InterfaceActionOnSourceDataStoreAbstractInterfaceActionOnSourceDataStoreAbstract is an abstract base class for all action classes that modify a source data store. |
class |
InterfaceActionOnSourceDataStoreSetAliasInterfaceActionOnSourceDataStoreSetAlias is an action class used to set the default alias for a source SourceDataStore object in an ODI interface. |
class |
InterfaceActionOnSourceDataStoreSetForcedContextInterfaceActionOnSourceDataStoreSetForcedContext is an action class used to set the forced context for a source SourceDataStore object in an ODI interface. |
class |
InterfaceActionOnSourceDataStoreSetOrderInterfaceActionOnSourceDataStoreSetOrder is an action class used to set the order value for a SourceDataStore. |
class |
InterfaceActionOnSourceDataStoreSetPartitionInterfaceActionOnSourceDataStoreSetPartition is an action class used to set the partition used for the SourceDataStore. |
class |
InterfaceActionOnSourceDataStoreSetSubInterfaceAsDerivedInterfaceActionOnSourceDataStoreSetSubInterfaceAsDerived is an action class used to set a SourceDataStore in the interface as a derived sub-select. |
class |
InterfaceActionOnSourceSetSetNameInterfaceActionOnSourceSetSetNameLookupSourceDataStoreSetSubInterfaceAsDerived is an action class used to set the name of a SourceSet. |
class |
InterfaceActionOnStagingAreaSetIndicatorInterfaceActionOnStagingAreaSetIndicator is an action class used to set one of four possible special indicators for the staging area of an ODI interface. |
class |
InterfaceActionOnStagingAreaSetLogicalSchemaInterfaceActionOnStagingAreaSetLogicalSchema is an action class used to set the logical schema that will be used for the staging area. |
class |
InterfaceActionOnTargetColumnAn abstract base class for action classes that modify a target column. |
class |
InterfaceActionOnTargetColumnMoveInterfaceActionOnTargetColumnMove is an action class used to move a column in the column list. |
class |
InterfaceActionOnTargetColumnSetBusinessRuleInterfaceActionOnTargetColumnSetBusinessRule is an interface action class used to assign a business rule for a column. |
class |
InterfaceActionOnTargetColumnSetDataTypeInterfaceActionOnTargetColumnSetDataType is an interface action class used to assign a data type for a column. |
class |
InterfaceActionOnTargetColumnSetEnabledInterfaceActionOnTargetColumnSetEnabled is an interface action class used to set an indicator flag for a column to specify whether it is enabled for mapping. |
class |
InterfaceActionOnTargetColumnSetIndicatorInterfaceActionOnTargetColumnSetIndicator is an interface action class used to set an indicator flag for a column. |
class |
InterfaceActionOnTargetColumnSetLengthInterfaceActionOnTargetColumnSetLength is an interface action class used to set the length for a column. |
class |
InterfaceActionOnTargetColumnSetNameInterfaceActionOnTargetColumnSetName is an interface action class used to set the name for a column. |
class |
InterfaceActionOnTargetColumnSetPositionInterfaceActionOnTargetColumnSetPosition is an action class used to set the position of a column. |
class |
InterfaceActionOnTargetColumnSetScaleInterfaceActionOnTargetColumnSetScale is an interface action class used to set the scale for a numeric column. |
class |
InterfaceActionOnTargetColumnSetUDInterfaceActionOnTargetColumnSetUD is an interface action class used to set User Defined (UD) properties UD1 to UD10 for a column. |
class |
InterfaceActionOnTargetDataStoreComputeAutoMappingInterfaceActionOnTargetDataStoreComputeAutoMapping is an interface action class used to set automapping on all columns of a target datastore. |
class |
InterfaceActionOnTargetDataStoreSetForcedContextInterfaceActionOnTargetDataStoreSetForcedContext is an action class that can be used to set the forced context for a target data store. |
class |
InterfaceActionOnTargetDataStoreSetMaxErrorsInterfaceActionOnTargetDataStoreSetMaxErrors is an interface action class used to set the error boundaries of a mapping. |
class |
InterfaceActionOnTargetDataStoreSetPartitionInterfaceActionOnTargetDataStoreSetPartition is an interface action class used to set the partition for a target data store. |
class |
InterfaceActionOnTargetDataStoreSetUpdateKeyInterfaceActionOnTargetDataStoreSetUpdateKey is an interface action class used to set the update key for a target data store. |
class |
InterfaceActionOnTargetDataStoreToTemporaryInterfaceActionOnTargetDataStoreToTemporary is an interface action class used to change a target data store to a temporary data store. |
class |
InterfaceActionOnTargetMappingAbstractBase target mapping action class for maintaining column name and data set. |
class |
InterfaceActionOnTargetMappingSetAttachedDataStoreInterfaceActionOnTargetMappingSetAttachedDataStore is an interface action class used to set an attached data store on a target mapping. |
class |
InterfaceActionOnTargetMappingSetLocationInterfaceActionOnTargetMappingSetLocation is an interface action class used to set the location on a target mapping. |
class |
InterfaceActionOnTargetMappingSetSqlInterfaceActionOnTargetMappingSetSql is an interface action class used to set the SQL expression for a target mapping. |
class |
InterfaceActionOnTemporaryTargetDataStoreAddColumnInterfaceActionOnTemporaryTargetDataStoreAddColumn is an interface action class used to add a column. |
class |
InterfaceActionOnTemporaryTargetDataStoreRemoveColumnInterfaceActionOnTemporaryTargetDataStoreRemoveColumn is an interface action class used to remove a column from a temporary target data store. |
class |
InterfaceActionOnTemporaryTargetDataStoreSetDatabaseSchemaInterfaceActionOnTemporaryTargetDataStoreSetDatabaseSchema is an interface action class used to set the database schema for a temporary target data store. |
class |
InterfaceActionOnTemporaryTargetDataStoreSetNameInterfaceActionOnTemporaryTargetDataStoreSetName is an interface action class used to set the name of a temporary target data store. |
class |
InterfaceActionRemoveDataSetInterfaceActionRemoveDataSet is an interface action class used to remove a data set from the interface. |
class |
InterfaceActionRemoveGenericClauseInterfaceActionRemoveGenericClause is an interface action class used to remove a generic join or filter clause. |
class |
InterfaceActionRemoveSourceDataStoreInterfaceActionRemoveSourceDataStore is an interface action class used to remove a source data store. |
class |
InterfaceActionSetKMInterfaceActionSetKM is an interface action class used to set a knowledge module (KM). |
class |
InterfaceActionSetKMOptionValueInterfaceActionSetKMOptionValue is an interface action class used to set a knowledge module (KM) option. |
class |
InterfaceActionSetTargetDataStoreInterfaceActionSetTargetDataStore is an interface action class used to set a target data store. |
class |
InterfaceActionSwitchDataSetOrdersInterfaceActionSwitchDataSetOrders is an interface action class used to switch the ordering of two data sets. |
| Uses of IInterfaceAction in oracle.odi.interfaces.interactive.support.issues.autofixmanager |
|---|
| Methods in oracle.odi.interfaces.interactive.support.issues.autofixmanager with parameters of type IInterfaceAction | |
|---|---|
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. |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||