Extension SDK 9.0.5

Package oracle.jdeveloper.audit.analyzer

The base classes for writing analyzers.

See:
          Description

Interface Summary
AuditContext The Audit traversal context.
AuditContext.Key A key identifying an attribute, created by AuditContext.key(java.lang.Object) or AuditContext.sharedKey(java.lang.Object).
Evaluator An evaluator for an attribute of an object.
ViolationReport An interface for adding properties to a reported Audit violations.
 

Class Summary
Analyzer A visitor over the Audit object models which verifies rules and/or computes metrics.
Attribute An attribute of constructs of the Audit object model.
Category A category of rules or metrics.
Column An attribute computed from the constructs of the Audit object model.
Metric An attribute computed during a traversal of the Audit object model.
Priority The user-configurable priority of a rule violation (enumeration).
Profileable An abstract base class for beans which can be configured in a profile, e.g., Category, Rule, and Metric.
Rule An Audit rule.
Severity The severity of a rule violation (enumeration).
 

Package oracle.jdeveloper.audit.analyzer Description

The base classes for writing analyzers. An analyzer is a visitor over the Audit object model which verifies rules and computes metrics. Besides the Analyzer class itself, this package provides the classes which define rules and metrics and allows them to be made configurable by the Audit framework.


Extension SDK

 

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