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

E13403-08

Uses of Class
oracle.jdeveloper.audit.service.AuditModel.Count

Packages that use AuditModel.Count
oracle.jdeveloper.audit.service The API classes for invoking Audit programatically, and a few Audit common API classes. 
oracle.jdevimpl.audit.core   
oracle.jdevimpl.audit.log   
 

Uses of AuditModel.Count in oracle.jdeveloper.audit.service
 

Methods in oracle.jdeveloper.audit.service that return AuditModel.Count
static AuditModel.Count AuditModel.Count.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AuditModel.Count[] AuditModel.Count.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in oracle.jdeveloper.audit.service with parameters of type AuditModel.Count
 void AuditModelListener.countChanged(AuditModel model, java.lang.Object row, AuditModel.Count count, int oldValue, int newValue)
          Reports that a count of a row changed in a model.
 int AuditModel.getCount(java.lang.Object row, AuditModel.Count count)
          Gets the value of a count of a row of this model.
 

Uses of AuditModel.Count in oracle.jdevimpl.audit.core
 

Methods in oracle.jdevimpl.audit.core with parameters of type AuditModel.Count
 void CountColumn.countChanged(AuditModel model, java.lang.Object row, AuditModel.Count count, int oldValue, int newValue)
           
 void SeverityColumn.countChanged(AuditModel model, java.lang.Object row, AuditModel.Count count, int oldValue, int newValue)
           
protected  void AbstractAuditModel.fireCountChanged(java.lang.Object row, AuditModel.Count count, int oldValue, int newValue)
           
 int DefaultAuditModel.getCount(java.lang.Object row, AuditModel.Count count)
           
 

Constructors in oracle.jdevimpl.audit.core with parameters of type AuditModel.Count
CountColumn(AuditModel.Count count)
           
 

Uses of AuditModel.Count in oracle.jdevimpl.audit.log
 

Methods in oracle.jdevimpl.audit.log with parameters of type AuditModel.Count
 void AuditTreeTableModel.countChanged(AuditModel model, java.lang.Object row, AuditModel.Count count, int oldValue, int newValue)
           
 void AuditLogPage.countChanged(AuditModel model, java.lang.Object row, AuditModel.Count count, int oldValue, int newValue)
           
 


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

E13403-08

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