|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuditModelFilter | |
|---|---|
| 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 | |
| Uses of AuditModelFilter in oracle.jdeveloper.audit.service |
|---|
| Methods in oracle.jdeveloper.audit.service with type parameters of type AuditModelFilter | ||
|---|---|---|
|
AuditModel.findFilter(java.lang.Class<T> type)
Finds a filter of this model of a specified type. |
|
| Methods in oracle.jdeveloper.audit.service with parameters of type AuditModelFilter | |
|---|---|
void |
AuditModel.addFilter(AuditModelFilter filter)
Adds a filter to this model. |
void |
AuditModel.removeFilter(AuditModelFilter filter)
Removes a filter from this model. |
| Uses of AuditModelFilter in oracle.jdevimpl.audit.core |
|---|
| Methods in oracle.jdevimpl.audit.core with type parameters of type AuditModelFilter | ||
|---|---|---|
|
DefaultAuditModel.findFilter(java.lang.Class<T> type)
Finds a filter of this model of a specified type. |
|
| Methods in oracle.jdevimpl.audit.core with parameters of type AuditModelFilter | |
|---|---|
void |
DefaultAuditModel.addFilter(AuditModelFilter filter)
Adds a filter to this model. |
void |
DefaultAuditModel.removeFilter(AuditModelFilter filter)
Removes a filter from this model. |
| Uses of AuditModelFilter in oracle.jdevimpl.audit.log |
|---|
| Subclasses of AuditModelFilter in oracle.jdevimpl.audit.log | |
|---|---|
class |
AnomalyFilter
An anomaly filter 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 |
TypeFilter
A filter by row type for rows in an Audit model. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||