Uses of Class
gov.nasa.pds.citool.ingestor.CatalogObject
-
Packages that use CatalogObject Package Description gov.nasa.pds.citool.ingestor gov.nasa.pds.citool.util -
-
Uses of CatalogObject in gov.nasa.pds.citool.ingestor
Methods in gov.nasa.pds.citool.ingestor that return types with arguments of type CatalogObject Modifier and Type Method Description List<CatalogObject>
CatalogVolumeIngester. getCatalogObjects()
Methods in gov.nasa.pds.citool.ingestor with parameters of type CatalogObject Modifier and Type Method Description void
CatalogVolumeIngester. addCatalogObject(CatalogObject catObj)
static FileInfo
ProductFactory. createFile(CatalogObject catObj)
Create file infostatic RegistryObject
ProductFactory. createProduct(CatalogObject catObj, CatalogVolumeIngester ingester)
Create an extrinsic objectString
CatalogVolumeIngester. createRegistryObject(CatalogObject catObj)
Ingest an extrinsic object to the registry servicestatic RegistryObject
ProductFactory. createResrcProduct(gov.nasa.pds.tools.label.ObjectStatement resrcObj, CatalogObject catObj)
Create an extrinsic objectvoid
CatalogVolumeIngester. ingest(CatalogObject catObj)
Method to ingest given catalog object to the registry service It calls ingestExtrinsicObject() for the product registry.void
CatalogVolumeIngester. publishObject(CatalogObject obj)
void
CatalogVolumeIngester. setProductReferences(List<CatalogObject> catObjs, CatalogObject catObj, Map<String,List<String>> refs)
Add reference information as slot values then, update the registered productMethod parameters in gov.nasa.pds.citool.ingestor with type arguments of type CatalogObject Modifier and Type Method Description void
CatalogVolumeIngester. setProductReferences(List<CatalogObject> catObjs, CatalogObject catObj, Map<String,List<String>> refs)
Add reference information as slot values then, update the registered product -
Uses of CatalogObject in gov.nasa.pds.citool.util
Methods in gov.nasa.pds.citool.util with parameters of type CatalogObject Modifier and Type Method Description static List<String>
ReferenceUtils. getRefValues(String version, String associationType, Map<String,List<String>> allRefs, CatalogObject catObj)
Method parameters in gov.nasa.pds.citool.util with type arguments of type CatalogObject Modifier and Type Method Description static Map<String,String>
ReferenceUtils. getTargetInfos(String targetName, List<CatalogObject> catObjs)
-