Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
void |
AuditContext.report(Metric metric,
float measurement)
Reports a float-valued measurement for the current construct.
|
void |
AuditContext.report(Metric metric,
int measurement)
Reports an int-valued measurement for the current construct.
|
void |
AuditContext.report(Metric metric,
java.lang.Object measurement)
Reports a measurement for the current construct.
|
Modifier and Type | Method and Description |
---|---|
Metric |
AuditModel.getColumn(int index)
Gets the column at an index.
|
Modifier and Type | Method and Description |
---|---|
int |
AuditModel.getColumnIndex(Metric column)
Gets the index of a column.
|
void |
AuditListener.valueReported(Auditor auditor,
Location location,
Metric metric,
java.lang.Object newValue)
Reports an Auditor value reported event.
|
Modifier and Type | Method and Description |
---|---|
void |
AuditModelListener.auditStarted(AuditModel model,
java.util.List<Metric> columns,
java.util.List<Location> locations,
java.lang.Object root,
java.lang.Class type)
Reports that an audit has started on this model.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CountColumn
A model count column for Audit results.
|
class |
SeverityColumn
A rule severity column for Audit results.
|
Modifier and Type | Method and Description |
---|---|
Metric |
DefaultAuditModel.getColumn(int index) |
Modifier and Type | Method and Description |
---|---|
int |
DefaultAuditModel.getColumnIndex(Metric column) |
void |
DefaultAuditContext.report(Metric metric,
float measurement) |
void |
DefaultAuditContext.report(Metric metric,
int measurement) |
void |
DefaultAuditContext.report(Metric metric,
java.lang.Object measurement) |
void |
DefaultAuditModel.valueReported(Auditor auditor,
Location location,
Metric metric,
java.lang.Object newValue) |
Modifier and Type | Method and Description |
---|---|
void |
SeverityColumn.auditStarted(AuditModel model,
java.util.List<Metric> columns,
java.util.List<Location> locations,
java.lang.Object root,
java.lang.Class type) |
void |
CountColumn.auditStarted(AuditModel model,
java.util.List<Metric> columns,
java.util.List<Location> locations,
java.lang.Object root,
java.lang.Class type) |
void |
DefaultAuditModel.auditStarted(Auditor auditor,
java.util.List<Metric> columns,
java.util.List<Location> locations,
Location root,
java.lang.Class type) |
void |
AnalyzerBinding.bind(java.util.Collection<AnalyzerDefinition> analyzerDefinitions,
boolean disableAssists,
java.util.Set<java.lang.String> disableAnalyzers,
java.util.Collection<Rule> rules,
java.util.Collection<Metric> metrics,
java.util.Collection<SuppressionScheme> suppressionSchemes,
boolean forceAndVerify)
Creates the analyzer and bean instances for the bound profile.
|
boolean |
AnalyzerBinding.enabledBeans(Analyzer analyzer,
java.util.Collection<Rule> rules,
java.util.Collection<Metric> metrics,
java.util.Collection<SuppressionScheme> suppressionSchemes) |
protected void |
AbstractAuditModel.fireAuditStarted(java.util.List<Metric> columns,
java.util.List<Location> locations,
java.lang.Object root,
java.lang.Class type) |
Modifier and Type | Method and Description |
---|---|
void |
AuditTreeTableModel.auditStarted(AuditModel model,
java.util.List<Metric> columns,
java.util.List<Location> locations,
java.lang.Object root,
java.lang.Class type) |
void |
AuditLogPage.auditStarted(AuditModel model,
java.util.List<Metric> columns,
java.util.List<Location> locations,
java.lang.Object root,
java.lang.Class type) |
void |
AuditLogPanel.auditStarted(AuditModel model,
java.util.List<Metric> columns,
java.lang.Object root) |