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

Packages that use RegistryResponse
gov.nasa.pds.registry.resource   
gov.nasa.pds.registry.service   
gov.nasa.pds.registry.util   
 

Uses of RegistryResponse in gov.nasa.pds.registry.resource
 

Methods in gov.nasa.pds.registry.resource that return RegistryResponse
 RegistryResponse EventsResource.getAuditableEvents(String affectedObject)
          Retrieve all AuditableEvents found for a given registry object.
 RegistryResponse NodesResource.getClassificationNodes()
          Retrieves the classification nodes for the scheme
 RegistryResponse ProductsResource.getProductVersions(String lid)
          Retrieves the collection of products that share the same local identifier.
 

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

Methods in gov.nasa.pds.registry.service that return RegistryResponse
 RegistryResponse RegistryService.getAssociations(AssociationQuery query, Integer start, Integer rows)
          Retrieves a set of associations that match the given query.
 RegistryResponse MetadataStoreJPA.getAssociations(AssociationQuery query, Integer start, Integer rows)
           
 RegistryResponse MetadataStore.getAssociations(AssociationQuery query, Integer start, Integer rows)
          Retrieves associations from the back end store that match the query and are within the requested results list range
 RegistryResponse RegistryService.getAssociations(String lid, String versionId, Integer start, Integer rows)
          Retrieves all associations for a given registry object.
 RegistryResponse MetadataStoreJPA.getAssociations(String lid, String versionId, Integer start, Integer rows)
           
 RegistryResponse MetadataStore.getAssociations(String lid, String versionId, Integer start, Integer rows)
          Retrieves associations that have the lid and version id where they appear as either the source or target.
 RegistryResponse RegistryService.getAuditableEvents(String affectedObject)
          Retrieves the list of (@link AuditableEvent}'s for the affected object
 RegistryResponse RegistryService.getProducts(Integer start, Integer rows)
          This method allows one to page through the Product's in the registry.
 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
 

Uses of RegistryResponse in gov.nasa.pds.registry.util
 

Fields in gov.nasa.pds.registry.util declared as RegistryResponse
static RegistryResponse Examples.RESPONSE_ASSOCIATION_QUERY
           
static RegistryResponse Examples.RESPONSE_AUDITABLE_EVENTS
           
static RegistryResponse Examples.RESPONSE_NODES
           
static RegistryResponse Examples.RESPONSE_PAGED
           
static RegistryResponse Examples.RESPONSE_PRODUCT_VERSIONS
           
static RegistryResponse Examples.RESPONSE_REGISTRY_OBJECT_REVISIONS
           
 



Copyright © 2005-2010 Planetary Data System. All Rights Reserved.