|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Auditor | |
|---|---|
| oracle.jdeveloper.audit | The root package of the public Audit (and Metrics) API. |
| 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 | |
| oracle.jdevimpl.audit.log | |
| Uses of Auditor in oracle.jdeveloper.audit |
|---|
| Methods in oracle.jdeveloper.audit that return Auditor | |
|---|---|
abstract Auditor |
AuditManager.createAuditor()Creates an Auditor which uses the default model type factory. |
abstract Auditor |
AuditManager.createAuditor(ModelTypeFactory factory)Creates an Auditor. |
| Methods in oracle.jdeveloper.audit with parameters of type Auditor | |
|---|---|
abstract AuditModel |
AuditManager.runShowLogPage(Auditor auditor, java.lang.String label, java.lang.Thread.UncaughtExceptionHandler handler)Creates and shows an Audit log page for an Auditor, and runs the audit. |
abstract void |
AuditManager.showLogPage(Auditor auditor, AuditModel model, java.lang.String label)Creates and shows an Audit log page for an Auditor and model. |
| Uses of Auditor in oracle.jdeveloper.audit.analyzer |
|---|
| Methods in oracle.jdeveloper.audit.analyzer that return Auditor | |
|---|---|
Auditor |
AuditContext.getAuditor()Gets the auditor running this traversal. |
| Uses of Auditor in oracle.jdeveloper.audit.service |
|---|
| Methods in oracle.jdeveloper.audit.service with parameters of type Auditor | |
|---|---|
void |
AuditListener.auditorCleared(Auditor auditor)Reports an auditor cleared event. |
void |
AuditListener.auditStarted(Auditor auditor, java.util.List<Metric> columns, java.util.List<Location> locations, Location root, java.lang.Class type)Reports an Auditor audit started event. |
void |
AuditListener.auditStopped(Auditor auditor, boolean cancelled)Reports an Auditor audit stopped event. |
void |
AuditListener.issueReported(Auditor auditor, Violation issue, int transformMask)Reports an Auditor violation reported event. |
void |
AuditListener.locationEntered(Auditor auditor, Location location, java.lang.Class type)Reports an Auditor location entered event. |
void |
AuditListener.locationExited(Auditor auditor, Location location)Reports an Auditor location exited event. |
void |
AuditListener.modelEntered(Auditor auditor, ModelAdapter model)Reports an Auditor model entered event. |
void |
AuditListener.modelExited(Auditor auditor, ModelAdapter model)Reports an Auditor model exited event. |
void |
AuditListener.phaseStarted(Auditor auditor, java.lang.String phaseName)Reports an Auditor phase started event. |
void |
AuditListener.valueReported(Auditor auditor, Location location, Metric metric, java.lang.Object newValue)Reports an Auditor value reported event. |
| Uses of Auditor in oracle.jdevimpl.audit.core |
|---|
| Subclasses of Auditor in oracle.jdevimpl.audit.core | |
|---|---|
class |
DefaultAuditorThe default Auditor implementation. |
| Methods in oracle.jdevimpl.audit.core that return Auditor | |
|---|---|
Auditor |
DefaultAuditManager.createAuditor() |
Auditor |
DefaultAuditManager.createAuditor(ModelTypeFactory factory) |
Auditor |
DefaultAuditContext.getAuditor() |
| Methods in oracle.jdevimpl.audit.core with parameters of type Auditor | |
|---|---|
void |
DefaultAuditModel.auditorCleared(Auditor auditor) |
void |
DefaultAuditModel.auditStarted(Auditor auditor, java.util.List<Metric> columns, java.util.List<Location> locations, Location root, java.lang.Class type) |
void |
DefaultAuditModel.auditStopped(Auditor auditor, boolean cancelled) |
void |
DefaultAuditModel.issueReported(Auditor auditor, Violation issue, int transformMask) |
void |
DefaultAuditModel.locationEntered(Auditor auditor, Location location, java.lang.Class type) |
void |
DefaultAuditModel.locationExited(Auditor auditor, Location location) |
void |
DefaultAuditModel.modelEntered(Auditor auditor, ModelAdapter model) |
void |
DefaultAuditModel.modelExited(Auditor auditor, ModelAdapter model) |
void |
DefaultAuditModel.phaseStarted(Auditor auditor, java.lang.String phaseName) |
AuditModel |
DefaultAuditManager.runShowLogPage(Auditor auditor, java.lang.String label, java.lang.Thread.UncaughtExceptionHandler handler) |
void |
DefaultAuditManager.showLogPage(Auditor auditor, AuditModel model, java.lang.String label) |
void |
DefaultAuditModel.valueReported(Auditor auditor, Location location, Metric metric, java.lang.Object newValue) |
| Uses of Auditor in oracle.jdevimpl.audit.log |
|---|
| Methods in oracle.jdevimpl.audit.log that return Auditor | |
|---|---|
Auditor |
AuditLogPage.getAuditor()Gets the Auditor for this log page. |
| Methods in oracle.jdevimpl.audit.log with parameters of type Auditor | |
|---|---|
static AuditLogPage |
AuditLogPage.auditLogPage(Auditor auditor, AuditModel model, java.lang.String label)Creates the log page for an auditor and a model bound to it. |
static AuditModel |
AuditLogPage.runShow(Auditor auditor, java.lang.String label, java.lang.Thread.UncaughtExceptionHandler handler)Creates the log page for an auditor. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||