See: Description
| Interface | Description |
|---|---|
| AuditListener |
A listener for Auditor events.
|
| AuditModel |
A model of the results of an audit.
|
| AuditModelListener |
A listener for changes to an
Audit model. |
| HasSuppressionName | |
| 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.
|
| Suppression | |
| 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 | Description |
|---|---|
| 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 profiles by name.
|
| 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, variation, and suppressions--into an array.
|
| Enum | Description |
|---|---|
| AuditModel.Count |
The count attributes maintained for each row of the model.
|
| Suppression.Type |
The types of suppression.
|
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. |