Class ClassificationReportGenerator

java.lang.Object
com.ptc.windchill.partslink.utils.ClassificationReportGenerator

public final class ClassificationReportGenerator extends Object
ClassificationReportGenerator is utility class which provides capability to report parts whose names are not confirming to auto naming rule defined on classification node.

Supported API: true

Extendable: false
  • Constructor Details

    • ClassificationReportGenerator

      public ClassificationReportGenerator(int pagesize, String a_node, String a_type, String a_bindingAttribute)


      Supported API: true
      Parameters:
      pagesize - page size of page to be returned by getPartsToReportPage API
      node - classification node internal name for which report is to be generated.
      type - type of object for which report is to be generated.
      bindingAttribute - classification binding attribute.
  • Method Details