Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.audit.service.Violation

Packages that use Violation
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. 
 

Uses of Violation in oracle.jdeveloper.audit.analyzer
 

Methods in oracle.jdeveloper.audit.analyzer with parameters of type Violation
 java.lang.String Rule.message(Violation violation)
          Gets the localized violation message for a violation of this rule from its localizer using the key "rule." + getName() + ".message".
 

Uses of Violation in oracle.jdeveloper.audit.service
 

Methods in oracle.jdeveloper.audit.service that return Violation
 Violation AuditModel.getViolation(java.lang.Object object)
          Gets the object as a violation, or null if the object is not a violation.
 

Methods in oracle.jdeveloper.audit.service with parameters of type Violation
 void AuditListener.violationReported(Auditor auditor, Violation violation, boolean useRuleFixes)
          Reports an Auditor violation reported event.
 


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.