Uses of Class
gov.nasa.pds.citool.ingestor.CatalogObject

Packages that use CatalogObject
gov.nasa.pds.citool   
gov.nasa.pds.citool.ingestor   
 

Uses of CatalogObject in gov.nasa.pds.citool
 

Fields in gov.nasa.pds.citool with type parameters of type CatalogObject
static List<CatalogObject> CIToolIngester.catObjs
           
 

Uses of CatalogObject in gov.nasa.pds.citool.ingestor
 

Methods in gov.nasa.pds.citool.ingestor with parameters of type CatalogObject
 String CatalogRegistryIngester.ingest(CatalogObject catObj)
          Method to ingest given catalog object to the registry service It calls ingestExtrinsicObject() for the product registry.
 String CatalogRegistryIngester.ingestExtrinsicObject(CatalogObject catObj)
          Ingest an extrinsic object to the registry service
 int CatalogRegistryIngester.ingestHKExtrinsicObject(CatalogObject catObj)
          Ingest housekeeping extrinsic object(s) to the registry service
 String StorageIngester.ingestToStorage(CatalogObject catObj)
          Ingests a file object and gets a product id from the storage server.
 void CatalogRegistryIngester.publishAssociation(CatalogObject catObj, Reference ref)
          Publish assocation with one reference info
 void CatalogRegistryIngester.publishAssociations(CatalogObject catObj)
          Method to publish associations with given catalog object
 void CatalogRegistryIngester.updateProduct(CatalogObject catObj, Map<String,List<String>> refs)
          Add reference information as slot values then, update the registered product
 



Copyright © 2010–2015 Planetary Data System. All rights reserved.