Class ReportConverter
java.lang.Object
com.inductiveautomation.factorypmi.plugins.reporting.customizers.ReportConverter
Filename: ReportConverter.java
 Created on Jul 20, 2015
 Author: Kathy Applebaum
 Copyright Inductive Automation 2015
 Project: Reporting
 
 Migrates an old (pre-7.8) style report to the 7.8+ style.
- 
Constructor SummaryConstructorsConstructorDescriptionReportConverter(DesignerContext context, ReportPanel rp, WindowWorkspace workspace, String name) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanconvert()protected byte[]createBytes(ReportResource reportResource) static DocumentloadXMLFromString(String xml) 
- 
Constructor Details- 
ReportConverterpublic ReportConverter(DesignerContext context, ReportPanel rp, WindowWorkspace workspace, String name) 
 
- 
- 
Method Details- 
convertpublic boolean convert()
- 
createBytes- Throws:
- Exception
 
- 
loadXMLFromStringpublic static Document loadXMLFromString(String xml) throws ParserConfigurationException, IOException, SAXException 
 
-