Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.reconcile
Interface ReconcileActionPlan


public interface ReconcileActionPlan

ReconcileActionPlan contains the list of actions to be performed on the target in order to reconcile it with the source.


Method Summary
 ReconcileAction[] getActions()
          Method getActions.
 java.lang.String getMatchingStrategy()
          Method getMatchingStrategy.
 ReconcileStrategy getReconcileStrategy()
          Method getReconcileStrategy.
 ReconcileSource getSource()
          Method getSource.
 ReconcileTarget getTarget()
          Method getTarget.
 boolean isEmpty()
          Method isEmpty.

 

Method Detail

getSource

public ReconcileSource getSource()
Method getSource. Returns the object used as the source to compute action plan.
Returns:
ReconcileSource - the source object

getTarget

public ReconcileTarget getTarget()
Method getTarget. Returns the object used as the target to compute action plan.
Returns:
ReconcileTarget - the target object

getReconcileStrategy

public ReconcileStrategy getReconcileStrategy()
Method getReconcileStrategy. Returns the reconciliaton strategy used to compute the action plan
Returns:
ReconcileStrategy

getMatchingStrategy

public java.lang.String getMatchingStrategy()
Method getMatchingStrategy. Returns the strategy to match objects in the source and target
Returns:
String

isEmpty

public boolean isEmpty()
Method isEmpty. true, if no actions exist in the action plan.
Returns:
boolean

getActions

public ReconcileAction[] getActions()
Method getActions. Returns an array of actions in the action plan.
Returns:
ReconcileAction[]

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.