Class WPHelper

java.lang.Object
com.ptc.windchill.wp.WPHelper

public class WPHelper extends Object
A class WP helper.

Supported API: true

Extendable: false
  • Field Details

    • service

      public static final WPService service
      A static reference to the standard implementation class for WPService.

      Supported API: true
  • Method Details

    • getTypeName

      public static String getTypeName(TypeIdentifier typeId)
      Returns the typeIdentifier Name.

      Supported API: true
      Parameters:
      typeId - the type id
      Returns:
      String
    • filterPackageTypes

      public static WTCollection filterPackageTypes(WTCollection coll)
      Filter out any invalid object for a Workpackage.
      Parameters:
      coll - the coll
      Returns:
      WTCollection containing only valid workpackage obejcts

      Supported API: true