Package wt.ixb.objectset
Interface ObjectSetFilter
- All Superinterfaces:
ObjectSetHandler
- All Known Implementing Classes:
ObjectSetFilterTemplate
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
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if the object is filtered out.Methods inherited from interface wt.ixb.objectset.ObjectSetHandler
getAppletClassName, getId, getLocalizedDescription, getLocalizedName, getLocalizedName, getParametersAsString, initialize, setParametersAsString
-
Method Details
-
isFiltered
Returns true if the object is filtered out.
Supported API: true- Parameters:
ob- The object to be filtered.- Returns:
- boolean
- Throws:
WTException
-