|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.registry.resource.RegistryResource
@Component @Scope(value="request") public class RegistryResource
This is the root resource for managing the registry.
Constructor Summary | |
---|---|
RegistryResource()
|
Method Summary | |
---|---|
AssociationsResource |
getAssociationsResource()
Provides access to operations that can be done on associations. |
ClassificationsResource |
getClassificationsResource()
Provides access to operations on Classifications that are made on RegistryObjects. |
EventsResource |
getEventsResource()
Provides access to operations that can be done with Auditable Events. |
ProductsResource |
getProductsResource()
Provides access to operations that can be done on products. |
SchemesResource |
getSchemesResource()
Provides access to operations that can be done with ClassificationSchemes. |
ServicesResource |
getServicesResource()
Provides access to operations that can be done with Service registrations. |
StatusInfo |
getStatus()
Retrieve the status of the registry service. |
void |
synchronize(Collection<Product> products)
Synchronizes the incoming registry products with those already present in the registry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegistryResource()
Method Detail |
---|
public StatusInfo getStatus()
public void synchronize(Collection<Product> products)
products
- from some other registrypublic ProductsResource getProductsResource()
public AssociationsResource getAssociationsResource()
public EventsResource getEventsResource()
public SchemesResource getSchemesResource()
public ServicesResource getServicesResource()
public ClassificationsResource getClassificationsResource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |