Uses of Class
gov.nasa.pds.registry.exception.RegistryClientException

Packages that use RegistryClientException
gov.nasa.pds.registry.client   
gov.nasa.pds.registry.client.results   
 

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

Constructors in gov.nasa.pds.registry.client that throw RegistryClientException
RegistryClient(String baseUrl)
           
RegistryClient(String baseUrl, SecurityContext securityContext, String username, String password)
           
 

Uses of RegistryClientException in gov.nasa.pds.registry.client.results
 

Methods in gov.nasa.pds.registry.client.results that throw RegistryClientException
 String RegistryHandler.checkForReference(String value, String slotName)
          Check if the value comes from an association field (*_ref).
 boolean RegistryResults.nextPage()
          Handles paging through results
 void RegistryResults.performRegistryQuery(int start, int pageLength)
          Queries Registry with page beginning at start with specified page length.
 

Constructors in gov.nasa.pds.registry.client.results that throw RegistryClientException
RegistryResults(List<String> registryUrlList, RegistryQuery<?> query, int queryMax)
          Constructor for list of registry urls.
RegistryResults(List<String> registryUrlList, RegistryQuery<?> query, int queryMax, List<ResultsFilter> resultsFilterList)
          Main constructor that initializes globals as needed and increments to the first registry in the list.
RegistryResults(String registryUrl, RegistryQuery<?> query, int queryMax)
          Constructor for a single registryUrl.
RegistryResults(String registryUrl, RegistryQuery<?> query, int queryMax, List<ResultsFilter> resultsFilterList)
          Constructor for a single registryUrl.
 



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