Package gov.nasa.pds.validate.ri
Class RegistryDocument
- java.lang.Object
-
- gov.nasa.pds.validate.ri.RegistryDocument
-
- All Implemented Interfaces:
DocumentInfo
public class RegistryDocument extends Object implements DocumentInfo
-
-
Constructor Summary
Constructors Constructor Description RegistryDocument(AuthInformation context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
exists(String lidvid)
String
getProductTypeOf(String lidvid)
List<String>
getReferencesOf(String lidvid)
-
-
-
Constructor Detail
-
RegistryDocument
public RegistryDocument(AuthInformation context)
-
-
Method Detail
-
exists
public boolean exists(String lidvid)
- Specified by:
exists
in interfaceDocumentInfo
-
getProductTypeOf
public String getProductTypeOf(String lidvid)
- Specified by:
getProductTypeOf
in interfaceDocumentInfo
-
getReferencesOf
public List<String> getReferencesOf(String lidvid)
- Specified by:
getReferencesOf
in interfaceDocumentInfo
-
-