Uses of Interface
gov.nih.nci.mageom.domain.AuditAndSecurity.Security

Packages that use Security
gov.nih.nci.mageom.domain   
gov.nih.nci.mageom.domain.AuditAndSecurity.impl   
gov.nih.nci.mageom.domain.impl   
 

Uses of Security in gov.nih.nci.mageom.domain
 

Methods in gov.nih.nci.mageom.domain that return Security
 Security Describable.getSecurity()
          Returns the value of this Describable object's security attribute.
 

Methods in gov.nih.nci.mageom.domain with parameters of type Security
 void Describable.setSecurity(Security p_security)
          Sets the security attribute.
 

Uses of Security in gov.nih.nci.mageom.domain.AuditAndSecurity.impl
 

Classes in gov.nih.nci.mageom.domain.AuditAndSecurity.impl that implement Security
 class SecurityImpl
          Permission information for an object as to ownership, write and read permissions.
 

Methods in gov.nih.nci.mageom.domain.AuditAndSecurity.impl that return Security
 Security[] SecurityImpl.searchSecurities(SecuritySearchCriteria criteria)
          Returns an array of Security objects that satisfy the given SecuritySearchCriteria.
 

Uses of Security in gov.nih.nci.mageom.domain.impl
 

Fields in gov.nih.nci.mageom.domain.impl declared as Security
protected  Security DescribableImpl.security
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.impl that return Security
 Security DescribableImpl.getSecurity()
           
 

Methods in gov.nih.nci.mageom.domain.impl with parameters of type Security
 void DescribableImpl.setSecurity(Security p_security)
          Sets the security attribute.