gov.nasa.pds.registry.resource
Class ConfigurationResource

java.lang.Object
  extended by gov.nasa.pds.registry.resource.ConfigurationResource

public class ConfigurationResource
extends Object

This resource is responsible for managing configuration of the registry service.

Author:
pramirez

Constructor Summary
ConfigurationResource(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.Request request, gov.nasa.pds.registry.service.RegistryService registryService)
           
 
Method Summary
 javax.ws.rs.core.Response configure(String packageGuid, String name, String description, gov.nasa.pds.registry.model.RegistryObjectList objectList)
          Configures the registry with a set of classification schemes and nodes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationResource

public ConfigurationResource(javax.ws.rs.core.UriInfo uriInfo,
                             javax.ws.rs.core.Request request,
                             gov.nasa.pds.registry.service.RegistryService registryService)
Method Detail

configure

public javax.ws.rs.core.Response configure(String packageGuid,
                                           String name,
                                           String description,
                                           gov.nasa.pds.registry.model.RegistryObjectList objectList)
Configures the registry with a set of classification schemes and nodes.

Parameters:
packageId -
name -
description -
objectList -


Copyright © 2010-2012 Planetary Data System. All Rights Reserved.