gov.nasa.pds.registry.resource
Class ConfigurationResource

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

public class ConfigurationResource
extends Object

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 packageId, String name, String description, gov.nasa.pds.registry.model.RegistryObjectList objectList)
          Configures the registry service 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 packageId,
                                           String name,
                                           String description,
                                           gov.nasa.pds.registry.model.RegistryObjectList objectList)
Configures the registry service with a set of classification schemes and nodes

Parameters:
packageId -
name -
description -
objectList -


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