Class LoadReport
java.lang.Object
com.ptc.windchill.enterprise.report.LoadReport
Creates and persists Report objects based on input from an XML load file.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleancreateReport(Hashtable nv, Hashtable cmd_line, Vector return_objects) Creates a Report instance from XML load file data.
-
Method Details
-
createReport
Creates a Report instance from XML load file data.- Parameters:
nv- Name/Value pairs of Report attributes specified in the load file.cmd_line- Name/Value pairs of Report attributes specified on the command line.return_objects- List of Reports created.- Returns:
- true if the Report was create successfully
Supported API: true
-