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.
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
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[]