Package | Description |
---|---|
oracle.jdeveloper.audit.analyzer |
The base classes for writing analyzers.
|
oracle.jdevimpl.audit.core |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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 |
---|---|
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) |