Package com.ptc.projectmanagement.util
Class ActivityDeliverablesUtils
java.lang.Object
com.ptc.projectmanagement.util.ActivityDeliverablesUtils
Supported API: true
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidfilterNewlyAddedSubjects(NmCommandBean commandBean) USE : Filters the objects added in the deliverables tab from search picker and removes unsupported objects based on the tracking policy of the selected activity Supported API: truestatic long[]USE : processes the selected subjects and returns the list of containerIds associated with those objects.static WTCollectiongetEligibleSubjectsForTrackNewWorkAction(NmCommandBean commandBean) USE : processes the selected baseline subjects NmContext objects which are returned if the objects are selected on Managed Baseline or Lot Baseline Baseline objects table converts them to versioned objects and returns the filtered list.
-
Method Details
-
getEligibleSubjectsForTrackNewWorkAction
public static WTCollection getEligibleSubjectsForTrackNewWorkAction(NmCommandBean commandBean) throws WTException USE : processes the selected baseline subjects NmContext objects which are returned if the objects are selected on Managed Baseline or Lot Baseline Baseline objects table converts them to versioned objects and returns the filtered list. Supported API: true- Parameters:
commandBean-- Returns:
- - WTCollection - list of objects
- Throws:
WTException- - when an error occurred.
-
filterNewlyAddedSubjects
USE : Filters the objects added in the deliverables tab from search picker and removes unsupported objects based on the tracking policy of the selected activity Supported API: true- Throws:
WTException- - when an error occurred
-
getContainerOidsForSelectedSubjects
USE : processes the selected subjects and returns the list of containerIds associated with those objects. Supported API: true- Returns:
- - long[] - list of container ids
- Throws:
WTException- - when an error occurred
-