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

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

class FindOfRetrieverHelper
extends Object

internal helper for FindOfSpecs


Field Summary
private static Log log
          logging
 
Constructor Summary
(package private) FindOfRetrieverHelper()
           
 
Method Summary
private static EPMDocument[] findDocumentBySpec(EPMDocument[] documents, RetrieverSpec spec)
           
static EPMDocument[] retrieveByFTSpec(FamilyTableHelper helper, EPMDocument epmDocument, FindOfRetrieverSpec findOfSpec)
           
static EPMDocument[] retrieveByStructureSpec(DependencyRetrieverHelper helper, EPMDocument document, FindOfRetrieverSpec findOfSpec)
           
 
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

FindOfRetrieverHelper

FindOfRetrieverHelper()
Method Detail

retrieveByFTSpec

public static EPMDocument[] retrieveByFTSpec(FamilyTableHelper helper,
                                             EPMDocument epmDocument,
                                             FindOfRetrieverSpec findOfSpec)
                                      throws WTException
Throws:
WTException

retrieveByStructureSpec

public static EPMDocument[] retrieveByStructureSpec(DependencyRetrieverHelper helper,
                                                    EPMDocument document,
                                                    FindOfRetrieverSpec findOfSpec)
                                             throws WTException
Throws:
WTException

findDocumentBySpec

private static EPMDocument[] findDocumentBySpec(EPMDocument[] documents,
                                                RetrieverSpec spec)