public interface ImportManager
Modifier and Type | Method and Description |
---|---|
ImportOptions |
createImportOptions() |
ImportResults |
createImportResults() |
ImportResults |
parse(InputStream xml)
Creates elements (KPI, DataProvider ,..) parsing the specified XML stream.
|
ImportResults |
parse(InputStream xml,
ImportOptions options)
Creates elements (KPI, DataProvider ,..) parsing the specified XML stream.
|
ImportResults |
parse(NodeList xmlNodes,
ImportOptions options)
Creates elements (KPI, DataProvider ,..) parsing the specified XML nodes.
|
ImportResults |
parse(String xml)
Creates elements (KPI, DataProvider ,..) parsing the specified XML fragment.
|
ImportResults |
parse(String xml,
ImportOptions options)
Creates elements (KPI, DataProvider ,..) parsing the specified XML fragment.
|
void |
save(ImportResults importResults)
Save the elements (KPI, DataProvider) contained in the import results instance.
|
void |
update(ImportResults importResults)
Updates the elements (KPI, DataProvider) contained in the import results instance.
|
ImportOptions createImportOptions()
ImportResults createImportResults()
void save(ImportResults importResults) throws Exception
Exception
- If the specified import results contains ERROR messages.void update(ImportResults importResults) throws Exception
Exception
- If the specified import results contains ERROR messages.ImportResults parse(String xml) throws Exception
Exception
ImportResults parse(InputStream xml) throws Exception
Exception
ImportResults parse(String xml, ImportOptions options) throws Exception
Exception
ImportResults parse(InputStream xml, ImportOptions options) throws Exception
Exception
ImportResults parse(NodeList xmlNodes, ImportOptions options) throws Exception
Exception
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.