Uses of Interface
gov.nih.nci.mageom.search.Protocol.SoftwareApplicationSearchCriteria

Packages that use SoftwareApplicationSearchCriteria
gov.nih.nci.mageom.domain.Protocol.impl   
gov.nih.nci.mageom.search   
gov.nih.nci.mageom.search.Protocol.impl   
 

Uses of SoftwareApplicationSearchCriteria in gov.nih.nci.mageom.domain.Protocol.impl
 

Methods in gov.nih.nci.mageom.domain.Protocol.impl with parameters of type SoftwareApplicationSearchCriteria
 SoftwareApplication[] SoftwareApplicationImpl.searchSoftwareApplications(SoftwareApplicationSearchCriteria criteria)
          Returns an array of SoftwareApplication objects that satisfy the given SoftwareApplicationSearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return SoftwareApplicationSearchCriteria
static SoftwareApplicationSearchCriteria AbstractSearchCriteriaFactory.new_PROTOCOL_SOFTWAREAPPLICATION_SC()
           
 

Uses of SoftwareApplicationSearchCriteria in gov.nih.nci.mageom.search.Protocol.impl
 

Classes in gov.nih.nci.mageom.search.Protocol.impl that implement SoftwareApplicationSearchCriteria
 class SoftwareApplicationSearchCriteriaImpl
          Represents a query for SoftwareApplication objects.