Package wt.ixb.objectset
Interface ObjectVisitor
public interface ObjectVisitor
This interface specifies how to process the object during object strucutre
navigation.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvisit(Persistable obj) Apply the desired algorithm when processing the specified object during product structure navigation.
-
Method Details
-
visit
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
-