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

B12155-01

oracle.owb.compile
Interface ValidatableObject

All Known Subinterfaces:
AdvancedQueue, BusinessArea, Connector, Cube, Dimension, ExternalTable, FlatFile, FlatFileModule, Function, GatewayModule, IntelligenceModule, IOFunction, Location, Map, MaterializedView, Module, OracleModule, OWBCollection, Package, Procedure, ProcessFlow, ProcessFlowModule, ProcessFlowPackage, Project, QueryObject, Report, ReportGroup, ReportModule, SAPModule, Sequence, Table, Transformation, TransformationModule, View

public interface ValidatableObject

ValidatableObject interface represents a Validatable Object.


Method Summary
 ValidationResult[] validate()
          Invokes the validation process.

 

Method Detail

validate

public ValidationResult[] validate()
Invokes the validation process. This method will be called by all objects that implement the ValidatableObject. The relational objects like Table, View, and Sequence, and the dimensional objects like Dimension and Cube are validatable. Also, note that the Project and Schema are validatable objects. Objects that validatable are also need not imply that they are compilable.
Returns:
an array of ValidationResult.

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.