Package com.ptc.windchill.dsg.structure
Class EPMBuildHistoryStatusHelper
java.lang.Object
com.ptc.windchill.dsg.structure.EPMBuildHistoryStatusHelper
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetBuildHistoryStatuses(Map<Persistable, Collection<Persistable>> sourceToTargets)
Supported API: true
-
Method Details
-
getBuildHistoryStatuses
public Map<Persistable,Map<Persistable, getBuildHistoryStatusesEPMBuildHistoryStatus>> (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.
-