|
||||||||||
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 top-level resource for the registry service.
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. |
ConfigurationResource |
getConfigurationResource()
Provides access to configure the registry. |
EventsResource |
getEventsResource()
Provides access to operations that can be done with Auditable Events. |
ExternalIdentifiersResource |
getExternalIdentifiersResource()
Provides access to operations on ExternalIdentifiers. |
ExtrinsicsResource |
getExtrinsicsResource()
Provides access to operations that can be done on extrinsics. |
LinksResource |
getLinksResource()
Provides access to operations that can be done on links. |
NodesResource |
getNodesResource()
Provides access to operations on ClassificationNodes. |
PackagesResource |
getPackagesResource()
Provides access to operations on RegistryPackages. |
javax.ws.rs.core.Response |
getRegistryResources()
Returns home page of the registry service and the list of available resources in the header of the response. |
ReplicationResource |
getReplicationResource()
Provides access to replication operations. |
gov.nasa.pds.registry.model.Report |
getReport()
Returns a report of objects registered with the registry service. |
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. |
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 javax.ws.rs.core.Response getRegistryResources()
public gov.nasa.pds.registry.model.Report getReport()
public ExtrinsicsResource getExtrinsicsResource()
public AssociationsResource getAssociationsResource()
public EventsResource getEventsResource()
public SchemesResource getSchemesResource()
public ServicesResource getServicesResource()
public LinksResource getLinksResource()
public ClassificationsResource getClassificationsResource()
public ConfigurationResource getConfigurationResource()
public PackagesResource getPackagesResource()
public ExternalIdentifiersResource getExternalIdentifiersResource()
public NodesResource getNodesResource()
public ReplicationResource getReplicationResource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |