public interface OverviewXmlExporter
Modifier and Type | Method and Description |
---|---|
String |
exportCategoryResultToXml(List<OverviewResultCategory> results)
Export overview results for category to xml.
|
String |
exportItemResultToXml(List<OverviewResultItem> results)
Export overview results for item to xml.
|
String exportCategoryResultToXml(List<OverviewResultCategory> results) throws XmlValidationException
results
- - list of OverviewResultCategoryXmlValidationException
- when occurs some error in generating xmlString exportItemResultToXml(List<OverviewResultItem> results) throws XmlValidationException
results
- - list of OverviewResultItemXmlValidationException
- when occurs some error in generating xmlCopyright © 2017 Pivotal Software, Inc.. All rights reserved.