Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.audit.analyzer.AuditContext.Key

Packages that use AuditContext.Key
oracle.jdeveloper.audit.analyzer The base classes for writing analyzers. 
 

Uses of AuditContext.Key in oracle.jdeveloper.audit.analyzer
 

Methods in oracle.jdeveloper.audit.analyzer that return AuditContext.Key
 AuditContext.Key AuditContext.key(java.lang.Object object)
          Gets a key for an attribute visible only to this analyzer.
 AuditContext.Key AuditContext.sharedKey(java.lang.Object object)
          Gets a key for an attribute visible to all analyzers.
 

Methods in oracle.jdeveloper.audit.analyzer with parameters of type AuditContext.Key
 void AuditContext.setAttribute(AuditContext.Key key, java.lang.Object value)
          Sets the value of an attribute in this context and in its enclosed contexts.
 void AuditContext.setAttribute(AuditContext.Key key, int value)
          Sets the value of an Integer attribute in this context and in its enclosed contexts.
 void AuditContext.setAttribute(AuditContext.Key key, float value)
          Sets the value of a Float attribute in this context and in its enclosed contexts.
 java.lang.Object AuditContext.getAttribute(AuditContext.Key key)
          Gets the value of an attribute in this or an enclosing context, or null if none.
 int AuditContext.getAttribute(AuditContext.Key key, int defaultValue)
          Gets the int value of an attribute in this or an enclosing context.
 float AuditContext.getAttribute(AuditContext.Key key, float defaultValue)
          Gets the float value of an attribute in this or an enclosing context.
 void AuditContext.setChildAttribute(java.lang.Object child, AuditContext.Key key, java.lang.Object value)
          Sets the value of an attribute in the context of a child of the current construct and in the enclosed contexts of the child.
 void AuditContext.setParentAttribute(AuditContext.Key key, java.lang.Object value)
          Sets the value of an attribute in the context of the construct enclosing the current construct, and in its enclosed contexts.
 java.lang.Object AuditContext.getChildAttribute(java.lang.Object child, AuditContext.Key key)
          Gets the value of an attribute in the context of a child of the current construct.
 


Extension SDK

 

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