| Package | Description |
|---|---|
| oracle.jdeveloper.audit.analyzer |
The base classes for writing analyzers.
|
| oracle.jdeveloper.audit.extension | |
| oracle.jdevimpl.audit.report |
| Modifier and Type | Method and Description |
|---|---|
RuleDefinition |
Rule.definition()
Gets the definition of this bean.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<RuleDefinition> |
AuditHook.getSuppressionRules(java.lang.String suppressionName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
AuditHook.getSuppressionNames(RuleDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileXmlReporter.writeBaseExtensionBean(RuleDefinition rule)
Rules and Assists are basically the same
|