wt.ixb.objectset
Interface ObjectVisitor
- All Known Implementing Classes:
- PagedObjectVisitor
- public interface ObjectVisitor
This interface specifies how to process the object during object strucutre
navigation.
Supported API: true
Extendable: true
Method Summary |
boolean |
visit(Persistable obj)
Apply the desired algorithm when processing the specified object during
product structure navigation. |
visit
public boolean visit(Persistable obj)
throws WTException
- 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:
obj
-
- Returns:
- boolean
- Throws:
WTException