| 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 |
| Modifier and Type | Method and Description |
|---|---|
SuppressionReport |
AuditContext.report(SuppressionScheme scheme, java.lang.String name, int count, Location location)
Reports a suppression for the scope of a location in the model currently being traversed.
|
SuppressionReport |
AuditContext.report(SuppressionScheme scheme, java.lang.String name, int count, java.lang.Object construct)
Reports a suppression for the scope of a construct in the model currently being traversed.
|
| Modifier and Type | Method and Description |
|---|---|
SuppressionScheme |
Suppression.getScheme()
Gets the
SuppressionScheme to which this suppression belongs. |
| Modifier and Type | Method and Description |
|---|---|
SuppressionReport |
DefaultAuditContext.report(SuppressionScheme scheme, java.lang.String name, int count, Location location) |
SuppressionReport |
DefaultAuditContext.report(SuppressionScheme scheme, java.lang.String name, int count, java.lang.Object construct) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileBinding.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 |
ProfileBinding.enabledBeans(Analyzer analyzer, java.util.Collection<Rule> rules, java.util.Collection<Metric> metrics, java.util.Collection<SuppressionScheme> suppressionSchemes) |