Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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

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

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
 java.lang.Object AuditContext.getAttribute(AuditContext.Key key)
          Gets the value of an attribute in this or an enclosing context, or null if none.
 float AuditContext.getAttribute(AuditContext.Key key, float defaultValue)
          Gets the float value of an attribute in this or an enclosing context.
 int AuditContext.getAttribute(AuditContext.Key key, int defaultValue)
          Gets the int value of an attribute in this or an enclosing context.
 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.
 void AuditContext.setAttribute(AuditContext.Key key, float value)
          Sets the value of a Float 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, java.lang.Object value)
          Sets the value of an attribute in this context and in its enclosed contexts.
 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.
 

Uses of AuditContext.Key in oracle.jdevimpl.audit.core
 

Methods in oracle.jdevimpl.audit.core that return AuditContext.Key
 AuditContext.Key DefaultAuditContext.key(java.lang.Object object)
           
 AuditContext.Key DefaultAuditContext.sharedKey(java.lang.Object object)
           
 

Methods in oracle.jdevimpl.audit.core with parameters of type AuditContext.Key
 java.lang.Object DefaultAuditContext.getAttribute(AuditContext.Key key)
           
 float DefaultAuditContext.getAttribute(AuditContext.Key key, float defaultValue)
           
 int DefaultAuditContext.getAttribute(AuditContext.Key key, int defaultValue)
           
 java.lang.Object DefaultAuditContext.getChildAttribute(java.lang.Object child, AuditContext.Key key)
           
 void DefaultAuditContext.setAttribute(AuditContext.Key key, float value)
           
 void DefaultAuditContext.setAttribute(AuditContext.Key key, int value)
           
 void DefaultAuditContext.setAttribute(AuditContext.Key key, java.lang.Object value)
           
 void DefaultAuditContext.setChildAttribute(java.lang.Object child, AuditContext.Key key, java.lang.Object value)
           
 void DefaultAuditContext.setParentAttribute(AuditContext.Key key, java.lang.Object value)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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