Modifier and Type | Method and Description |
---|---|
boolean |
MetadataResource.removeParentForProductType(String policy,
String id) |
Modifier and Type | Method and Description |
---|---|
protected String |
LenientDataSourceCatalog.getSqlQuery(QueryCriteria queryCriteria,
ProductType type)
Overridden method from superclass to allow for null validation layer.
|
protected String |
DataSourceCatalog.getSqlQuery(QueryCriteria queryCriteria,
ProductType type) |
Modifier and Type | Method and Description |
---|---|
Element |
XmlRpcFileManagerClient.getElementById(String elementId) |
Map<String,Object> |
XmlRpcFileManager.getElementById(String elementId) |
Element |
XmlRpcFileManagerClient.getElementByName(String elementName) |
Map<String,Object> |
XmlRpcFileManager.getElementByName(String elementName) |
Element |
XmlRpcFileManagerClient.getElementByName(String elementName,
ProductType type) |
List<Map<String,Object>> |
XmlRpcFileManager.getElementsByProductType(Map<String,Object> productTypeHash) |
List<Element> |
XmlRpcFileManagerClient.getElementsByProductType(ProductType type) |
Modifier and Type | Method and Description |
---|---|
static void |
DumpDbElementsToXml.main(String[] args) |
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 |
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)
|
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–2017 Apache OODT. All rights reserved.