Uses of Interface
gov.nih.nci.mageom.search.AuditAndSecurity.SecuritySearchCriteria

Packages that use SecuritySearchCriteria
gov.nih.nci.mageom.domain.AuditAndSecurity.impl   
gov.nih.nci.mageom.search   
gov.nih.nci.mageom.search.AuditAndSecurity.impl   
gov.nih.nci.mageom.search.impl   
 

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

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

Uses of SecuritySearchCriteria in gov.nih.nci.mageom.search
 

Methods in gov.nih.nci.mageom.search that return SecuritySearchCriteria
static SecuritySearchCriteria AbstractSearchCriteriaFactory.new_AUDITANDSECURITY_SECURITY_SC()
           
 

Methods in gov.nih.nci.mageom.search with parameters of type SecuritySearchCriteria
 void DescribableSearchCriteria.setSecurityCriteria(SecuritySearchCriteria criteria)
          Constrains the search for Describable objects to those associated with Security objects by the association and selected by the given SecuritySearchCriteria.
 void DescribableSearchCriteria.setSecurityCriteria(SecuritySearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for Describable objects to those associated with Security objects by the association and selected by the given SecuritySearchCriteria.
 

Uses of SecuritySearchCriteria in gov.nih.nci.mageom.search.AuditAndSecurity.impl
 

Classes in gov.nih.nci.mageom.search.AuditAndSecurity.impl that implement SecuritySearchCriteria
 class SecuritySearchCriteriaImpl
          Represents a query for Security objects.
 

Uses of SecuritySearchCriteria in gov.nih.nci.mageom.search.impl
 

Methods in gov.nih.nci.mageom.search.impl with parameters of type SecuritySearchCriteria
 void DescribableSearchCriteriaImpl.setSecurityCriteria(SecuritySearchCriteria criteria)
           
 void DescribableSearchCriteriaImpl.setSecurityCriteria(SecuritySearchCriteria criteria, java.lang.String booleanOp)