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

E17060-01

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

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

public class InterfaceActionOnTargetDataStoreSetMaxErrors
extends java.lang.Object
implements IInterfaceAction

InterfaceActionOnTargetDataStoreSetMaxErrors is an interface action class used to set the error boundaries of a mapping.

Since:
11.1.1.3.0
See Also:
InteractiveInterfaceHelperWithActions

Constructor Summary
InterfaceActionOnTargetDataStoreSetMaxErrors()
          Creates an action class instance which unsets the max errors control field on the target DataStore, when performAction is called.
InterfaceActionOnTargetDataStoreSetMaxErrors(java.lang.Integer pMaxIntegrationErrors, boolean pMaxIntegrationErrorsAsPercent)
          Creates an action class instance which sets the max errors control field on the target DataStore, when performAction is called.
 
Method Summary
 void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceActionOnTargetDataStoreSetMaxErrors

public InterfaceActionOnTargetDataStoreSetMaxErrors()
Creates an action class instance which unsets the max errors control field on the target DataStore, when performAction is called. This constructor should be called directly to create the action class instance. This instance should then be passed to InteractiveInterfaceHelperWithActions.performAction to unset max errors.


InterfaceActionOnTargetDataStoreSetMaxErrors

public InterfaceActionOnTargetDataStoreSetMaxErrors(java.lang.Integer pMaxIntegrationErrors,
                                                    boolean pMaxIntegrationErrorsAsPercent)
Creates an action class instance which sets the max errors control field on the target DataStore, when performAction is called. This constructor should be called directly to create the action class instance. This instance should then be passed to InteractiveInterfaceHelperWithActions.performAction to set the max errors field.

Parameters:
pMaxIntegrationErrors - max number of errors
pMaxIntegrationErrorsAsPercent - true if pMaxIntegrationErrors is interpreted as a percentage, else false
Method Detail

performAction

public void performAction(IInterfaceActionListener pInterfaceActionListener,
                          IInterfaceUndoListener pInterfaceUndoListener,
                          IActionHelper pActionHelper)
For internal use only.

Specified by:
performAction in interface IInterfaceAction
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.