public class PdsRegistryService extends Object
Constructor and Description |
---|
PdsRegistryService(String url) |
PdsRegistryService(String url,
SecurityContext securityContext,
String user,
String password) |
Modifier and Type | Method and Description |
---|---|
String |
createPackage(RegistryPackage registryPackage) |
BatchManager |
getBatchManager() |
boolean |
hasProduct(String lid) |
boolean |
hasProduct(String lid,
String vid) |
void |
ingest(ExtrinsicObject extrinsic,
String datasetId) |
void |
setBatchMode(int value)
Sets the number of concurrent registrations to make
during batch mode.
|
public PdsRegistryService(String url) throws RegistryClientException
RegistryClientException
public PdsRegistryService(String url, SecurityContext securityContext, String user, String password) throws RegistryClientException
RegistryClientException
public boolean hasProduct(String lid)
public boolean hasProduct(String lid, String vid) throws RegistryServiceException
RegistryServiceException
public void ingest(ExtrinsicObject extrinsic, String datasetId)
public String createPackage(RegistryPackage registryPackage) throws RegistryServiceException
RegistryServiceException
public void setBatchMode(int value)
value
- An integer value.public BatchManager getBatchManager()
Copyright © 2010–2017 Planetary Data System. All rights reserved.