|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
getFocusLocation()Gets the focus location of the 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. |
java.lang.Object |
getParameterValue(java.lang.String name)Gets the value of a parameter of this violation by name. |
Rule |
getRule()Gets the rule violated by this violation. |
int |
getSerialNumber()Gets the serial number of this violation. |
Transform |
getTransform(int index)Gets a transform of this violation. |
int |
getTransformCount()Gets the number of transforms of this violation. |
Location |
getTransformFocusLocation(int index)Gets the applicable location of a transform of this violation, or null if none. |
java.lang.String |
getVariation()Gets the variation in the rule violated, or null if the default. |
| Method Detail |
|---|
Rule getRule()
java.lang.String getVariation()
Location getLocation()
Location getFocusLocation()
int getParameterCount()
java.lang.String getParameterName(int index)
index - The index of the parameter.java.lang.Object getParameterValue(int index)
index - The index of the parameter.java.lang.Object getParameterValue(java.lang.String name)
int getTransformCount()
Transform getTransform(int index)
index - The index of the transform.Location getTransformFocusLocation(int index)
index - The index of the transform.Transform getDefaultTransform()
int getSerialNumber()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||