Uses of Class
wt.ixb.objectset.PagedObjectVisitor

Packages that use PagedObjectVisitor
wt.ixb.objectset
When an object is given to the export process, the ObjectSet application does the job of navigating through the object’s structure and collecting all of its related objects. 
wt.ixb.objectset.handlers.navigator   
 

Uses of PagedObjectVisitor in wt.ixb.objectset
 

Subclasses of PagedObjectVisitor in wt.ixb.objectset
private static class ObjectSetHelper.ComputeObjectSetVisitor
           
 

Uses of PagedObjectVisitor in wt.ixb.objectset.handlers.navigator
 

Methods in wt.ixb.objectset.handlers.navigator with parameters of type PagedObjectVisitor
static Boolean FolderNavigator.navigateFromFolderToContents(Persistable ob, PagedObjectVisitor visitor)