Extension SDK 10.1.2


Uses of Class
oracle.jdeveloper.audit.analyzer.Rule

Packages that use Rule
oracle.jdeveloper.audit.analyzer The base classes for writing analyzers. 
oracle.jdeveloper.audit.service The API classes for invoking Audit programatically, and a few Audit common API classes. 

 

Uses of Rule in oracle.jdeveloper.audit.analyzer

 

Methods in oracle.jdeveloper.audit.analyzer that return Rule
 Rule[] Analyzer.getRules()
          Gets the rules verified by this analyzer, or null if none.

 

Methods in oracle.jdeveloper.audit.analyzer with parameters of type Rule
 ViolationReport AuditContext.report(Rule rule)
          Reports a rule violation for the current construct.
 ViolationReport AuditContext.report(Rule rule, java.lang.Object construct)
          Reports a rule violation for a construct in the current document.
 ViolationReport AuditContext.report(Rule rule, DocumentAdapter document, java.lang.Object construct)
          Reports a rule violation for a construct.
 ViolationReport AuditContext.report(Rule rule, Location location)
          Reports a rule violation for a construct.

 

Uses of Rule in oracle.jdeveloper.audit.service

 

Methods in oracle.jdeveloper.audit.service that return Rule
 Rule Violation.getRule()
          Gets the rule violated by this violation.
 Rule AuditModel.getRule(java.lang.Object object)
          Gets the rule from a violation object, or null if the object is not a violation object.

 


Extension SDK


 

Copyright © 1997, 2004, Oracle. All rights reserved.