com.ptc.windchill.uwgm.proesrv.rrc
Class RRCUpdateCounterHelper
java.lang.Object
com.ptc.windchill.uwgm.proesrv.rrc.RRCUpdateCounterHelper
- public class RRCUpdateCounterHelper
- extends Object
Process StateId attributes for Iteration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
RRCUpdateCounterHelper
public RRCUpdateCounterHelper(Collection iterations,
RequestResultCache cache)
- Construct helper for given collection of iterations
- Parameters:
iterations
- Collectioncache
- RequestResultCache
RRCUpdateCounterHelper
public RRCUpdateCounterHelper(EPMWorkspace epmWS,
Collection iterations,
RequestResultCache cache)
- Construct helper for a collection of iterations from a given workspace.
- Parameters:
epmWS
- EPMWorkspaceiterations
- Collectioncache
- RequestResultCache
setStateId
public void setStateId()
stateIdRequested
private boolean stateIdRequested(com.ptc.windchill.uwgm.soap.uwgmdb.Iteration it)