Package com.ptc.windchill.wp
Interface WPService
Supported API: true
Extendable: false.
-
Method Summary
Modifier and TypeMethodDescriptionGet all members of a package, including nested members.Locks a package.Refresh a AbstractWorkPackage.
Supported API: true.
-
Method Details
-
lock
Locks a package.
Supported API: true- Parameters:
wp- AbstractWorkPackage to be locked.- Returns:
- Locked AbstractWorkPackage
- Throws:
WTException
-
getAllMembers
Get all members of a package, including nested members.
Supported API: true- Parameters:
wp- AbstractWorkPackage object to retrieve members for.- Returns:
- Set including all accessible members for the package.
- Throws:
WTException- the wT exception
-
unLock
Supported API: true.- Parameters:
wp- AbstractWorkPackage that will be unlocked.- Returns:
- Unlocked AbstractWorkPackage
- Throws:
WTException
-
refresh
Refresh a AbstractWorkPackage. Refreshing AbstractWorkPackage with no initially selected objects will lose all members.
Supported API: true- Parameters:
wp- AbstractWorkPackage that will be refreshed.- Returns:
- refreshed AbstractWorkPackage
- Throws:
WTException
-