|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Product | |
---|---|
gov.nasa.pds.registry.client | |
gov.nasa.pds.registry.resource | |
gov.nasa.pds.registry.service | |
gov.nasa.pds.registry.util |
Uses of Product in gov.nasa.pds.registry.client |
---|
Methods in gov.nasa.pds.registry.client with parameters of type Product | |
---|---|
com.sun.jersey.api.client.ClientResponse |
RegistryClient.publishProduct(String user,
Product product)
|
com.sun.jersey.api.client.ClientResponse |
RegistryClient.versionProduct(String user,
Product product,
String lid)
|
com.sun.jersey.api.client.ClientResponse |
RegistryClient.versionProduct(String user,
Product product,
String lid,
Boolean major)
|
Uses of Product in gov.nasa.pds.registry.resource |
---|
Methods in gov.nasa.pds.registry.resource with parameters of type Product | |
---|---|
protected static void |
ProductResource.addApproveProductLink(javax.ws.rs.core.Response.ResponseBuilder builder,
javax.ws.rs.core.UriInfo uriInfo,
Product product)
|
protected static void |
ProductResource.addDeprecateProductLink(javax.ws.rs.core.Response.ResponseBuilder builder,
javax.ws.rs.core.UriInfo uriInfo,
Product product)
|
protected static void |
ProductResource.addEarliestProductLink(javax.ws.rs.core.Response.ResponseBuilder builder,
javax.ws.rs.core.UriInfo uriInfo,
RegistryService registryService,
Product product)
|
protected static void |
ProductResource.addLatestProductLink(javax.ws.rs.core.Response.ResponseBuilder builder,
javax.ws.rs.core.UriInfo uriInfo,
RegistryService registryService,
Product product)
|
protected static void |
ProductResource.addNextProductLink(javax.ws.rs.core.Response.ResponseBuilder builder,
javax.ws.rs.core.UriInfo uriInfo,
RegistryService registryService,
Product product)
|
protected static void |
ProductResource.addPreviousProductLink(javax.ws.rs.core.Response.ResponseBuilder builder,
javax.ws.rs.core.UriInfo uriInfo,
RegistryService registryService,
Product product)
|
protected static URI |
ProductResource.getProductUri(Product product,
javax.ws.rs.core.UriInfo uriInfo)
|
javax.ws.rs.core.Response |
ProductsResource.publishProduct(Product product)
Publishes a product to the registry. |
javax.ws.rs.core.Response |
ProductResource.updateProduct(Product product)
Updates an existing product with the given local identifier and version. |
javax.ws.rs.core.Response |
ProductsResource.versionProduct(Product product,
String lid,
boolean major)
Creates a new version of a product in the registry. |
Method parameters in gov.nasa.pds.registry.resource with type arguments of type Product | |
---|---|
void |
RegistryResource.synchronize(Collection<Product> products)
Synchronizes the incoming registry products with those already present in the registry. |
Uses of Product in gov.nasa.pds.registry.service |
---|
Methods in gov.nasa.pds.registry.service that return Product | |
---|---|
Product |
RegistryService.getEarliestProduct(String lid)
Retrieves the earliest version of the Product with the given
logical identifier |
Product |
RegistryService.getLatestProduct(String lid)
Retrieves the latest version of the Product with the given logical
identifier |
Product |
RegistryService.getNextProduct(String lid,
String versionId)
Retrieves the next version of the Product |
Product |
RegistryService.getPreviousProduct(String lid,
String versionId)
Retrieves the previous version of the Product |
Product |
RegistryService.getProduct(String guid)
Retrieves a Product from the registry |
Product |
RegistryService.getProduct(String lid,
String versionId)
Retrieves a Product from the registry with the given identifying
information. |
Methods in gov.nasa.pds.registry.service that return types with arguments of type Product | |
---|---|
List<Product> |
RegistryService.getProductVersions(String lid)
Retrieves all versions of a Product |
Methods in gov.nasa.pds.registry.service with parameters of type Product | |
---|---|
String |
RegistryService.versionProduct(String user,
String lid,
Product product,
boolean major)
Versions a Product in the registry and publishes the contents of
the provided product. |
Uses of Product in gov.nasa.pds.registry.util |
---|
Fields in gov.nasa.pds.registry.util declared as Product | |
---|---|
static Product |
Examples.REQUEST_PRODUCT
|
static Product |
Examples.REQUEST_PRODUCT_VERSIONED
|
static Product |
Examples.RESPONSE_PRODUCT
|
static Product |
Examples.RESPONSE_PRODUCT_APPROVED
|
static Product |
Examples.RESPONSE_PRODUCT_DEPRECATED
|
static Product |
Examples.RESPONSE_PRODUCT_UPDATED
|
static Product |
Examples.RESPONSE_PRODUCT_VERSIONED
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |