Uses of Class
org.biomage.AuditAndSecurity.Audit

Packages that use Audit
org.biomage.Common   
org.biomage.Interface   
 

Uses of Audit in org.biomage.Common
 

Methods in org.biomage.Common that return Audit
 Audit Describable.getFromAuditTrail(int position)
          Method to get Audit from AuditTrail_list
 

Methods in org.biomage.Common with parameters of type Audit
 void Describable.addToAuditTrail(Audit audit)
          Method to add Audit to AuditTrail_list
 void Describable.addToAuditTrail(int position, Audit audit)
          Method to add Audit at position to AuditTrail_list
 void Describable.removeFromAuditTrail(Audit audit)
          Method to remove first Audit from AuditTrail_list
 

Uses of Audit in org.biomage.Interface
 

Methods in org.biomage.Interface that return Audit
 Audit HasAuditTrail.getFromAuditTrail(int position)
          Method to get Audit from AuditTrail_list
 

Methods in org.biomage.Interface with parameters of type Audit
 void HasAuditTrail.addToAuditTrail(Audit audit)
          Method to add Audit to AuditTrail_list
 void HasAuditTrail.addToAuditTrail(int position, Audit audit)
          Method to add Audit at position to AuditTrail_list
 void HasAuditTrail.removeFromAuditTrail(Audit audit)
          Method to remove first Audit from AuditTrail_list