Methods in gov.nasa.pds.registry.server.connection that return ViewProducts |
static ViewProducts |
ConnectionManager.getProducts(String serverUrl)
Get products starting from the first record, with no filtering, the
default sort and the default number of records. |
static ViewProducts |
ConnectionManager.getProducts(String serverUrl,
Integer start)
Get products starting from the given record number, with no filtering,
the default sort and the default number of records. |
static ViewProducts |
ConnectionManager.getProducts(String serverUrl,
Integer start,
Integer numResults)
Get products starting from the given record number and number of records. |
static ViewProducts |
ConnectionManager.getProducts(String serverUrl,
gov.nasa.pds.registry.query.RegistryQuery<gov.nasa.pds.registry.query.ExtrinsicFilter> query,
Integer start,
Integer numResults)
Retrieve products from remote registry service. |