| 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.jdeveloper.audit.transform | 
 The base classes for defining transformations on the Audit object
model. 
 | 
| oracle.jdevimpl.audit.core | |
| oracle.jdevimpl.audit.log | 
| Modifier and Type | Method and Description | 
|---|---|
ViolationReport | 
AuditContextCompatibility.report(Rule rule)
Deprecated.  
  | 
IssueReport | 
AuditContext.report(Rule rule)
Reports an issue for the construct currently being traversed. 
 | 
IssueReport | 
AuditTaskContext.report(Rule rule,
      Location location)
Reports a rule violation for a construct. 
 | 
ViolationReport | 
AuditContextCompatibility.report(Rule rule,
      Location location)
Deprecated.  
  | 
IssueReport | 
AuditContext.report(Rule rule,
      Location location)
Reports an issue for a location in the model currently being traversed
 (i.e., location.getModel() == context.getModel()). 
 | 
IssueReport | 
AuditTaskContext.report(Rule rule,
      ModelAdapter model,
      java.lang.Object construct)
Reports a rule violation for a construct. 
 | 
IssueReport | 
AuditContext.report(Rule rule,
      ModelAdapter model,
      java.lang.Object construct)
Deprecated. 
 
Violations reported on a model other than the one currently
 being traversed are ignored. 
 | 
ViolationReport | 
AuditContextCompatibility.report(Rule rule,
      java.lang.Object construct)
Deprecated.  
  | 
IssueReport | 
AuditContext.report(Rule rule,
      java.lang.Object construct)
Reports an issue for a construct in the model currently being traversed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Rule | 
Violation.getRule()
Gets the rule violated by this violation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Transform | 
ViolationHelper.unpackDefaultTransform(long bits,
                      Rule rule)  | 
static Transform | 
ViolationHelper.unpackTransform(long bits,
               Rule rule,
               int index)  | 
static java.lang.String | 
ViolationHelper.unpackVariation(long bits,
               Rule rule)  | 
| Modifier and Type | Method and Description | 
|---|---|
Rule | 
TransformContext.getRule()  | 
| Modifier and Type | Method and Description | 
|---|---|
IssueReport | 
DefaultAuditContext.report(Rule rule)  | 
IssueReport | 
DefaultAuditTaskContext.report(Rule rule,
      Location location)  | 
IssueReport | 
DefaultAuditContext.report(Rule rule,
      Location location)  | 
IssueReport | 
DefaultAuditTaskContext.report(Rule rule,
      ModelAdapter model,
      java.lang.Object construct)  | 
IssueReport | 
DefaultAuditContext.report(Rule rule,
      ModelAdapter model,
      java.lang.Object construct)  | 
IssueReport | 
DefaultAuditContext.report(Rule rule,
      java.lang.Object construct)  | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
| Constructor and Description | 
|---|
DefaultTransformField(oracle.jdevimpl.audit.core.AuditELContext context,
                     Rule rule,
                     Transform[] transforms)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
RuleFilter.isEnabled(Rule rule)  | 
void | 
RuleFilter.setEnabled(Rule rule,
          boolean enabled)  |