|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssociationQuery | |
---|---|
gov.nasa.pds.registry.client | |
gov.nasa.pds.registry.query | |
gov.nasa.pds.registry.service |
Uses of AssociationQuery in gov.nasa.pds.registry.client |
---|
Methods in gov.nasa.pds.registry.client with parameters of type AssociationQuery | |
---|---|
com.sun.jersey.api.client.ClientResponse |
RegistryClient.getAssociations(AssociationQuery query,
Integer start,
Integer rows)
|
Uses of AssociationQuery in gov.nasa.pds.registry.query |
---|
Methods in gov.nasa.pds.registry.query that return AssociationQuery | |
---|---|
AssociationQuery |
AssociationQuery.Builder.build()
|
Uses of AssociationQuery in gov.nasa.pds.registry.service |
---|
Methods in gov.nasa.pds.registry.service with parameters of type AssociationQuery | |
---|---|
RegistryResponse |
RegistryServiceImpl.getAssociations(AssociationQuery query,
Integer start,
Integer rows)
|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |