Uses of Class
org.biomage.AuditAndSecurity.Security

Packages that use Security
org.biomage.AuditAndSecurity   
org.biomage.Common   
org.biomage.Interface   
 

Uses of Security in org.biomage.AuditAndSecurity
 

Methods in org.biomage.AuditAndSecurity that return Security
 Security AuditAndSecurity_package.getFromSecurity_list(int position)
          Method to get Security from Security_list
 

Methods in org.biomage.AuditAndSecurity with parameters of type Security
 void AuditAndSecurity_package.addToSecurity_list(int position, Security security)
          Method to add Security at position to Security_list
 void AuditAndSecurity_package.addToSecurity_list(Security security)
          Method to add Security to Security_list
 void AuditAndSecurity_package.removeFromSecurity_list(Security security)
          Method to remove first Security from Security_list
 

Uses of Security in org.biomage.Common
 

Fields in org.biomage.Common declared as Security
protected  Security Describable.security
          Information on the security for the instance of the class.
 

Methods in org.biomage.Common that return Security
 Security Describable.getSecurity()
          Get method for security
 

Methods in org.biomage.Common with parameters of type Security
 void Describable.setSecurity(Security security)
          Set method for security
 

Uses of Security in org.biomage.Interface
 

Methods in org.biomage.Interface that return Security
 Security HasSecurity.getSecurity()
          Get method for security
 

Methods in org.biomage.Interface with parameters of type Security
 void HasSecurity.setSecurity(Security security)
          Set method for security