Class LoadReport

java.lang.Object
com.ptc.windchill.enterprise.report.LoadReport

public class LoadReport extends Object
Creates and persists Report objects based on input from an XML load file.
See Also:
  • Method Details

    • createReport

      public static boolean createReport(Hashtable nv, Hashtable cmd_line, Vector return_objects)
      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