Uses of Class
gov.nasa.pds.citool.registry.model.RegistryObject
-
Packages that use RegistryObject Package Description gov.nasa.pds.citool.ingestor gov.nasa.pds.citool.registry.client gov.nasa.pds.citool.search gov.nasa.pds.citool.util -
-
Uses of RegistryObject in gov.nasa.pds.citool.ingestor
Methods in gov.nasa.pds.citool.ingestor that return RegistryObject Modifier and Type Method Description static RegistryObject
ProductFactory. createProduct(CatalogObject catObj, CatalogVolumeIngester ingester)
Create an extrinsic objectstatic RegistryObject
ProductFactory. createResrcProduct(gov.nasa.pds.tools.label.ObjectStatement resrcObj, CatalogObject catObj)
Create an extrinsic objectRegistryObject
CatalogObject. getExtrinsicObject()
Methods in gov.nasa.pds.citool.ingestor with parameters of type RegistryObject Modifier and Type Method Description void
CatalogObject. setExtrinsicObject(RegistryObject product)
-
Uses of RegistryObject in gov.nasa.pds.citool.registry.client
Methods in gov.nasa.pds.citool.registry.client with parameters of type RegistryObject Modifier and Type Method Description static void
DebugUtils. print(RegistryObject ro, int maxLen)
String
RegistryClient. publishObject(RegistryObject obj)
String
RegistryClientSolr. publishObject(RegistryObject obj)
-
Uses of RegistryObject in gov.nasa.pds.citool.search
Methods in gov.nasa.pds.citool.search with parameters of type RegistryObject Modifier and Type Method Description void
DocGenerator. addDoc(RegistryObject ro)
-
Uses of RegistryObject in gov.nasa.pds.citool.util
Methods in gov.nasa.pds.citool.util that return RegistryObject Modifier and Type Method Description RegistryObject
RegistryObjectCache. get(String lid)
Methods in gov.nasa.pds.citool.util with parameters of type RegistryObject Modifier and Type Method Description void
RegistryObjectCache. put(RegistryObject ro)
-