Skip navigation links

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

E52944-01


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.
Converter<T> An interface for an object which converts between values of a specified type and strings.
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.
BooleanConverter  
ByteConverter  
CharacterConverter  
DefaultProfile  
DefaultProfile.NameScanner Opens a profile file and scans until the profile name and key is found.
DefaultTransformsAction  
DoubleConverter  
Editors Audit editor utilities.
EnumConverter  
FloatConverter  
IntegerConverter  
Localizer A supplier of localized display strings for Audit objects.
LongConverter  
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.
ShortConverter  
StringConverter  
TransformAction  
TypeSafeEnumerationConverter  
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.

Skip navigation links

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

E52944-01


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