wt.ixb.objectset
Class ObjectSetHelper.ComputeObjectSetVisitor

java.lang.Object
  extended bywt.ixb.objectset.PagedObjectVisitor
      extended bywt.ixb.objectset.ObjectSetHelper.ComputeObjectSetVisitor
All Implemented Interfaces:
ObjectVisitor
Enclosing class:
ObjectSetHelper

private static class ObjectSetHelper.ComputeObjectSetVisitor
extends PagedObjectVisitor


Field Summary
(package private)  ObjectSetFilter[] filters
           
(package private)  int fl
           
 
Fields inherited from class wt.ixb.objectset.PagedObjectVisitor
 
Constructor Summary
(package private) ObjectSetHelper.ComputeObjectSetVisitor(WTHashSet set, int pageSize, ObjectSetFilter[] _filters)
           
 
Method Summary
 boolean visit(Persistable ob)
          Apply the desired algorithm when processing the specified object during product structure navigation.
 
Methods inherited from class wt.ixb.objectset.PagedObjectVisitor
getPageSize, getResultSet, getSize, setPageSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filters

ObjectSetFilter[] filters

fl

int fl
Constructor Detail

ObjectSetHelper.ComputeObjectSetVisitor

ObjectSetHelper.ComputeObjectSetVisitor(WTHashSet set,
                                        int pageSize,
                                        ObjectSetFilter[] _filters)
Method Detail

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