oracle.owb.compile
Interface CompilationResult

All Superinterfaces:
ValidationResult

public interface CompilationResult
extends ValidationResult

CompilationResult interface represents CompilationResult. The CompilationResult is generated by the compile() method of an object.


Fields inherited from interface oracle.owb.compile.ValidationResult
ERROR, SUCCESS, WARNING
 
Method Summary
 GeneratedScripts[] getGeneratedScripts()
          This method returns the scripts and other generation related information.
 
Methods inherited from interface oracle.owb.compile.ValidationResult
getAllMessages, getLastModifiedTime, getLastValidationTime, getModuleName, getProjectName, getSelectedObject, getSelectedObjectType, getStatus
 

Method Detail

getGeneratedScripts

public GeneratedScripts[] getGeneratedScripts()
This method returns the scripts and other generation related information.

Returns:
an array of GeneratedScripts