|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssociationFilter | |
---|---|
gov.nasa.pds.registry.client | |
gov.nasa.pds.registry.query | |
gov.nasa.pds.registry.service |
Uses of AssociationFilter in gov.nasa.pds.registry.client |
---|
Method parameters in gov.nasa.pds.registry.client with type arguments of type AssociationFilter | |
---|---|
PagedResponse<Association> |
RegistryClient.getAssociations(RegistryQuery<AssociationFilter> query,
Integer start,
Integer rows)
Retrieves a set of association objects that match the query. |
Uses of AssociationFilter in gov.nasa.pds.registry.query |
---|
Methods in gov.nasa.pds.registry.query that return AssociationFilter | |
---|---|
AssociationFilter |
AssociationFilter.Builder.build()
|
Uses of AssociationFilter in gov.nasa.pds.registry.service |
---|
Method parameters in gov.nasa.pds.registry.service with type arguments of type AssociationFilter | |
---|---|
PagedResponse<Association> |
RegistryServiceImpl.getAssociations(RegistryQuery<AssociationFilter> query,
Integer start,
Integer rows)
|
PagedResponse<Association> |
RegistryService.getAssociations(RegistryQuery<AssociationFilter> query,
Integer start,
Integer rows)
Retrieves a set of associations that match the given query. |
PagedResponse<Association> |
MetadataStoreJPA.getAssociations(RegistryQuery<AssociationFilter> query,
Integer start,
Integer rows)
|
PagedResponse<Association> |
MetadataStore.getAssociations(RegistryQuery<AssociationFilter> 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 |