Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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   
oracle.jdevimpl.audit.model   
 

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 AuditAddin.TraversalAnalyzer.enter(AuditContext context, java.lang.Object construct)
           
 void AuditAddin.TraversalAnalyzer.exit(AuditContext context, java.lang.Object construct)
           
 ViolationReport DefaultAuditor.report(AuditContext context, Rule rule, Location location, java.lang.Object construct)
           
 

Uses of AuditContext in oracle.jdevimpl.audit.model
 

Methods in oracle.jdevimpl.audit.model with parameters of type AuditContext
 void UnauditableFileModelAdapter.enter(AuditContext context)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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