|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.uwgm.common.pdm.MasterUtilities
misc utilities related to WTPart and EPMDocument masters
Field Summary | |
private static Log |
log
logging |
Constructor Summary | |
MasterUtilities()
|
Method Summary | |
static WTValuedMap |
convertIterationsToMasters(WTValuedMap docToPartsMap)
Converts input map of [EPMDocument, WTPart] to [EPMDocumentMaster, WTPartMaster] |
static WTCollection |
getEpmMastersByCADNames(String[] cadNames)
Retrieve EPMDocumentMaster objects with given CAD Names. |
private WTKeyedMap |
getRevisionsForEpmMasters(WTCollection masters)
Retrieve all existing revisionsv for a given list of EPMDocumentMasters |
WTKeyedMap |
getRevisionsForMasters(WTCollection masters)
From EPMDocument and WTPart tables, retrieve all existing revisions for a given list of Master objects |
private WTKeyedMap |
getRevisionsForPartMasters(WTCollection masters)
Retrieve all existing revisions for a given list of WTPartMaster IDs |
static WTCollection |
selectIterationsByMasters(WTCollection iterations,
WTCollection masters)
selects Iterated (WTParts and EPMDocuments) with Masters from masters collection |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static Log log
Constructor Detail |
public MasterUtilities()
Method Detail |
public static WTCollection selectIterationsByMasters(WTCollection iterations, WTCollection masters) throws WTException
iterations
- WTCollection (Iterated)masters
- WTCollection (Mastered)
WTException
public static WTValuedMap convertIterationsToMasters(WTValuedMap docToPartsMap) throws WTException
docToPartsMap
- WTValuedMap of EPMDocuments v/s their auto-associated WTParts
WTException
public static WTCollection getEpmMastersByCADNames(String[] cadNames) throws WTException
cadNames
- String[] CAD Names
WTException
public WTKeyedMap getRevisionsForMasters(WTCollection masters)
private WTKeyedMap getRevisionsForEpmMasters(WTCollection masters)
private WTKeyedMap getRevisionsForPartMasters(WTCollection masters)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |