Package | Description |
---|---|
gov.nasa.pds.registry.client | |
gov.nasa.pds.registry.service |
Modifier and Type | Method and Description |
---|---|
PagedResponse<Association> |
RegistryClient.getAssociations(RegistryQuery<AssociationFilter> query,
java.lang.Integer start,
java.lang.Integer rows)
Retrieves a set of association objects that match the query.
|
Modifier and Type | Method and Description |
---|---|
Association |
RegistryServiceImpl.getAssocation(java.lang.String guid) |
Association |
RegistryService.getAssocation(java.lang.String guid)
Retrieves the
Association from the registry with the given guid |
Modifier and Type | Method and Description |
---|---|
PagedResponse<Association> |
MetadataStoreJPA.getAssociations(RegistryQuery<AssociationFilter> query,
java.lang.Integer start,
java.lang.Integer rows) |
PagedResponse<Association> |
MetadataStore.getAssociations(RegistryQuery<AssociationFilter> query,
java.lang.Integer start,
java.lang.Integer rows)
Retrieves associations from the back end store that match the query and are
within the requested results list range
|
PagedResponse<Association> |
RegistryServiceImpl.getAssociations(RegistryQuery<AssociationFilter> query,
java.lang.Integer start,
java.lang.Integer rows) |
PagedResponse<Association> |
RegistryService.getAssociations(RegistryQuery<AssociationFilter> query,
java.lang.Integer start,
java.lang.Integer rows)
Retrieves a set of associations that match the given query.
|
PagedResponse<Association> |
RegistryServiceImpl.getObjects(RegistryQuery<ObjectFilter> query,
java.lang.Integer start,
java.lang.Integer rows,
java.lang.Class<? extends RegistryObject> objectClass) |
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.