Extension SDK 9.0.5

Package oracle.jdeveloper.audit.service

The API classes for invoking Audit programatically, and a few Audit common API classes.

See:
          Description

Interface Summary
AuditListener A listener for Auditor events.
AuditModel A model of the results of an audit.
AuditModelFilter A filter for rows in an AuditModel.
AuditModelListener A listener for changes to an Audit model.
AuditModelSorter A sorter for rows in an AuditModel.
Iteration The body of an iteration over a set of objects.
TypeSafeEnumeration A marker interface for type-safe enumerations.
Violation A violation of an Audit rule.
 

Class Summary
Auditor The executor of an audit over a particular set of constructs using a particular profile.
AuditType An enumeration of the Audit feature types.
Localizer A supplier of localized display strings for Audit objects.
Localizer.NullResourceBundle A resource bundle which has no elements.
Log The Audit error and trace log.
Profile A set of analyzers with category, rule, and metric bean properties configured to specific values.
Profile.AuditEncoder.TypeSafeEnumerationPersistenceDelegate A persistence delegate for TypeSafeEnumeration classes.
Profile.Setter An XML encodable setter class.
TypeSafeEnumerationFactory A factory for a TypeSafeEnumeration class.
 

Exception Summary
UnexpectedExceptionError An unchecked exception to be thrown in the catch clause for a checked exception which is declared in a throws clause but is not expected to ever be thrown in practice.
 

Package oracle.jdeveloper.audit.service Description

The API classes for invoking Audit programatically, and a few Audit common API classes. The classes in the former category are for addins that wish to invoke Audit as part of their processing and are not typically relevant to implementing analyzers or models. The classes in the latter category are the following:

Localizer A supplier of localized display strings for Audit objects.
Log The Audit error and trace log. Primarily for audit internal use, but available.
TypeSafeEnumeration A marker interface for type-safe enumerations. Audit transparently supports rule and metric properties of type safe enumeration types.


Extension SDK

 

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