| 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 | 
|---|---|
static AuditModel.Count | 
AuditModel.Count.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static AuditModel.Count[] | 
AuditModel.Count.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AuditModelListener.countChanged(AuditModel model,
            java.lang.Object row,
            AuditModel.Count count,
            int oldValue,
            int newValue)
Reports that a count of a row changed in a model. 
 | 
int | 
AuditModel.getCount(java.lang.Object row,
        AuditModel.Count count)
Gets the value of a  
count of a row of this model. | 
| Modifier and Type | Method and Description | 
|---|---|
AuditModel.Count | 
CountColumn.getCount()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SeverityColumn.countChanged(AuditModel model,
            java.lang.Object row,
            AuditModel.Count count,
            int oldValue,
            int newValue)  | 
void | 
CountColumn.countChanged(AuditModel model,
            java.lang.Object row,
            AuditModel.Count count,
            int oldValue,
            int newValue)  | 
protected void | 
AbstractAuditModel.fireCountChanged(java.lang.Object row,
                AuditModel.Count count,
                int oldValue,
                int newValue)  | 
int | 
DefaultAuditModel.getCount(java.lang.Object row,
        AuditModel.Count count)  | 
void | 
CountColumn.setCount(AuditModel.Count count)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AuditTreeTableModel.countChanged(AuditModel model,
            java.lang.Object row,
            AuditModel.Count count,
            int oldValue,
            int newValue)  | 
void | 
AuditLogPage.countChanged(AuditModel model,
            java.lang.Object row,
            AuditModel.Count count,
            int oldValue,
            int newValue)  |