com.ptc.windchill.uwgm.proesrv.rrc
Class RRCPartUsageHelper
java.lang.Object
com.ptc.windchill.uwgm.proesrv.rrc.RRCPartUsageHelper
- public class RRCPartUsageHelper
- extends Object
Process UsageDependencies attribute
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static Log log
iterations
private final Collection iterations
cache
private final RequestResultCache cache
linkMap
private WTKeyedMap linkMap
RRCPartUsageHelper
public RRCPartUsageHelper(Collection iterations,
RequestResultCache cache)
- Construct helper for given collection of iterations
- Parameters:
iterations
- Collectioncache
- RequestResultCache
setDependencyInfo
public void setDependencyInfo()
setDependencyInfo
private void setDependencyInfo(com.ptc.windchill.uwgm.soap.impl.uwgmdb.PartIterationK01_i partIter_i)
createPartUsage
private com.ptc.windchill.uwgm.soap.impl.uwgmdb.PartUsage_i createPartUsage(WTPartUsageLink wtLink,
com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes ra)
getPartMaster
private com.ptc.windchill.uwgm.soap.uwgmdb.PartMaster getPartMaster(WTPartMaster wtMaster)
retrievePartUsageData
private void retrievePartUsageData()
- Retrieve ND for the collection of WTPart objects.
Store result to the ndDocs member.
dependenciesRequested
private boolean dependenciesRequested(com.ptc.windchill.uwgm.soap.uwgmdb.PartIteration it)