wt.ixb.objectset
Class ObjectSetHelper.ComputeObjectSetVisitor
java.lang.Object
wt.ixb.objectset.PagedObjectVisitor
wt.ixb.objectset.ObjectSetHelper.ComputeObjectSetVisitor
- All Implemented Interfaces:
- ObjectVisitor
- Enclosing class:
- ObjectSetHelper
- private static class ObjectSetHelper.ComputeObjectSetVisitor
- extends PagedObjectVisitor
Method Summary |
boolean |
visit(Persistable ob)
Apply the desired algorithm when processing the specified object during
product structure navigation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filters
ObjectSetFilter[] filters
fl
int fl
ObjectSetHelper.ComputeObjectSetVisitor
ObjectSetHelper.ComputeObjectSetVisitor(WTHashSet set,
int pageSize,
ObjectSetFilter[] _filters)
visit
public boolean visit(Persistable ob)
throws WTException
- Description copied from interface:
ObjectVisitor
- Apply the desired algorithm when processing the specified object during
product structure navigation. Returns boolean as a flag for individual
implementation's usage.
Supported API: true
- Parameters:
ob
-
- Returns:
- boolean
- Throws:
WTException