Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

oracle.odi.interfaces.interactive.support.actions
Class InterfaceActionOnSourceDataStoreSetPartition

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnSourceDataStoreAbstract
      extended by oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnSourceDataStoreSetPartition
All Implemented Interfaces:
IInterfaceAction

public class InterfaceActionOnSourceDataStoreSetPartition
extends InterfaceActionOnSourceDataStoreAbstract

InterfaceActionOnSourceDataStoreSetPartition is an action class used to set the partition used for the SourceDataStore. An OdiPartition instance must first be created and passed to the constructor for this class.

Since:
11.1.1.3.0
See Also:
InteractiveInterfaceHelperWithActions

Constructor Summary
InterfaceActionOnSourceDataStoreSetPartition(SourceDataStore pSourceDataStore, OdiPartition pPartition)
          The constructor for the action.
 
Method Summary
 void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          Action that is performed on the ODI interface objects.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceActionOnSourceDataStoreSetPartition

public InterfaceActionOnSourceDataStoreSetPartition(SourceDataStore pSourceDataStore,
                                                    OdiPartition pPartition)
The constructor for the action.

Parameters:
pSourceDataStore - The source data store for which the partition will be set.
pPartition - The OdiPartition instance used to specify the partition for the source.
Method Detail

performAction

public void performAction(IInterfaceActionListener pInterfaceActionListener,
                          IInterfaceUndoListener pInterfaceUndoListener,
                          IActionHelper pActionHelper)
Description copied from interface: IInterfaceAction
Action that is performed on the ODI interface objects.

Parameters:
pInterfaceActionListener - the interface action listener instance
pInterfaceUndoListener - the interface undo listener instance
pActionHelper - the action helper instance

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.