wt.epm.clients.relateditems
Class PartCentricProcessor.NoDrawings

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

protected static class PartCentricProcessor.NoDrawings
extends Object
implements EPMFilter


Constructor Summary
protected PartCentricProcessor.NoDrawings()
           
 
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.NoDrawings

protected PartCentricProcessor.NoDrawings()
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