Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Uses of Interface
oracle.jdeveloper.audit.analyzer.ViolationReport

Packages that use ViolationReport
oracle.jdeveloper.audit.analyzer The base classes for writing analyzers. 
oracle.jdevimpl.audit.core   

 

Uses of ViolationReport in oracle.jdeveloper.audit.analyzer

 

Methods in oracle.jdeveloper.audit.analyzer that return ViolationReport
 ViolationReport AuditContext.report(Rule rule)
          Reports an issue for the construct currently being traversed.
 ViolationReport AuditTaskContext.report(Rule rule, Location location)
          Reports a rule violation for a construct.
 ViolationReport AuditContext.report(Rule rule, Location location)
          Reports an issue for a location in the model currently being traversed (i.e., location.getModel() == context.getModel()).
 ViolationReport AuditTaskContext.report(Rule rule, ModelAdapter model, java.lang.Object construct)
          Reports a rule violation for a construct.
 ViolationReport AuditContext.report(Rule rule, ModelAdapter model, java.lang.Object construct)
          Deprecated. Violations reported on a model other than the one currently being traversed are mostly ignored; this method is effectively not supported.
 ViolationReport AuditContext.report(Rule rule, java.lang.Object construct)
          Reports an issue for a construct in the model currently being traversed This method returns a ViolationReport which allows parameters and other attributes to be added to the issue.

 

Uses of ViolationReport in oracle.jdevimpl.audit.core

 

Methods in oracle.jdevimpl.audit.core that return ViolationReport
 ViolationReport DefaultAuditor.report(AuditContext context, Rule rule, Location location, java.lang.Object construct)
           
 ViolationReport DefaultAuditContext.report(Rule rule)
           
 ViolationReport DefaultAuditTaskContext.report(Rule rule, Location location)
           
 ViolationReport DefaultAuditContext.report(Rule rule, Location location)
           
 ViolationReport DefaultAuditTaskContext.report(Rule rule, ModelAdapter model, java.lang.Object construct)
           
 ViolationReport DefaultAuditContext.report(Rule rule, ModelAdapter model, java.lang.Object construct)
           
 ViolationReport DefaultAuditContext.report(Rule rule, java.lang.Object construct)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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