|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.uwgm.proesrv.rrc.RRCFamilyTableHelper
Process family table attributes: EpmGenericInfo, EpmInstanceInfo
Field Summary | |
private RequestResultCache |
cache
|
private static String |
CANT_GET_FT_ND
|
private EPMDownloadData |
epmNDData
|
private EPMWorkspace |
epmWS
|
private Folder |
folder
|
private DbObjCache |
ftCache
|
private FamilyTableResult |
ftHelperResult
|
private Set |
ftWithContent
|
private Collection |
iterations
|
private Set |
itersWithND
|
private static Log |
log
|
Constructor Summary | |
RRCFamilyTableHelper(Collection iterations,
RequestResultCache cache)
Construct helper for given collection of iterations |
|
RRCFamilyTableHelper(EPMWorkspace epmWS,
Collection iterations,
RequestResultCache cache)
Construct helper for given collection of iterations from a WS. |
|
RRCFamilyTableHelper(Folder folder,
Collection iterations,
RequestResultCache cache)
Construct helper for given collection of iterations from a folder. |
Method Summary | |
private void |
checkNeutralDataRequested(com.ptc.windchill.uwgm.soap.impl.uwgmdb.EpmIteration_i epmIter_i,
com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes ra)
|
(package private) boolean |
familyTableInfoRequested(com.ptc.windchill.uwgm.soap.uwgmdb.EpmIteration epmIter)
|
(package private) static boolean |
familyTableInfoRequested(com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes ra)
|
private void |
processFamilyTable(com.ptc.windchill.uwgm.soap.impl.uwgmdb.EpmIteration_i epmIter_i,
EPMDocument doc,
com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes ra)
Assign epmIter_i.setEpmFamilyTable(). |
private void |
processGenericInfo(com.ptc.windchill.uwgm.soap.impl.uwgmdb.EpmIteration_i epmIter_i,
EPMDocument doc,
com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes ra)
Set the EpmGenericInfo for the generic document, i.e. |
private void |
processGenericInstance(com.ptc.windchill.uwgm.soap.impl.uwgmdb.EpmIteration_i epmIter_i,
com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes ra)
|
private void |
processNeutralData()
|
private void |
retrieveFTInfo()
|
private void |
retrieveNeutralData()
|
void |
setFamilyTableInfo()
|
private void |
setInstanceInfo(com.ptc.windchill.uwgm.soap.impl.uwgmdb.EpmIteration_i epmIter_i,
com.ptc.windchill.uwgm.soap.impl.uwgmdb.EpmIteration_i genericIteration,
com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes ra)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static Log log
private static final String CANT_GET_FT_ND
private final Collection iterations
private final RequestResultCache cache
private EPMWorkspace epmWS
private Folder folder
private FamilyTableResult ftHelperResult
private EPMDownloadData epmNDData
private final Set itersWithND
private final Set ftWithContent
private final DbObjCache ftCache
Constructor Detail |
public RRCFamilyTableHelper(Collection iterations, RequestResultCache cache)
iterations
- Collectioncache
- RequestResultCachepublic RRCFamilyTableHelper(EPMWorkspace epmWS, Collection iterations, RequestResultCache cache)
epmWS
- EPMWorkspace to restrict the queryiterations
- Collectioncache
- RequestResultCachepublic RRCFamilyTableHelper(Folder folder, Collection iterations, RequestResultCache cache)
folder
- wt.folder.Folder to restrict the queryiterations
- Collectioncache
- RequestResultCacheMethod Detail |
public void setFamilyTableInfo() throws UwgmErrorException
UwgmErrorException
private void retrieveFTInfo()
private void processFamilyTable(com.ptc.windchill.uwgm.soap.impl.uwgmdb.EpmIteration_i epmIter_i, EPMDocument doc, com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes ra)
epmIter_i
- EpmIteration_idoc
- EPMDocumentra
- RequestedAttributesprivate void processGenericInfo(com.ptc.windchill.uwgm.soap.impl.uwgmdb.EpmIteration_i epmIter_i, EPMDocument doc, com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes ra)
epmIter_i
- a generic EpmIteration_idoc
- EPMDocument a generic documentra
- RequestedAttributesprivate void processGenericInstance(com.ptc.windchill.uwgm.soap.impl.uwgmdb.EpmIteration_i epmIter_i, com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes ra)
private void setInstanceInfo(com.ptc.windchill.uwgm.soap.impl.uwgmdb.EpmIteration_i epmIter_i, com.ptc.windchill.uwgm.soap.impl.uwgmdb.EpmIteration_i genericIteration, com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes ra)
private void checkNeutralDataRequested(com.ptc.windchill.uwgm.soap.impl.uwgmdb.EpmIteration_i epmIter_i, com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes ra)
private void retrieveNeutralData()
private void processNeutralData() throws UwgmErrorException
UwgmErrorException
boolean familyTableInfoRequested(com.ptc.windchill.uwgm.soap.uwgmdb.EpmIteration epmIter)
static boolean familyTableInfoRequested(com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes ra)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |