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
-
Field Summary
Fields inherited from interface wt.services.applicationcontext.ApplicationContextChild
APPLICATION_CONTEXT -
Method Summary
Modifier and TypeMethodDescriptionstatic DeliveryExportDelegateReturns an export-specific DeliveryExportDelegate instance for the passed in WorkPackage.
-
Method Details
-
getWorkPackageExportDelegate
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
-