com.ptc.windchill.uwgm.common.pdm
Class FolderPartDocumentRetriever
java.lang.Object
com.ptc.windchill.uwgm.common.pdm.AbstractRetriever
com.ptc.windchill.uwgm.common.pdm.FolderPartDocumentRetriever
- All Implemented Interfaces:
- PartDocumentFinder
- public class FolderPartDocumentRetriever
- extends AbstractRetriever
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
folder
private final Folder folder
log
private static Log log
FolderPartDocumentRetriever
public FolderPartDocumentRetriever(Folder folder)
retrievePartDocuments
protected WTKeyedMap retrievePartDocuments(RetrieverSpec.Type specType,
Collection retrieverSpecs,
Class iterCl)
throws WTException
- Description copied from class:
AbstractRetriever
- retrieves Persistables of given
iterCl
class specified in Collection of retrieverSpecs
- Specified by:
retrievePartDocuments
in class AbstractRetriever
- Parameters:
specType
- SpecTyperetrieverSpecs
- CollectioniterCl
- Class
- Returns:
- WTKeyedMap [Persistable, Spec]
- Throws:
WTException
retrievePartDocumentsByOID
protected WTKeyedMap retrievePartDocumentsByOID(Collection retrieverSpecs,
Class iterCl)
throws WTException
- Description copied from class:
AbstractRetriever
- retrieves Persistables specified in Collection of
retrieverSpecs
by OID
- Specified by:
retrievePartDocumentsByOID
in class AbstractRetriever
- Parameters:
retrieverSpecs
- CollectioniterCl
- Class
- Returns:
- WTKeyedMap [Persistable, Spec]
- Throws:
WTException
addFolderSearchCondition
private void addFolderSearchCondition(QuerySpec qs,
Class iterCl)
throws WTException
- Throws:
WTException
getRetrieverScope
protected Persistable getRetrieverScope()
- returns Folder as RetrieverScope
- Specified by:
getRetrieverScope
in class AbstractRetriever
- Returns:
- Persistable