| Package | Description |
|---|---|
| org.jboss.dashboard.export |
Utility classes for the serialization and packaging of KPIs so that can be exchanged between installations.
|
| Modifier and Type | Method and Description |
|---|---|
ImportResults |
ImportManager.createImportResults() |
ImportResults |
ImportManager.parse(InputStream xml)
Creates elements (KPI, DataProvider ,..) parsing the specified XML stream.
|
ImportResults |
ImportManager.parse(InputStream xml,
ImportOptions options)
Creates elements (KPI, DataProvider ,..) parsing the specified XML stream.
|
ImportResults |
ImportManager.parse(NodeList xmlNodes,
ImportOptions options)
Creates elements (KPI, DataProvider ,..) parsing the specified XML nodes.
|
ImportResults |
ImportManager.parse(String xml)
Creates elements (KPI, DataProvider ,..) parsing the specified XML fragment.
|
ImportResults |
ImportManager.parse(String xml,
ImportOptions options)
Creates elements (KPI, DataProvider ,..) parsing the specified XML fragment.
|
| Modifier and Type | Method and Description |
|---|---|
DataDisplayer |
DataDisplayerXMLFormat.parse(NodeList xmlNodes,
ImportResults results) |
DataDisplayer |
DataDisplayerXMLFormat.parse(String xml,
ImportResults results) |
void |
ImportManager.save(ImportResults importResults)
Save the elements (KPI, DataProvider) contained in the import results instance.
|
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.