|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegistryResponse | |
---|---|
gov.nasa.pds.registry.service |
Uses of RegistryResponse in gov.nasa.pds.registry.service |
---|
Methods in gov.nasa.pds.registry.service that return RegistryResponse | |
---|---|
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 |
RegistryResponse |
RegistryServiceImpl.getAuditableEvents(String affectedObject)
|
RegistryResponse |
RegistryService.getAuditableEvents(String affectedObject)
Retrieves the list of (@link AuditableEvent}'s for the affected object |
RegistryResponse |
RegistryServiceImpl.getExtrinsics(ExtrinsicQuery query)
|
RegistryResponse |
RegistryService.getExtrinsics(ExtrinsicQuery query)
Retrieves the first set of extrinsics that match the query |
RegistryResponse |
RegistryServiceImpl.getExtrinsics(ExtrinsicQuery query,
Integer start,
Integer rows)
|
RegistryResponse |
RegistryService.getExtrinsics(ExtrinsicQuery query,
Integer start,
Integer rows)
Retrieves a set of extinsics that match the given query. |
RegistryResponse |
MetadataStoreJPA.getExtrinsics(ExtrinsicQuery query,
Integer start,
Integer rows)
|
RegistryResponse |
MetadataStore.getExtrinsics(ExtrinsicQuery query,
Integer start,
Integer rows)
Retrieves products from back end store that match the query and are within the requested result list range |
RegistryResponse |
RegistryServiceImpl.getExtrinsics(Integer start,
Integer rows)
|
RegistryResponse |
RegistryService.getExtrinsics(Integer start,
Integer rows)
This method allows one to page through the ExtrinsicObject 's in the
registry. |
RegistryResponse |
RegistryServiceImpl.getObjects(ObjectQuery query,
Integer start,
Integer rows,
Class<? extends RegistryObject> objectClass)
|
RegistryResponse |
RegistryService.getObjects(ObjectQuery query,
Integer start,
Integer rows,
Class<? extends RegistryObject> objectClass)
Generic query for a given class of registry objects. |
RegistryResponse |
MetadataStoreJPA.getRegistryObjects(ObjectQuery query,
Integer start,
Integer rows,
Class<? extends RegistryObject> objectClass)
|
RegistryResponse |
MetadataStore.getRegistryObjects(ObjectQuery query,
Integer start,
Integer rows,
Class<? extends RegistryObject> objectClass)
Generic query for a given class of registry objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |