Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
L
N
P
R
S
U
V
A
addApproveExtrinsicLink(Response.ResponseBuilder, UriInfo, ExtrinsicObject)
- Static method in class gov.nasa.pds.registry.resource.
ExtrinsicsResource
addDeprecateExtrinsicLink(Response.ResponseBuilder, UriInfo, ExtrinsicObject)
- Static method in class gov.nasa.pds.registry.resource.
ExtrinsicsResource
addEarliestExtrinsicLink(Response.ResponseBuilder, UriInfo, RegistryService, ExtrinsicObject)
- Static method in class gov.nasa.pds.registry.resource.
ExtrinsicsResource
addLatestExtrinsicLink(Response.ResponseBuilder, UriInfo, RegistryService, ExtrinsicObject)
- Static method in class gov.nasa.pds.registry.resource.
ExtrinsicsResource
addNextExtrinsicLink(Response.ResponseBuilder, UriInfo, RegistryService, ExtrinsicObject)
- Static method in class gov.nasa.pds.registry.resource.
ExtrinsicsResource
addPreviousExtrinsicLink(Response.ResponseBuilder, UriInfo, RegistryService, ExtrinsicObject)
- Static method in class gov.nasa.pds.registry.resource.
ExtrinsicsResource
APPROVE_EVENT
- Static variable in class gov.nasa.pds.registry.util.
Examples
AssociationsResource
- Class in
gov.nasa.pds.registry.resource
This resource is responsible for managing Associations with the registry service.
AssociationsResource(UriInfo, Request, RegistryService)
- Constructor for class gov.nasa.pds.registry.resource.
AssociationsResource
C
changeStatus(String, ObjectAction)
- Method in class gov.nasa.pds.registry.resource.
ExtrinsicsResource
Updates the status of the extrinsic with the given global identifier.
changeStatusOfPackageMembers(String, ObjectAction)
- Method in class gov.nasa.pds.registry.resource.
PackagesResource
Updates the status of all the members of the package with the given global identifier.
ClassificationsResource
- Class in
gov.nasa.pds.registry.resource
This resource is responsible for managing Classifications with the registry service.
ClassificationsResource(UriInfo, Request, RegistryService)
- Constructor for class gov.nasa.pds.registry.resource.
ClassificationsResource
ConfigurationResource
- Class in
gov.nasa.pds.registry.resource
This resource is responsible for managing configuration of the registry service.
ConfigurationResource(UriInfo, Request, RegistryService)
- Constructor for class gov.nasa.pds.registry.resource.
ConfigurationResource
configure(String, String, String, RegistryObjectList)
- Method in class gov.nasa.pds.registry.resource.
ConfigurationResource
Configures the registry with a set of classification schemes and nodes.
CREATE_EVENT
- Static variable in class gov.nasa.pds.registry.util.
Examples
D
DateParam
- Class in
gov.nasa.pds.registry.util
DateParam(String)
- Constructor for class gov.nasa.pds.registry.util.
DateParam
deleteAssociation(String)
- Method in class gov.nasa.pds.registry.resource.
AssociationsResource
Deletes the association with the given global identifier.
deleteClassification(String)
- Method in class gov.nasa.pds.registry.resource.
ClassificationsResource
Deletes the classification with the given global identifier.
deleteClassificationNode(String)
- Method in class gov.nasa.pds.registry.resource.
NodesResource
Deletes the classification node with the given global identifier.
deleteClassificationScheme(String)
- Method in class gov.nasa.pds.registry.resource.
SchemesResource
Deletes the classification scheme with the given global identifier.
deleteExtrinsic(String)
- Method in class gov.nasa.pds.registry.resource.
ExtrinsicsResource
Removes the extrinsic with the given global identifier.
deleteIdentifier(String)
- Method in class gov.nasa.pds.registry.resource.
ExternalIdentifiersResource
Deletes the external identifier with the given global identifier.
deleteLink(String)
- Method in class gov.nasa.pds.registry.resource.
LinksResource
Deletes the external link with the given global identifier.
deletePackage(String)
- Method in class gov.nasa.pds.registry.resource.
PackagesResource
Deletes the package with the given global identifier.
deletePackageMembers(String)
- Method in class gov.nasa.pds.registry.resource.
PackagesResource
Deletes all the members of a package with the given global identifier.
deleteService(String)
- Method in class gov.nasa.pds.registry.resource.
ServicesResource
Deletes the service with the given global identifier.
E
EventsResource
- Class in
gov.nasa.pds.registry.resource
This resource is responsible for managing Auditable Events with the registry service.
EventsResource(UriInfo, Request, RegistryService)
- Constructor for class gov.nasa.pds.registry.resource.
EventsResource
Examples
- Class in
gov.nasa.pds.registry.util
Class to hold some sample model objects for WADL generation.
Examples()
- Constructor for class gov.nasa.pds.registry.util.
Examples
EXTERNAL_LINK
- Static variable in class gov.nasa.pds.registry.util.
Examples
ExternalIdentifiersResource
- Class in
gov.nasa.pds.registry.resource
This resource is responsible for managing External Identifiers with the registry service.
ExternalIdentifiersResource(UriInfo, Request, RegistryService)
- Constructor for class gov.nasa.pds.registry.resource.
ExternalIdentifiersResource
ExtrinsicsResource
- Class in
gov.nasa.pds.registry.resource
This resource is responsible for managing Extrinsics with the registry service.
ExtrinsicsResource(UriInfo, Request, RegistryService)
- Constructor for class gov.nasa.pds.registry.resource.
ExtrinsicsResource
G
getAssociation(String)
- Method in class gov.nasa.pds.registry.resource.
AssociationsResource
Retrieves an association with the given global identifier.
getAssociations(Integer, Integer, String, String, String, QueryOperator, List<String>)
- Method in class gov.nasa.pds.registry.resource.
AssociationsResource
Retrieves all associations managed by the registry given a set of filters.
getAssociationsResource()
- Method in class gov.nasa.pds.registry.resource.
RegistryResource
Provides access to operations that can be done on associations.
getAssociationUri(Association, UriInfo)
- Static method in class gov.nasa.pds.registry.resource.
AssociationsResource
getAuditableEvents(String)
- Method in class gov.nasa.pds.registry.resource.
EventsResource
Retrieves all auditable events for a given registry object.
getClassification(String)
- Method in class gov.nasa.pds.registry.resource.
ClassificationsResource
Retrieves a classification with the given global identifier.
getClassificationNode(String)
- Method in class gov.nasa.pds.registry.resource.
NodesResource
Retrieves the classification node with the given global identifier.
getClassificationNodes(String)
- Method in class gov.nasa.pds.registry.resource.
SchemesResource
Retrieves the classification nodes for the given classification scheme.
getClassificationScheme(String)
- Method in class gov.nasa.pds.registry.resource.
SchemesResource
Retrieves the classification scheme with the given global identifier.
getClassificationsResource()
- Method in class gov.nasa.pds.registry.resource.
RegistryResource
Provides access to operations on Classifications that are made on RegistryObjects.
getClassificationUri(Classification, UriInfo)
- Static method in class gov.nasa.pds.registry.resource.
ClassificationsResource
getConfigurationResource()
- Method in class gov.nasa.pds.registry.resource.
RegistryResource
Provides access to configure the registry.
getDate()
- Method in class gov.nasa.pds.registry.util.
DateParam
getEarliestVersion(String)
- Method in class gov.nasa.pds.registry.resource.
ExtrinsicsResource
Retrieves the earliest extrinsic from the registry.
getEvents(Integer, Integer, DateParam, DateParam, EventType, String, String, QueryOperator, List<String>)
- Method in class gov.nasa.pds.registry.resource.
EventsResource
Retrieves all auditable events managed by the registry given a set of filters.
getEventsResource()
- Method in class gov.nasa.pds.registry.resource.
RegistryResource
Provides access to operations that can be done with Auditable Events.
getExternalIdentifiersResource()
- Method in class gov.nasa.pds.registry.resource.
RegistryResource
Provides access to operations on ExternalIdentifiers.
getExtrinsic(String)
- Method in class gov.nasa.pds.registry.resource.
ExtrinsicsResource
Retrieves a single extrinsic from the registry.
getExtrinsics(Integer, Integer, String, String, String, String, String, String, String, ObjectStatus, QueryOperator, List<String>)
- Method in class gov.nasa.pds.registry.resource.
ExtrinsicsResource
Allows access to all the extrinsics managed by the registry.
getExtrinsicsResource()
- Method in class gov.nasa.pds.registry.resource.
RegistryResource
Provides access to operations that can be done on extrinsics.
getExtrinsicUri(ExtrinsicObject, UriInfo)
- Static method in class gov.nasa.pds.registry.resource.
ExtrinsicsResource
getExtrinsicVersions(String)
- Method in class gov.nasa.pds.registry.resource.
ExtrinsicsResource
Retrieves the collection of extrinsics that share the same logical identifier.
getIdentifier(String)
- Method in class gov.nasa.pds.registry.resource.
ExternalIdentifiersResource
Retrieves an external identifier with the given global identifier.
getIdentifierUri(ExternalIdentifier, UriInfo)
- Static method in class gov.nasa.pds.registry.resource.
ExternalIdentifiersResource
getLatestVersion(String)
- Method in class gov.nasa.pds.registry.resource.
ExtrinsicsResource
Retrieves the latest extrinsic from the registry.
getLInk(String)
- Method in class gov.nasa.pds.registry.resource.
LinksResource
Retrieves the external link with the given global identifier.
getLink(Integer, Integer)
- Method in class gov.nasa.pds.registry.resource.
LinksResource
Retrieves all external links managed by the registry given a set of filters.
getLinksResource()
- Method in class gov.nasa.pds.registry.resource.
RegistryResource
Provides access to operations that can be done on links.
getLinkUri(ExternalLink, UriInfo)
- Static method in class gov.nasa.pds.registry.resource.
LinksResource
getNodes(Integer, Integer)
- Method in class gov.nasa.pds.registry.resource.
NodesResource
getNodesResource()
- Method in class gov.nasa.pds.registry.resource.
RegistryResource
Provides access to operations on ClassificationNodes.
getNodeUri(ClassificationNode, UriInfo)
- Static method in class gov.nasa.pds.registry.resource.
NodesResource
getOriginalValue()
- Method in class gov.nasa.pds.registry.util.
DateParam
getPackage(String)
- Method in class gov.nasa.pds.registry.resource.
PackagesResource
Retrieves the package with the given global identifier.
getPackagesResource()
- Method in class gov.nasa.pds.registry.resource.
RegistryResource
Provides access to operations on RegistryPackages.
getPackageUri(RegistryPackage, UriInfo)
- Static method in class gov.nasa.pds.registry.resource.
PackagesResource
getRegistryResources()
- Method in class gov.nasa.pds.registry.resource.
RegistryResource
Returns a welcome message from the registry service.
getReplicationReport()
- Method in class gov.nasa.pds.registry.resource.
ReplicationResource
Retrieves information about an ongoing replication request.
getReplicationResource()
- Method in class gov.nasa.pds.registry.resource.
RegistryResource
Provides access to replication operations.
getReport()
- Method in class gov.nasa.pds.registry.resource.
RegistryResource
Returns a report of objects registered with the registry service.
getSchemesResource()
- Method in class gov.nasa.pds.registry.resource.
RegistryResource
Provides access to operations that can be done with ClassificationSchemes.
getSchemeUri(ClassificationScheme, UriInfo)
- Static method in class gov.nasa.pds.registry.resource.
SchemesResource
getService(String)
- Method in class gov.nasa.pds.registry.resource.
ServicesResource
Retrieves the service with the given global identifier.
getServices(Integer, Integer)
- Method in class gov.nasa.pds.registry.resource.
PackagesResource
Retrieves all packages managed by the registry given a set of filters.
getServices(Integer, Integer)
- Method in class gov.nasa.pds.registry.resource.
SchemesResource
Retrieves all classification schemes managed by the registry given a set of filters.
getServices(Integer, Integer)
- Method in class gov.nasa.pds.registry.resource.
ServicesResource
Retrieves all services managed by the registry given a set of filters.
getServicesResource()
- Method in class gov.nasa.pds.registry.resource.
RegistryResource
Provides access to operations that can be done with Service registrations.
getServiceUri(Service, UriInfo)
- Static method in class gov.nasa.pds.registry.resource.
ServicesResource
gov.nasa.pds.registry.resource
- package gov.nasa.pds.registry.resource
gov.nasa.pds.registry.util
- package gov.nasa.pds.registry.util
L
LinksResource
- Class in
gov.nasa.pds.registry.resource
This resource is responsible for managing External Links with the registry service.
LinksResource(UriInfo, Request, RegistryService)
- Constructor for class gov.nasa.pds.registry.resource.
LinksResource
N
NodesResource
- Class in
gov.nasa.pds.registry.resource
This resource is responsible for managing Classification Nodes for a given Classification Scheme.
NodesResource(UriInfo, Request, RegistryService)
- Constructor for class gov.nasa.pds.registry.resource.
NodesResource
P
PackagesResource
- Class in
gov.nasa.pds.registry.resource
This resource is responsible for managing Packages with the registry service.
PackagesResource(UriInfo, Request, RegistryService)
- Constructor for class gov.nasa.pds.registry.resource.
PackagesResource
performReplication(String, DateParam)
- Method in class gov.nasa.pds.registry.resource.
ReplicationResource
Requests a replication of a remote registry contents to be initiated.
publishAssociation(Association, String)
- Method in class gov.nasa.pds.registry.resource.
AssociationsResource
Publishes an association to the registry.
publishClassification(Classification, String)
- Method in class gov.nasa.pds.registry.resource.
ClassificationsResource
Publishes a classification to the registry.
publishExtrinsic(ExtrinsicObject, String)
- Method in class gov.nasa.pds.registry.resource.
ExtrinsicsResource
Publishes an extrinsic object to the registry.
publishIdentifier(ExternalIdentifier, String)
- Method in class gov.nasa.pds.registry.resource.
ExternalIdentifiersResource
Publishes a package to the registry.
publishLink(ExternalLink, String)
- Method in class gov.nasa.pds.registry.resource.
LinksResource
Publishes an external link to the registry.
publishNode(ClassificationNode, String)
- Method in class gov.nasa.pds.registry.resource.
NodesResource
Publishes a classification node to the registry.
publishPackage(RegistryPackage)
- Method in class gov.nasa.pds.registry.resource.
PackagesResource
Publishes a package to the registry.
publishScheme(ClassificationScheme, String)
- Method in class gov.nasa.pds.registry.resource.
SchemesResource
Publishes a classification scheme to the registry.
publishService(Service, String)
- Method in class gov.nasa.pds.registry.resource.
ServicesResource
Publishes a service to the registry.
R
RegistryResource
- Class in
gov.nasa.pds.registry.resource
This is the top-level resource for the registry service.
RegistryResource()
- Constructor for class gov.nasa.pds.registry.resource.
RegistryResource
ReplicationResource
- Class in
gov.nasa.pds.registry.resource
This resource is responsible for managing replication requests.
ReplicationResource(UriInfo, Request, RegistryService)
- Constructor for class gov.nasa.pds.registry.resource.
ReplicationResource
REQUEST_ASSOCIATION
- Static variable in class gov.nasa.pds.registry.util.
Examples
REQUEST_EXTRINSIC
- Static variable in class gov.nasa.pds.registry.util.
Examples
REQUEST_EXTRINSIC_VERSIONED
- Static variable in class gov.nasa.pds.registry.util.
Examples
REQUEST_NODE
- Static variable in class gov.nasa.pds.registry.util.
Examples
REQUEST_SCHEME
- Static variable in class gov.nasa.pds.registry.util.
Examples
RESPONSE_ASSOCIATION
- Static variable in class gov.nasa.pds.registry.util.
Examples
RESPONSE_ASSOCIATION_QUERY
- Static variable in class gov.nasa.pds.registry.util.
Examples
RESPONSE_AUDITABLE_EVENTS
- Static variable in class gov.nasa.pds.registry.util.
Examples
RESPONSE_EXTRINSIC
- Static variable in class gov.nasa.pds.registry.util.
Examples
RESPONSE_EXTRINSIC_APPROVED
- Static variable in class gov.nasa.pds.registry.util.
Examples
RESPONSE_EXTRINSIC_DEPRECATED
- Static variable in class gov.nasa.pds.registry.util.
Examples
RESPONSE_EXTRINSIC_UPDATED
- Static variable in class gov.nasa.pds.registry.util.
Examples
RESPONSE_EXTRINSIC_VERSIONED
- Static variable in class gov.nasa.pds.registry.util.
Examples
RESPONSE_EXTRINSIC_VERSIONS
- Static variable in class gov.nasa.pds.registry.util.
Examples
RESPONSE_LINKS
- Static variable in class gov.nasa.pds.registry.util.
Examples
RESPONSE_NODE
- Static variable in class gov.nasa.pds.registry.util.
Examples
RESPONSE_NODE_OTHER
- Static variable in class gov.nasa.pds.registry.util.
Examples
RESPONSE_NODES
- Static variable in class gov.nasa.pds.registry.util.
Examples
RESPONSE_PAGED
- Static variable in class gov.nasa.pds.registry.util.
Examples
RESPONSE_REGISTRY_OBJECT_REVISIONS
- Static variable in class gov.nasa.pds.registry.util.
Examples
RESPONSE_REPORT
- Static variable in class gov.nasa.pds.registry.util.
Examples
RESPONSE_SCHEME
- Static variable in class gov.nasa.pds.registry.util.
Examples
RESPONSE_SLOTS
- Static variable in class gov.nasa.pds.registry.util.
Examples
S
SchemesResource
- Class in
gov.nasa.pds.registry.resource
This resource is responsible for managing Classification Schemes with the registry service.
SchemesResource(UriInfo, Request, RegistryService)
- Constructor for class gov.nasa.pds.registry.resource.
SchemesResource
SERVICE
- Static variable in class gov.nasa.pds.registry.util.
Examples
SERVICE_BINDING
- Static variable in class gov.nasa.pds.registry.util.
Examples
ServicesResource
- Class in
gov.nasa.pds.registry.resource
This resource is responsible for managing Service descriptions with the registry service.
ServicesResource(UriInfo, Request, RegistryService)
- Constructor for class gov.nasa.pds.registry.resource.
ServicesResource
SPECIFICATION_LINK
- Static variable in class gov.nasa.pds.registry.util.
Examples
U
updateExtrinsic(String, ExtrinsicObject)
- Method in class gov.nasa.pds.registry.resource.
ExtrinsicsResource
Updates the existing extrinsic with the given logical identifier and version.
updateLink(String, ExternalLink)
- Method in class gov.nasa.pds.registry.resource.
LinksResource
Updates the external link with the given global identifier.
updateLinkWithPost(String, ExternalLink)
- Method in class gov.nasa.pds.registry.resource.
LinksResource
Updates the external link with the given global identifier.
updateService(String, Service)
- Method in class gov.nasa.pds.registry.resource.
ServicesResource
Updates the service and its contained objects with the given global identifier.
updateServiceWithPost(String, Service)
- Method in class gov.nasa.pds.registry.resource.
ServicesResource
Updates the service and its contained objects with the given global identifier.
V
versionExtrinsic(ExtrinsicObject, String, boolean)
- Method in class gov.nasa.pds.registry.resource.
ExtrinsicsResource
Creates a new version of an extrinsic in the registry.
A
C
D
E
G
L
N
P
R
S
U
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010-2012
Planetary Data System
. All Rights Reserved.