Modifier and Type | Method and Description |
---|---|
Element |
XmlRpcFileManagerClient.getElementById(String elementId) |
Element |
XmlRpcFileManagerClient.getElementByName(String elementName) |
Element |
XmlRpcFileManagerClient.getElementByName(String elementName,
ProductType type) |
Modifier and Type | Method and Description |
---|---|
List<Element> |
XmlRpcFileManagerClient.getElementsByProductType(ProductType type) |
Modifier and Type | Method and Description |
---|---|
static Element |
XmlStructFactory.getElement(Node elementNode) |
static Element |
DbStructFactory.getElement(ResultSet rs) |
static Element |
XmlRpcStructFactory.getElementFromXmlRpc(Map<String,Object> elementHash) |
static Element |
DbStructFactory.toScienceDataElement(ResultSet rs) |
Modifier and Type | Method and Description |
---|---|
static List<Element> |
XmlRpcStructFactory.getElementListFromXmlRpc(Vector<Map<String,Object>> elementVector) |
static ConcurrentHashMap<String,List<Element>> |
XmlStructFactory.getProductTypeElementList(Node typeMapNode,
ConcurrentHashMap<String,Element> elements) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
XmlRpcStructFactory.getXmlRpcElement(Element element) |
static Map<String,Object> |
XmlRpcStructFactory.getXmlRpcElementHashTable(Element element) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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)
|
List<Element> |
ScienceDataValidationLayer.getElements(ProductType productType) |
List<Element> |
DataSourceValidationLayer.getElements(ProductType type) |
List<Element> |
XMLValidationLayer.getElements(ProductType type,
boolean direct)
Returns the declared elements for a
ProductType |
Modifier and Type | Method and Description |
---|---|
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)
|
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) |
Modifier and Type | Method and Description |
---|---|
List<Element> |
FileManagerConn.safeGetElementsForProductType(ProductType type) |
Modifier and Type | Method and Description |
---|---|
Element |
FileManagerUtils.safeGetElementByName(String elemName) |
Copyright © 1999–2017 Apache OODT. All rights reserved.