wt.epm.clients.relateditems
Class PartCentricProcessor.NoDrawings
java.lang.Object
wt.epm.clients.relateditems.PartCentricProcessor.NoDrawings
- All Implemented Interfaces:
- EPMFilter
- Enclosing class:
- PartCentricProcessor
- protected static class PartCentricProcessor.NoDrawings
- extends Object
- implements EPMFilter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartCentricProcessor.NoDrawings
protected PartCentricProcessor.NoDrawings()
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