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

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

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

Methods in gov.nih.nci.mageom.domain.AuditAndSecurity.impl with parameters of type AuditSearchCriteria
 Audit[] AuditImpl.searchAudits(AuditSearchCriteria criteria)
          Returns an array of Audit objects that satisfy the given AuditSearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return AuditSearchCriteria
static AuditSearchCriteria AbstractSearchCriteriaFactory.new_AUDITANDSECURITY_AUDIT_SC()
           
 

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

Classes in gov.nih.nci.mageom.search.AuditAndSecurity.impl that implement AuditSearchCriteria
 class AuditSearchCriteriaImpl
          Represents a query for Audit objects.