Uses of Class
gov.nasa.pds.registry.model.Association

Packages that use Association
gov.nasa.pds.registry.client   
gov.nasa.pds.registry.service   
 

Uses of Association in gov.nasa.pds.registry.client
 

Methods in gov.nasa.pds.registry.client that return types with arguments of type Association
 PagedResponse<Association> RegistryClient.getAssociations(RegistryQuery<AssociationFilter> query, Integer start, Integer rows)
          Retrieves a set of association objects that match the query.
 

Uses of Association in gov.nasa.pds.registry.service
 

Methods in gov.nasa.pds.registry.service that return Association
 Association RegistryServiceImpl.getAssocation(String guid)
           
 Association RegistryService.getAssocation(String guid)
          Retrieves the Association from the registry with the given guid
 

Methods in gov.nasa.pds.registry.service that return types with arguments of type Association
 PagedResponse<Association> RegistryServiceImpl.getAssociations(RegistryQuery<AssociationFilter> query, Integer start, Integer rows)
           
 PagedResponse<Association> RegistryService.getAssociations(RegistryQuery<AssociationFilter> query, Integer start, Integer rows)
          Retrieves a set of associations that match the given query.
 PagedResponse<Association> MetadataStoreJPA.getAssociations(RegistryQuery<AssociationFilter> query, Integer start, Integer rows)
           
 PagedResponse<Association> MetadataStore.getAssociations(RegistryQuery<AssociationFilter> query, Integer start, Integer rows)
          Retrieves associations from the back end store that match the query and are within the requested results list range
 PagedResponse<Association> RegistryServiceImpl.getObjects(RegistryQuery<ObjectFilter> query, Integer start, Integer rows, Class<? extends RegistryObject> objectClass)
           
 



Copyright © 2010–2015 Planetary Data System. All rights reserved.