Class EPMBuildHistoryStatusHelper

java.lang.Object
com.ptc.windchill.dsg.structure.EPMBuildHistoryStatusHelper

public class EPMBuildHistoryStatusHelper extends Object


Supported API: true

Extendable: false
  • Method Details

    • getBuildHistoryStatuses

      public Map<Persistable,Map<Persistable,EPMBuildHistoryStatus>> getBuildHistoryStatuses(Map<Persistable,Collection<Persistable>> sourceToTargets) throws WTException


      Supported API: true
      Parameters:
      sourceToTargets -
      Returns:
      a Map of source objects v/s Map of each target object v/s EPMBuildHistoryStatus for the pair of source and that target object.
      Throws:
      WTException - This API accepts a Map of source objects (part or document) against Collection of target objects (associated documents or parts respectively). It returns a Map of source objects v/s Map of each target object v/s EPMBuildHistoryStatus for the pair of source and that target object.