Skip navigation links

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

E17493-04


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

Packages that use AuditContext
oracle.ide.resourcebundle Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors. 
oracle.jdeveloper.audit.analyzer The base classes for writing analyzers. 
oracle.jdeveloper.audit.model The base classes for defining the Audit object model. 
oracle.jdevimpl.audit.core   

 

Uses of AuditContext in oracle.ide.resourcebundle

 

Methods in oracle.ide.resourcebundle with parameters of type AuditContext
 void TranslationAnalyzer.enter(AuditContext context, org.w3c.dom.Element element)
           

 

Uses of AuditContext in oracle.jdeveloper.audit.analyzer

 

Methods in oracle.jdeveloper.audit.analyzer that return AuditContext
 AuditContext AuditContext.getEnclosingContext()
          Gets the context of the enclosing construct of this context.

 

Uses of AuditContext in oracle.jdeveloper.audit.model

 

Methods in oracle.jdeveloper.audit.model with parameters of type AuditContext
 void ModelAdapter.enter(AuditContext context)
          Invoked as an auditor traversal enters this model.
 void ModelAdapter.exit(AuditContext context)
          Invoked as an auditor traversal exits this model.

 

Uses of AuditContext in oracle.jdevimpl.audit.core

 

Classes in oracle.jdevimpl.audit.core that implement AuditContext
 class DefaultAuditContext
           

 

Methods in oracle.jdevimpl.audit.core that return AuditContext
 AuditContext DefaultAuditContext.getEnclosingContext()
           

 

Methods in oracle.jdevimpl.audit.core with parameters of type AuditContext
 void CoreAnalyzer.enter(AuditContext context, UnauditableFileModelAdapter.UnauditableElement construct)
           
 ViolationReport DefaultAuditor.report(AuditContext context, Rule rule, Location location, java.lang.Object construct)
           

 


Skip navigation links

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

E17493-04


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