wt.ixb.objectset
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 Summary
 boolean isFiltered(Persistable ob)
          Returns true if the object is filtered out.
 
Methods inherited from interface wt.ixb.objectset.ObjectSetHandler
getAppletClassName, getId, getLocalizedDescription, getLocalizedName, getLocalizedName, getParametersAsString, initialize, setParametersAsString
 

Method Detail

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