wt.epm.clients.relateditems
Class PartCentricProcessor.OnlyDrawings

java.lang.Object
  extended bywt.epm.clients.relateditems.PartCentricProcessor.OnlyDrawings
All Implemented Interfaces:
EPMFilter
Enclosing class:
PartCentricProcessor

protected static class PartCentricProcessor.OnlyDrawings
extends Object
implements EPMFilter


Constructor Summary
protected PartCentricProcessor.OnlyDrawings()
           
 
Method Summary
 Collection filter(Collection objects)
          Filters a collection of Persistable objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartCentricProcessor.OnlyDrawings

protected PartCentricProcessor.OnlyDrawings()
Method Detail

filter

public Collection filter(Collection objects)
                  throws WTException
Description copied from interface: EPMFilter
Filters a collection of Persistable objects. If the filtering criteria does not apply to a particular object, that object is expected to simply pass through the filter.

Supported API: false

Specified by:
filter in interface EPMFilter
Returns:
Collection of filtered objects including any objects that the filtering criteria did not apply to
Throws:
WTException