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

B12155-01

oracle.owb.reconcile
Interface ReconcileSource

All Superinterfaces:
OWBNamedObject
All Known Subinterfaces:
AdvancedQueue, Cube, Dimension, ExternalTable, FlatFile, Function, IOFunction, Level, MapOperator, MaterializedView, Procedure, Record, Sequence, Table, Transformation, View

public interface ReconcileSource
extends OWBNamedObject

ReconcileSource acts as the source of metadata for the reconcile process.


Method Summary
 ClassDefinition[] getReconcileTargetTypes()
          Method getReconcileTargetTypes.
 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

getReconcileTargetTypes

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

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.