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

E13403-05

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.
AuditModelListener A listener for changes to an Audit model.
Iteration The body of an iteration over a set of objects.
Transformer An executor of transforms.
TransformerListener A listener for events occurring during a transform transaction.
TransformerQueryInterceptor A marker interface for query interceptors.
TypeSafeEnumeration A marker interface for type-safe enumerations.
Violation A violation of an Audit rule.
 

Class Summary
AuditLogger A convenience facade for the Audit Logger.
AuditModelFilter A filter for rows in an AuditModel.
Auditor The executor of an audit over a particular set of constructs using a particular profile.
DefaultProfile  
DefaultProfile.NameScanner Opens a profile file and scans until the profile name and key is found.
DefaultTransformsAction  
Editors Audit editor utilities.
Localizer A supplier of localized display strings for Audit objects.
Profile A set of analyzers with category, rule, and metric bean properties configured to specific values.
Profile.Instances  
Profile.Setter  
ProfileRepository A persistent repository of profilesByName.
ProfileTransaction A profile transaction can only be accessed from the thread in which it was created, and cannot be accessed after it is commited.
TransformAction  
TypeSafeEnumerationFactory A factory for a TypeSafeEnumeration class.
ViolationHelper A helper for packing optional violation properties--parameters, transforms, focus location, and variation--into an array.
 

Enum Summary
AuditModel.Count The count attributes maintained for each row of the model.
 

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.
oracle.jdeveloper.audit.service.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.


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

E13403-05

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