Package com.ptc.windchill.wp
Class WPHelper
java.lang.Object
com.ptc.windchill.wp.WPHelper
A class WP helper.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic WTCollectionFilter out any invalid object for a Workpackage.static StringgetTypeName(TypeIdentifier typeId) Returns the typeIdentifier Name.
-
Field Details
-
service
A static reference to the standard implementation class for WPService.
Supported API: true
-
-
Method Details
-
getTypeName
Returns the typeIdentifier Name.
Supported API: true- Parameters:
typeId- the type id- Returns:
- String
-
filterPackageTypes
Filter out any invalid object for a Workpackage.- Parameters:
coll- the coll- Returns:
- WTCollection containing only valid workpackage obejcts
Supported API: true
-