com.ptc.windchill.uwgm.common.pdm
Class PartDocumentUtilities
java.lang.Object
com.ptc.windchill.uwgm.common.pdm.PartDocumentUtilities
- public final class PartDocumentUtilities
- extends Object
Query utilities unsorted
Field Summary |
private static Log |
log
logging |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static Log log
- logging
PartDocumentUtilities
private PartDocumentUtilities()
queryDeletedIterations
public static WTCollection queryDeletedIterations(WTCollection oids)
throws WTException
- Check whether some EPMDocuments and WTParts from the input collection
were deleted from the database.
- Parameters:
oids
- not-inflated WTCollection of objects
- Returns:
- not-inflated WTCollection of deleted iters
- Throws:
WTException
- from wt.query API
queryDeleted
public static WTCollection queryDeleted(Class cls,
WTCollection oids)
throws WTException
- Check whether some Persistables of a particular class or its subclasses
from the input collection were deleted from the database.
- Parameters:
cls
- Class to filter out the input collectionoids
- not-inflated WTCollection of objects
- Returns:
- not-inflated WTCollection of deleted objects
- Throws:
WTException
- from wt.query API