com.ptc.windchill.uwgm.common.pdm
Class PartDocumentUtilities

java.lang.Object
  extended bycom.ptc.windchill.uwgm.common.pdm.PartDocumentUtilities

public final class PartDocumentUtilities
extends Object

Query utilities unsorted


Field Summary
private static Log log
          logging
 
Constructor Summary
private PartDocumentUtilities()
           
 
Method Summary
static WTCollection queryDeleted(Class cls, WTCollection oids)
          Check whether some Persistables of a particular class or its subclasses from the input collection were deleted from the database.
static WTCollection queryDeletedIterations(WTCollection oids)
          Check whether some EPMDocuments and WTParts from the input collection were deleted from the database.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static Log log
logging

Constructor Detail

PartDocumentUtilities

private PartDocumentUtilities()
Method Detail

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 collection
oids - not-inflated WTCollection of objects
Returns:
not-inflated WTCollection of deleted objects
Throws:
WTException - from wt.query API