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

Packages that use ValidationLayerException
org.apache.oodt.cas.filemgr.system   
org.apache.oodt.cas.filemgr.validation   
 

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

Methods in org.apache.oodt.cas.filemgr.system that throw ValidationLayerException
 Element XmlRpcFileManagerClient.getElementById(String elementId)
           
 Hashtable<String,Object> XmlRpcFileManager.getElementById(String elementId)
           
 Element XmlRpcFileManagerClient.getElementByName(String elementName)
           
 Hashtable<String,Object> XmlRpcFileManager.getElementByName(String elementName)
           
 Element XmlRpcFileManagerClient.getElementByName(String elementName, ProductType type)
           
 Vector<Hashtable<String,Object>> XmlRpcFileManager.getElementsByProductType(Hashtable<String,Object> productTypeHash)
           
 List<Element> XmlRpcFileManagerClient.getElementsByProductType(ProductType type)
           
 

Uses of ValidationLayerException in org.apache.oodt.cas.filemgr.validation
 

Methods in org.apache.oodt.cas.filemgr.validation that throw ValidationLayerException
 void XMLValidationLayer.addElement(Element element)
           
 void ValidationLayer.addElement(Element element)
           Adds the Element to the ValidationLayer.
 void ScienceDataValidationLayer.addElement(Element element)
           
 void DataSourceValidationLayer.addElement(Element element)
           
 void XMLValidationLayer.addElementToProductType(ProductType type, Element element)
           
 void ValidationLayer.addElementToProductType(ProductType type, Element element)
           Adds the specified element to the ProductType specified by its productTypeId.
 void ScienceDataValidationLayer.addElementToProductType(ProductType productType, Element element)
           
 void DataSourceValidationLayer.addElementToProductType(ProductType type, Element element)
           
 void DataSourceValidationLayer.addParentToProductType(ProductType type, String parent)
           
 Element XMLValidationLayer.getElementById(String elementId)
           
 Element ValidationLayer.getElementById(String elementId)
          Gets an element by its String identifier.
 Element ScienceDataValidationLayer.getElementById(String elementId)
           
 Element DataSourceValidationLayer.getElementById(String elementId)
           
 Element XMLValidationLayer.getElementByName(String elementName)
           
 Element ValidationLayer.getElementByName(String elementName)
          Gets an element by its String name.
 Element ScienceDataValidationLayer.getElementByName(String elementName)
           
 Element DataSourceValidationLayer.getElementByName(String elementName)
           
 List<Element> XMLValidationLayer.getElements()
           
 List<Element> ValidationLayer.getElements()
           
 List<Element> ScienceDataValidationLayer.getElements()
           
 List<Element> DataSourceValidationLayer.getElements()
           
 List<Element> XMLValidationLayer.getElements(ProductType type)
           
 List<Element> ValidationLayer.getElements(ProductType type)
           Returns a List of Elements corresponding to the given ProductType.
 List<Element> DataSourceValidationLayer.getElements(ProductType type)
           
 void XMLValidationLayer.modifyElement(Element element)
           
 void ValidationLayer.modifyElement(Element element)
           Modifies an existing Element in the ValidationLayer.
 void ScienceDataValidationLayer.modifyElement(Element element)
           
 void DataSourceValidationLayer.modifyElement(Element element)
           
 void XMLValidationLayer.removeElement(Element element)
           
 void ValidationLayer.removeElement(Element element)
           Removes a metadata Element from the ValidationLayer.
 void ScienceDataValidationLayer.removeElement(Element element)
           
 void DataSourceValidationLayer.removeElement(Element element)
           
 void XMLValidationLayer.removeElementFromProductType(ProductType type, Element element)
           
 void ValidationLayer.removeElementFromProductType(ProductType type, Element element)
           Removes a metadata Element from the specified productTypeId.
 void ScienceDataValidationLayer.removeElementFromProductType(ProductType productType, Element element)
           
 void DataSourceValidationLayer.removeElementFromProductType(ProductType type, Element element)
           
 void DataSourceValidationLayer.removeParentFromProductType(ProductType type, String parent)
           
 



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