| Package | Description |
|---|---|
| oracle.jdeveloper.audit.service |
The API classes for invoking Audit programatically, and a few Audit common API classes.
|
| oracle.jdevimpl.audit.core | |
| oracle.jdevimpl.audit.log |
| Modifier and Type | Method and Description |
|---|---|
<T extends AuditModelFilter> |
AuditModel.findFilter(java.lang.Class<T> type)
Finds a filter of this model of a specified type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuditModel.addFilter(AuditModelFilter filter)
Adds a filter to this model.
|
void |
AuditModel.removeFilter(AuditModelFilter filter)
Removes a filter from this model.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AuditModelFilter> |
DefaultAuditModel.findFilter(java.lang.Class<T> type)
Finds a filter of this model of a specified type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAuditModel.addFilter(AuditModelFilter filter)
Adds a filter to this model.
|
void |
DefaultAuditModel.removeFilter(AuditModelFilter filter)
Removes a filter from this model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnomalyFilter
An
AuditModelFilter which filters rows by whether they contain issues or out-of-band values. |
class |
NameFilter
A name filter which filters documents by matching their names against a list of patterns.
|
class |
RuleFilter
A rule filter which filters violations by rule and passes all other constructs.
|
class |
SeverityFilter
A severity filter which filters rows by the severity of the violations that they reference.
|
class |
SuppressionFilter
An
AuditModelFilter which filters rows by whether they contain suppressed issues. |
class |
TypeFilter
A filter by row type for rows in an Audit model.
|