Class ExportHelper

java.lang.Object
com.ptc.windchill.wp.delivery.export.ExportHelper
All Implemented Interfaces:
wt.services.applicationcontext.ApplicationContextChild

public class ExportHelper extends Object implements wt.services.applicationcontext.ApplicationContextChild
Helper class for delivery export functionality.

Supported API: true
Extendable: false

  • Method Details

    • getWorkPackageExportDelegate

      public static DeliveryExportDelegate getWorkPackageExportDelegate(AbstractWorkPackage wp)
      Returns an export-specific DeliveryExportDelegate instance for the passed in WorkPackage. The specific delegate instance is determined by the type of the WorkPackage .



      Supported API: true

      Parameters:
      wp - the wp
      Returns:
      export-specific DeliveryExportDelegate delegate instance