Extension SDK 9.0.5

oracle.jdeveloper.audit.service
Interface Violation


public interface Violation

A violation of an Audit rule.


Method Summary
 Transform getDefaultTransform()
          Gets the default transform of this violation, or null if none.
 Location getLocation()
          Gets the location of the violating construct.
 int getParameterCount()
          Gets the number of parameters of this violation.
 java.lang.String getParameterName(int index)
          Gets the name of a parameter of this violation.
 java.lang.Object getParameterValue(int index)
          Gets the value of a parameter of this violation.
 Location getRelatedLocation()
          Gets the location of a construct related to the violation, or null if none.
 Rule getRule()
          Gets the rule violated by this violation.
 Transform getTransform(int index)
          Gets a transform of this violation.
 int getTransformCount()
          Gets the number of transforms of this violation.
 

Method Detail

getRule

public Rule getRule()
Gets the rule violated by this violation.


getLocation

public Location getLocation()
Gets the location of the violating construct.


getRelatedLocation

public Location getRelatedLocation()
Gets the location of a construct related to the violation, or null if none.


getParameterCount

public int getParameterCount()
Gets the number of parameters of this violation.


getParameterName

public java.lang.String getParameterName(int index)
Gets the name of a parameter of this violation.

Parameters:
index - The index of the parameter.

getParameterValue

public java.lang.Object getParameterValue(int index)
Gets the value of a parameter of this violation.

Parameters:
index - The index of the parameter.

getTransformCount

public int getTransformCount()
Gets the number of transforms of this violation.


getTransform

public Transform getTransform(int index)
Gets a transform of this violation.

Parameters:
index - The index of the transform.

getDefaultTransform

public Transform getDefaultTransform()
Gets the default transform of this violation, or null if none.


Extension SDK

 

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