com.ptc.windchill.uwgm.proesrv.rrc
Class RRCFolderedHelper
java.lang.Object
com.ptc.windchill.uwgm.proesrv.rrc.RRCFolderedHelper
- public final class RRCFolderedHelper
- extends Object
Process LocationFolder attributes for Foldered entities
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static final Log log
cache
private final RequestResultCache cache
docsToQuerySet
private final WTSet docsToQuerySet
visitedRequests
private final List visitedRequests
RRCFolderedHelper
RRCFolderedHelper(RequestResultCache cache)
addFoderedFromRequest
void addFoderedFromRequest(RequestHolder rh)
throws UwgmErrorException
- For a request, gather all Foldered which need their location to be queried.
- Parameters:
rh
- RequestHolder
- Throws:
UwgmErrorException
processFoldered
void processFoldered()
bindFolder
private void bindFolder(Folder wtFolder,
String sOid)
bindFakeFolder
private void bindFakeFolder(FakeFolder fakeFolder,
String sOid)
locationRequested
private boolean locationRequested(RequestHolder rh,
com.ptc.windchill.uwgm.soap.uwgm.UwgmEntityType entityType)