Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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.project   
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   
 

Uses of Violation in oracle.jdeveloper.audit.analyzer
 

Methods in oracle.jdeveloper.audit.analyzer with parameters of type Violation
 java.lang.String Rule.htmlMessage(Violation violation)
          Gets the localized HTML violation message for a violation of this rule from its localizer using this key for a default (null) variation:
 java.lang.String Rule.message(Violation violation)
          Gets the localized violation message for a violation of this rule from its localizer using this key for a default (null) variation:
 

Uses of Violation in oracle.jdeveloper.audit.project
 

Classes in oracle.jdeveloper.audit.project that implement Violation
 class ProjectTransformContext
          A TransformContext for transforms that modify a project.
 

Methods in oracle.jdeveloper.audit.project with parameters of type Violation
 TransformContext ProjectTransformAdapter.createContext(Transform transform, Violation violation, Location location)
           
 

Constructors in oracle.jdeveloper.audit.project with parameters of type Violation
ProjectTransformContext(TransformAdapter adapter, Transform transform, Violation violation, Location location)
           
 

Uses of Violation in oracle.jdeveloper.audit.service
 

Methods in oracle.jdeveloper.audit.service that return Violation
 Violation AuditModel.getViolation(java.lang.Object row)
          Gets the violation represented by a row of this model, or null if the row does not represent a violation.
 Violation AuditModel.iterateViolations(java.lang.Object row, Iteration iteration)
          Iterates the violations contained by a row of this model.
 

Methods in oracle.jdeveloper.audit.service with parameters of type Violation
 java.util.List<TransformAction> Transformer.createTransformActions(Violation violation, TransformerListener listener, AuditModel model)
          Creates actions for the applicable transforms of a violation.
 java.util.List<Transform> AuditModel.getTransformsApplied(Violation violation)
          Gets the transforms applied to a violation of this model, in application order.
 void AuditListener.issueReported(Auditor auditor, Violation issue, int transformMask)
          Reports an Auditor violation reported event.
 void ViolationHelper.pack(Violation violation, int transformMask)
           
 void AuditModel.setTransformDone(Transform transform, Violation violation)
          Sets a transform done for a violation of this model.
 void AuditModel.setTransformUndone(Transform transform, Violation violation)
          Sets a transform undone for a violation of this model.
 boolean TransformerListener.transformFailed(java.lang.Throwable exception, Violation violation, Transform transform, java.lang.String label)
          Reports that a transform failed.
 

Method parameters in oracle.jdeveloper.audit.service with type arguments of type Violation
 java.lang.Throwable Transformer.applyDefaultTransforms(java.lang.String label, java.util.Collection<? extends Violation> violations, TransformerListener listener, AuditModel model)
          Apply the applicable default transforms of violations.
 DefaultTransformsAction Transformer.createDefaultTransformsAction(java.lang.String label, java.util.Collection<? extends Violation> violations, TransformerListener listener, AuditModel model)
          Creates an action for the applicable default transforms of one or more violations.
 java.util.List<TransformAction> Transformer.createTransformActions(java.util.Collection<? extends Violation> violations, TransformerListener listener, AuditModel model)
          Creates actions for the applicable transforms of one or more violations.
 

Uses of Violation in oracle.jdeveloper.audit.transform
 

Classes in oracle.jdeveloper.audit.transform that implement Violation
 class NullTransformContext
           
 class TextTransformContext
           
 class TransformContext
          A context in which a Transform can be applied to a Violation.
 

Methods in oracle.jdeveloper.audit.transform that return Violation
 Violation TransformContext.getViolation()
          Gets the violation associated with the transform.
 

Methods in oracle.jdeveloper.audit.transform with parameters of type Violation
 TransformContext NullTransformAdapter.createContext(Transform transform, Violation violation, Location location)
           
 TransformContext TextTransformAdapter.createContext(Transform transform, Violation violation, Location location)
           
abstract  TransformContext TransformAdapter.createContext(Transform transform, Violation violation, Location location)
          Creates a context for a transform over a violation.
 TransformContext[] Transform.createContexts(Violation violation)
          Creates the transform contexts for this transform, or null or an empty array if the contexts cannot be created.
 TransformContext[] CompositeTransform.createContexts(Violation violation)
           
 

Constructors in oracle.jdeveloper.audit.transform with parameters of type Violation
NullTransformContext(NullTransformAdapter adapter, Transform transform, Violation violation, Location location)
           
TextTransformContext(TextTransformAdapter adapter, Transform transform, Violation violation, Location location)
           
TransformContext(TransformAdapter adapter, Transform transform, Violation violation, Location location)
          Creates a transform context for a transform to be applied to a violation.
 

Uses of Violation in oracle.jdevimpl.audit.core
 

Methods in oracle.jdevimpl.audit.core that return Violation
 Violation DefaultAuditModel.getViolation(java.lang.Object row)
           
 Violation DefaultAuditModel.iterateViolations(java.lang.Object row, Iteration iteration)
           
 

Methods in oracle.jdevimpl.audit.core with parameters of type Violation
 java.util.List<TransformAction> DefaultTransformer.createTransformActions(Violation violation, TransformerListener listener, AuditModel model)
           
 java.util.List<Transform> DefaultAuditModel.getTransformsApplied(Violation violation)
           
 void DefaultAuditModel.issueReported(Auditor auditor, Violation issue, int transformMask)
           
 void DefaultAuditModel.setTransformDone(Transform transform, Violation violation)
           
 void DefaultAuditModel.setTransformUndone(Transform transform, Violation violation)
           
 

Method parameters in oracle.jdevimpl.audit.core with type arguments of type Violation
 java.lang.Throwable DefaultTransformer.applyDefaultTransforms(java.lang.String label, java.util.Collection<? extends Violation> violations, TransformerListener listener, AuditModel model)
           
 DefaultTransformsAction DefaultTransformer.createDefaultTransformsAction(java.lang.String label, java.util.Collection<? extends Violation> violations, TransformerListener listener, AuditModel model)
           
 java.util.List<TransformAction> DefaultTransformer.createTransformActions(java.util.Collection<? extends Violation> violations, TransformerListener listener, AuditModel model)
           
 

Constructor parameters in oracle.jdevimpl.audit.core with type arguments of type Violation
DefaultAuditTaskContext(DefaultAuditor auditor, Analyzer analyzer, ModelFactory factory, java.util.concurrent.BlockingQueue<Violation> queue)
           
 

Uses of Violation in oracle.jdevimpl.audit.log
 

Methods in oracle.jdevimpl.audit.log with parameters of type Violation
 boolean AuditLogPanel.transformFailed(java.lang.Throwable exception, Violation violation, Transform transform, java.lang.String label)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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