Uses of Class
gov.nasa.pds.registry.model.ClassificationNode

Packages that use ClassificationNode
gov.nasa.pds.registry.resource   
gov.nasa.pds.registry.service   
gov.nasa.pds.registry.util   
 

Uses of ClassificationNode in gov.nasa.pds.registry.resource
 

Methods in gov.nasa.pds.registry.resource that return ClassificationNode
 ClassificationNode NodesResource.getClassificationNode(String nodeGuid)
          Retrieves the classification node with the given identifier
 

Methods in gov.nasa.pds.registry.resource with parameters of type ClassificationNode
protected static URI NodesResource.getNodeUri(String schemeGuid, ClassificationNode node, javax.ws.rs.core.UriInfo uriInfo)
           
 javax.ws.rs.core.Response NodesResource.publishNode(ClassificationNode node)
          Publishes a classification node to the registry.
 

Uses of ClassificationNode in gov.nasa.pds.registry.service
 

Methods in gov.nasa.pds.registry.service that return types with arguments of type ClassificationNode
 List<ClassificationNode> RegistryService.getClassificationNodes(String scheme)
          Retrieves all ClassificationNode for a given ClassificationScheme
 List<ClassificationNode> MetadataStoreJPA.getClassificationNodes(String scheme)
           
 List<ClassificationNode> MetadataStore.getClassificationNodes(String scheme)
          Retrieves the list of classification nodes which fall under a given classification scheme
 

Uses of ClassificationNode in gov.nasa.pds.registry.util
 

Fields in gov.nasa.pds.registry.util declared as ClassificationNode
static ClassificationNode Examples.REQUEST_NODE
           
static ClassificationNode Examples.RESPONSE_NODE
           
static ClassificationNode Examples.RESPONSE_NODE_OTHER
           
 



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