Extension SDK 9.0.5

Uses of Class
oracle.jdeveloper.audit.analyzer.Attribute

Packages that use Attribute
oracle.jdeveloper.audit.analyzer The base classes for writing analyzers. 
oracle.jdeveloper.audit.service The API classes for invoking Audit programatically, and a few Audit common API classes. 
 

Uses of Attribute in oracle.jdeveloper.audit.analyzer
 

Subclasses of Attribute in oracle.jdeveloper.audit.analyzer
 class Column
          An attribute computed from the constructs of the Audit object model.
 class Metric
          An attribute computed during a traversal of the Audit object model.
 

Uses of Attribute in oracle.jdeveloper.audit.service
 

Methods in oracle.jdeveloper.audit.service that return Attribute
 Attribute AuditModel.getColumn(int index)
          Gets the column at an index.
 

Methods in oracle.jdeveloper.audit.service with parameters of type Attribute
 void AuditModelListener.columnAdded(AuditModel model, Attribute column, int index)
          Reports an AuditModel model column added event.
 void AuditModelListener.columnRemoved(AuditModel model, Attribute column, int index)
          Reports an AuditModel model column removed event.
 void AuditListener.valueReported(Auditor auditor, Location location, Attribute attribute, java.lang.Object newValue)
          Reports an Auditor value reported event.
 int AuditModel.getIndex(Attribute column)
          Gets the index of a column.
 


Extension SDK

 

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