Interface ObjectSetFilter

All Superinterfaces:
ObjectSetHandler
All Known Implementing Classes:
ObjectSetFilterTemplate

public interface ObjectSetFilter extends ObjectSetHandler
This interface is the base for all object set filters. They will be used to filter out objects during object set navigation (or product structure navigation). The filtered out objects will not be exported.

Supported API: true

Extendable: true
  • Method Details

    • isFiltered

      boolean isFiltered(Persistable ob) throws WTException
      Returns true if the object is filtered out.

      Supported API: true
      Parameters:
      ob - The object to be filtered.
      Returns:
      boolean
      Throws:
      WTException