Uses of Class
org.apache.oodt.cas.filemgr.structs.Element

Packages that use Element
org.apache.oodt.cas.filemgr.system   
org.apache.oodt.cas.filemgr.util   
org.apache.oodt.cas.filemgr.validation   
 

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

Methods in org.apache.oodt.cas.filemgr.system that return Element
 Element XmlRpcFileManagerClient.getElementById(String elementId)
           
 Element XmlRpcFileManagerClient.getElementByName(String elementName)
           
 Element XmlRpcFileManagerClient.getElementByName(String elementName, ProductType type)
           
 

Methods in org.apache.oodt.cas.filemgr.system that return types with arguments of type Element
 List<Element> XmlRpcFileManagerClient.getElementsByProductType(ProductType type)
           
 

Uses of Element in org.apache.oodt.cas.filemgr.util
 

Methods in org.apache.oodt.cas.filemgr.util that return Element
static Element XmlStructFactory.getElement(Node elementNode)
           
static Element DbStructFactory.getElement(ResultSet rs)
           
static Element XmlRpcStructFactory.getElementFromXmlRpc(Hashtable<String,Object> elementHash)
           
static Element DbStructFactory.toScienceDataElement(ResultSet rs)
           
 

Methods in org.apache.oodt.cas.filemgr.util that return types with arguments of type Element
static List<Element> XmlRpcStructFactory.getElementListFromXmlRpc(Vector<Hashtable<String,Object>> elementVector)
           
static HashMap<String,List<Element>> XmlStructFactory.getProductTypeElementList(Node typeMapNode, HashMap<String,Element> elements)
           
 

Methods in org.apache.oodt.cas.filemgr.util with parameters of type Element
static Hashtable<String,Object> XmlRpcStructFactory.getXmlRpcElement(Element element)
           
 

Method parameters in org.apache.oodt.cas.filemgr.util with type arguments of type Element
static Document XmlStructFactory.getElementXmlDocument(List<Element> elements)
           
static HashMap<String,List<Element>> XmlStructFactory.getProductTypeElementList(Node typeMapNode, HashMap<String,Element> elements)
           
static Document XmlStructFactory.getProductTypeMapXmlDocument(HashMap<String,List<Element>> productTypeMap, HashMap<String,String> subToSuperMap)
           
static Vector<Hashtable<String,Object>> XmlRpcStructFactory.getXmlRpcElementList(List<Element> elementList)
           
static void XmlStructFactory.writeElementXmlDocument(List<Element> elements, String xmlFilePath)
           
static void XmlStructFactory.writeProductTypeMapXmLDocument(HashMap<String,List<Element>> productTypeMap, HashMap<String,String> subToSuperMap, String xmlFilePath)
           
 

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

Methods in org.apache.oodt.cas.filemgr.validation that return Element
 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)
           
 

Methods in org.apache.oodt.cas.filemgr.validation that return types with arguments of type Element
 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> ScienceDataValidationLayer.getElements(ProductType productType)
           
 List<Element> DataSourceValidationLayer.getElements(ProductType type)
           
 

Methods in org.apache.oodt.cas.filemgr.validation with parameters of type Element
 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 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)
           
 



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