Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-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.
Iteration The body of an iteration over a set of objects.
ProfileTransaction A profile transaction can only be accessed from the thread in which it was created, and cannot be accessed after it is committed.
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  
Converter An interface for an object which converts between String and value of a specific type.
DefaultTransformsAction  
DoubleConverter  
EnumConverter  
FloatConverter  
IntegerConverter  
LongConverter  
PatternConverter  
Profile A set of analyzers with category, rule, and metric bean properties configured to specific values.
ProfileRepository A persistent repository of profilesByName.
ShortConverter  
StringConverter  
TransformAction  
TypeSafeEnumerationConverter  
TypeSafeEnumerationFactory A factory for a TypeSafeEnumeration class.
ValueHandle A handle to a named serializable value (e.g., the value of a JavaBeans property).
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:

oracle.jdeveloper.audit.service.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
11g Release 2 (11.1.2.0.0)

E17493-01

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