com.ptc.windchill.uwgm.proesrv.rrc
Class RRCUpdateCounterHelper

java.lang.Object
  extended bycom.ptc.windchill.uwgm.proesrv.rrc.RRCUpdateCounterHelper

public class RRCUpdateCounterHelper
extends Object

Process StateId attributes for Iteration


Field Summary
private  RequestResultCache cache
           
private static long EMPTY_COUNTER
           
private  EPMWorkspace epmWS
           
private  Collection iterations
           
private static Log log
           
 
Constructor Summary
RRCUpdateCounterHelper(Collection iterations, RequestResultCache cache)
          Construct helper for given collection of iterations
RRCUpdateCounterHelper(EPMWorkspace epmWS, Collection iterations, RequestResultCache cache)
          Construct helper for a collection of iterations from a given workspace.
 
Method Summary
 void setStateId()
           
private  boolean stateIdRequested(com.ptc.windchill.uwgm.soap.uwgmdb.Iteration it)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static Log log

EMPTY_COUNTER

private static final long EMPTY_COUNTER
See Also:
Constant Field Values

iterations

private final Collection iterations

epmWS

private final EPMWorkspace epmWS

cache

private final RequestResultCache cache
Constructor Detail

RRCUpdateCounterHelper

public RRCUpdateCounterHelper(Collection iterations,
                              RequestResultCache cache)
Construct helper for given collection of iterations

Parameters:
iterations - Collection
cache - RequestResultCache

RRCUpdateCounterHelper

public RRCUpdateCounterHelper(EPMWorkspace epmWS,
                              Collection iterations,
                              RequestResultCache cache)
Construct helper for a collection of iterations from a given workspace.

Parameters:
epmWS - EPMWorkspace
iterations - Collection
cache - RequestResultCache
Method Detail

setStateId

public void setStateId()

stateIdRequested

private boolean stateIdRequested(com.ptc.windchill.uwgm.soap.uwgmdb.Iteration it)