Uses of Class
org.apache.oodt.cas.filemgr.structs.exceptions.RepositoryManagerException

Packages that use RepositoryManagerException
org.apache.oodt.cas.filemgr.repository   
org.apache.oodt.cas.filemgr.system   
 

Uses of RepositoryManagerException in org.apache.oodt.cas.filemgr.repository
 

Methods in org.apache.oodt.cas.filemgr.repository that throw RepositoryManagerException
 void XMLRepositoryManager.addProductType(ProductType productType)
           
 void ScienceDataRepositoryManager.addProductType(ProductType productType)
           
 void RepositoryManager.addProductType(ProductType productType)
           Adds a ProductType to the RepositoryManager.
 void DataSourceRepositoryManager.addProductType(ProductType productType)
           
 ProductType XMLRepositoryManager.getProductTypeById(String productTypeId)
           
 ProductType ScienceDataRepositoryManager.getProductTypeById(String productTypeId)
           
 ProductType RepositoryManager.getProductTypeById(String productTypeId)
           Gets a {link ProductType} from the RepositoryManager identified by its productTypeId.
 ProductType DataSourceRepositoryManager.getProductTypeById(String productTypeId)
           
 ProductType XMLRepositoryManager.getProductTypeByName(String productTypeName)
           
 ProductType ScienceDataRepositoryManager.getProductTypeByName(String productTypeName)
           
 ProductType RepositoryManager.getProductTypeByName(String productTypeName)
           Gets a ProductType specified by its productTypeName, from the RepositoryManager.
 ProductType DataSourceRepositoryManager.getProductTypeByName(String productTypeName)
           
 List<ProductType> XMLRepositoryManager.getProductTypes()
           
 List<ProductType> ScienceDataRepositoryManager.getProductTypes()
           
 List<ProductType> RepositoryManager.getProductTypes()
           Gets all the ProductTypes from the repository.
 List<ProductType> DataSourceRepositoryManager.getProductTypes()
           
 void XMLRepositoryManager.modifyProductType(ProductType productType)
           
 void ScienceDataRepositoryManager.modifyProductType(ProductType productType)
           
 void RepositoryManager.modifyProductType(ProductType productType)
           Modifies a ProductType in the RepositoryManager with the specified ID field of the productType.
 void DataSourceRepositoryManager.modifyProductType(ProductType productType)
           
 void XMLRepositoryManager.removeProductType(ProductType productType)
           
 void ScienceDataRepositoryManager.removeProductType(ProductType productType)
           
 void RepositoryManager.removeProductType(ProductType productType)
           Removes a ProductType from the RepositoryManager
 void DataSourceRepositoryManager.removeProductType(ProductType productType)
           
 

Uses of RepositoryManagerException in org.apache.oodt.cas.filemgr.system
 

Methods in org.apache.oodt.cas.filemgr.system that throw RepositoryManagerException
 String XmlRpcFileManager.addProductType(Hashtable<String,Object> productTypeHash)
           
 String XmlRpcFileManagerClient.addProductType(ProductType type)
           
 Hashtable<String,Object> XmlRpcFileManager.getCatalogQuery(Hashtable<String,Object> queryHash, Hashtable<String,Object> productTypeHash)
           
 Hashtable<String,Object> XmlRpcFileManager.getCatalogValues(Hashtable<String,Object> metadataHash, Hashtable<String,Object> productTypeHash)
           
 Hashtable<String,Object> XmlRpcFileManager.getOrigValues(Hashtable<String,Object> metadataHash, Hashtable<String,Object> productTypeHash)
           
 ProductType XmlRpcFileManagerClient.getProductTypeById(String productTypeId)
           
 Hashtable<String,Object> XmlRpcFileManager.getProductTypeById(String productTypeId)
           
 ProductType XmlRpcFileManagerClient.getProductTypeByName(String productTypeName)
           
 Hashtable<String,Object> XmlRpcFileManager.getProductTypeByName(String productTypeName)
           
 List<ProductType> XmlRpcFileManagerClient.getProductTypes()
           
 Vector<Hashtable<String,Object>> XmlRpcFileManager.getProductTypes()
           
 String XmlRpcFileManager.ingestProduct(Hashtable<String,Object> productHash, Hashtable<String,String> metadata, boolean clientTransfer)
           
static void XmlRpcFileManagerClient.main(String[] args)
           
 



Copyright © 1999-2011 Apache OODT. All Rights Reserved.