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

B12155-01

oracle.owb.reconcile
Interface ReconcileTarget

All Superinterfaces:
OWBNamedObject
All Known Subinterfaces:
ExternalTable, FlatFile, Function, IOFunction, Level, MapOperator, MaterializedView, Procedure, Table, Transformation, View

public interface ReconcileTarget
extends OWBNamedObject

ReconcileTarget represents the target object of the reconciliation process.


Method Summary
 boolean canMatchByPosition()
          Method canMatchByPosition.
 ClassDefinition[] getReconcileSourceTypes()
          Method getReconcileSourceTypes.
 ClassDefinition getType()
          Method getType.

 

Methods inherited from interface oracle.owb.foundation.OWBNamedObject
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName

 

Method Detail

getType

public ClassDefinition getType()
Method getType. Returns the type of the source object
Returns:
ClassDefinition

getReconcileSourceTypes

public ClassDefinition[] getReconcileSourceTypes()
Method getReconcileSourceTypes. Returns the types of the source objects the target object can reconcile with.
Returns:
ClassDefinition[]

canMatchByPosition

public boolean canMatchByPosition()
Method canMatchByPosition. Returns if the target support position attributes
Returns:
boolean

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.