|
Extension SDK 9.0.5 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuditModel | |
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. |
Uses of AuditModel in oracle.jdeveloper.audit.analyzer |
Methods in oracle.jdeveloper.audit.analyzer with parameters of type AuditModel | |
java.lang.Object |
Evaluator.evaluate(AuditModel model,
java.lang.Object object,
int index)
Evaluates the value for an attribute of an object in an AuditModel. |
Uses of AuditModel in oracle.jdeveloper.audit.service |
Methods in oracle.jdeveloper.audit.service that return AuditModel | |
abstract AuditModel |
Auditor.getModel()
Gets the model for this audit. |
Methods in oracle.jdeveloper.audit.service with parameters of type AuditModel | |
void |
AuditModelListener.modelCleared(AuditModel model)
Reports an AuditModel model cleared event. |
void |
AuditModelListener.columnAdded(AuditModel model,
Attribute column,
int index)
Reports an AuditModel model column added event. |
void |
AuditModelListener.columnRemoved(AuditModel model,
Attribute column,
int index)
Reports an AuditModel model column removed event. |
void |
AuditModelListener.modelChanged(AuditModel model)
Reports an AuditModel model resorted event. |
void |
AuditModelListener.childInserted(AuditModel model,
java.lang.Object parent,
int childIndex,
java.lang.Object child,
boolean modelChanging)
Reports an AuditModel child inserted event. |
void |
AuditModelListener.childRemoved(AuditModel model,
java.lang.Object parent,
int childIndex,
java.lang.Object child,
boolean modelChanging)
Reports an AuditModel child removed event. |
void |
AuditModelListener.valueChanged(AuditModel model,
java.lang.Object row,
int columnIndex,
boolean modelChanging)
Reports an AuditModel value changed event. |
boolean |
AuditModelFilter.isVisible(AuditModel model,
java.lang.Object row)
Gets whether a row in an AuditModel is visible. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.