Interface ObjectVisitor


public interface ObjectVisitor
This interface specifies how to process the object during object strucutre navigation.

Supported API: true

Extendable: true
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Apply the desired algorithm when processing the specified object during product structure navigation.
  • Method Details

    • visit

      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