Class ActivityDeliverablesUtils

java.lang.Object
com.ptc.projectmanagement.util.ActivityDeliverablesUtils

public class ActivityDeliverablesUtils extends Object


Supported API: true
  • 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

      public static void filterNewlyAddedSubjects(NmCommandBean commandBean) throws WTException
      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

      public static long[] getContainerOidsForSelectedSubjects(NmCommandBean cmd) throws WTException
      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