com.ptc.windchill.uwgm.proesrv.rrc
Class RRCNeutralDataHelper
java.lang.Object
com.ptc.windchill.uwgm.proesrv.rrc.RRCNeutralDataHelper
- public class RRCNeutralDataHelper
- extends Object
Process EpmIterationNeutralData 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
epmDD
private EPMDownloadData epmDD
ndDocs
private WTKeyedMap ndDocs
RRCNeutralDataHelper
public RRCNeutralDataHelper(Collection iterations,
RequestResultCache cache)
- Construct helper for given collection of iterations
- Parameters:
iterations
- Collectioncache
- RequestResultCache
setNeutralData
public void setNeutralData()
throws UwgmErrorException
- Throws:
UwgmErrorException
retrieveNeutralData
private void retrieveNeutralData()
- Retrieve ND for the collection of EPMDocument objects.
Store result to the ndDocs member.