Dashboard Builder Data Displayer API 6.1.0.Beta2

Uses of Interface
org.jboss.dashboard.export.ImportResults

Packages that use ImportResults
org.jboss.dashboard.export Utility classes for the serialization and packaging of KPIs so that can be exchanged between installations. 
 

Uses of ImportResults in org.jboss.dashboard.export
 

Methods in org.jboss.dashboard.export that return ImportResults
 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.
 

Methods in org.jboss.dashboard.export with parameters of type ImportResults
 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.
 void ImportManager.update(ImportResults importResults)
          Updates the elements (KPI, DataProvider) contained in the import results instance.
 


Dashboard Builder Data Displayer API 6.1.0.Beta2

Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.