| Package | Description | 
|---|---|
| oracle.javatools.status | |
| oracle.jdeveloper.audit.analyzer | 
 The base classes for writing analyzers. 
 | 
| oracle.jdeveloper.audit.service | 
 The API classes for invoking Audit programatically, and a few Audit common
API classes. 
 | 
| oracle.jdevimpl.audit.core | 
| Modifier and Type | Method and Description | 
|---|---|
Severity | 
Status.getSeverity()
Gets the summary status of the described file. 
 | 
Severity | 
Issue.getSeverity()
Gets the  
Severity of this issue. | 
static Severity | 
Severity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static Severity[] | 
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Severity.isBetterThan(Severity that)  | 
boolean | 
Severity.isWorseThan(Severity that)  | 
| Modifier and Type | Method and Description | 
|---|---|
Severity | 
Severity.getIssueSeverity()  | 
| Modifier and Type | Method and Description | 
|---|---|
Severity | 
AuditModel.getSeverity(java.lang.Object row)
Gets the worst severity of the issues contained by a row of this model,
 or null if none. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Severity | 
DefaultAuditModel.getSeverity(java.lang.Object row)  |