Package | Description |
---|---|
oracle.jdeveloper.audit.analyzer |
The base classes for writing analyzers.
|
oracle.jdeveloper.audit.extension | |
oracle.jdevimpl.audit.log |
Modifier and Type | Field and Description |
---|---|
static Severity |
Severity.ADVISORY |
static Severity |
Severity.ASSIST |
static Severity |
Severity.CONVENTION
Deprecated.
use
ADVISORY |
static Severity |
Severity.ERROR |
static Severity |
Severity.INCOMPLETE |
static Severity |
Severity.SUGGESTION
|
static Severity |
Severity.VIOLATION
Deprecated.
use
ADVISORY |
static Severity |
Severity.WARNING |
Modifier and Type | Method and Description |
---|---|
Severity |
Rule.getSeverity()
Gets the severity of this rule.
|
static Severity |
Severity.valueOf(java.lang.String string) |
Modifier and Type | Method and Description |
---|---|
boolean |
Severity.isWorseThan(Severity severity) |
void |
Rule.setSeverity(Severity newValue) |
Modifier and Type | Method and Description |
---|---|
Severity |
RuleDefinition.getSeverity() |
Modifier and Type | Method and Description |
---|---|
void |
RuleDefinition.setSeverity(Severity severity) |
Modifier and Type | Method and Description |
---|---|
boolean |
SeverityFilter.isVisible(Severity severity) |
void |
SeverityFilter.setVisible(Severity severity,
boolean visible) |