|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProductQuery | |
---|---|
gov.nasa.pds.registry.client | |
gov.nasa.pds.registry.query | |
gov.nasa.pds.registry.service |
Uses of ProductQuery in gov.nasa.pds.registry.client |
---|
Methods in gov.nasa.pds.registry.client with parameters of type ProductQuery | |
---|---|
com.sun.jersey.api.client.ClientResponse |
RegistryClient.getProducts(ProductQuery query,
Integer start,
Integer rows)
|
Uses of ProductQuery in gov.nasa.pds.registry.query |
---|
Methods in gov.nasa.pds.registry.query that return ProductQuery | |
---|---|
ProductQuery |
ProductQuery.Builder.build()
|
Uses of ProductQuery in gov.nasa.pds.registry.service |
---|
Methods in gov.nasa.pds.registry.service with parameters of type ProductQuery | |
---|---|
RegistryResponse |
RegistryService.getProducts(ProductQuery query)
Retrieves the first set of products that match the query |
RegistryResponse |
RegistryService.getProducts(ProductQuery query,
Integer start,
Integer rows)
Retrieves a set of products that match the given query. |
RegistryResponse |
MetadataStoreJPA.getProducts(ProductQuery query,
Integer start,
Integer rows)
|
RegistryResponse |
MetadataStore.getProducts(ProductQuery query,
Integer start,
Integer rows)
Retrieves products from back end store that match the query and are within the requested result list range |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |