gov.nasa.pds.harvest.registry
Class PdsRegistryService

java.lang.Object
  extended by gov.nasa.pds.harvest.registry.PdsRegistryService

public class PdsRegistryService
extends Object


Constructor Summary
PdsRegistryService(String url)
           
PdsRegistryService(String url, gov.nasa.pds.registry.client.SecurityContext securityContext, String user, String password)
           
 
Method Summary
 String createPackage(gov.nasa.pds.registry.model.RegistryPackage registryPackage)
           
 boolean hasProduct(String lid)
           
 boolean hasProduct(String lid, String vid)
           
 String ingest(gov.nasa.pds.registry.model.ExtrinsicObject extrinsic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdsRegistryService

public PdsRegistryService(String url)
                   throws gov.nasa.pds.registry.exception.RegistryClientException
Throws:
gov.nasa.pds.registry.exception.RegistryClientException

PdsRegistryService

public PdsRegistryService(String url,
                          gov.nasa.pds.registry.client.SecurityContext securityContext,
                          String user,
                          String password)
                   throws gov.nasa.pds.registry.exception.RegistryClientException
Throws:
gov.nasa.pds.registry.exception.RegistryClientException
Method Detail

hasProduct

public boolean hasProduct(String lid)

hasProduct

public boolean hasProduct(String lid,
                          String vid)
                   throws gov.nasa.pds.registry.exception.RegistryServiceException
Throws:
gov.nasa.pds.registry.exception.RegistryServiceException

ingest

public String ingest(gov.nasa.pds.registry.model.ExtrinsicObject extrinsic)
              throws gov.nasa.pds.registry.exception.RegistryServiceException
Throws:
gov.nasa.pds.registry.exception.RegistryServiceException

createPackage

public String createPackage(gov.nasa.pds.registry.model.RegistryPackage registryPackage)
                     throws gov.nasa.pds.registry.exception.RegistryServiceException
Throws:
gov.nasa.pds.registry.exception.RegistryServiceException


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