Class AttributeStructFilterDelegate

java.lang.Object
wt.filter.AbstractNavigationFilterDelegate2
wt.structfilter.rule.attribute.AttributeStructFilterDelegate
All Implemented Interfaces:
wt.alternaterep.AlternateRepRuleDelegate, NavigationFilterDelegate2

public class AttributeStructFilterDelegate extends wt.filter.AbstractNavigationFilterDelegate2 implements NavigationFilterDelegate2, wt.alternaterep.AlternateRepRuleDelegate
Filters objects based on attribute comparisons ('=', '<>', etc.). Parts where the comparison evaluated to 'true' are shown (filtered in), but where the comparison evaluated to 'true' are not shown (filtered out). Also includes methods for conversion of a AttributeStructFilter to and from JSON and to construct a FilterCache (actually an AttributeFilterCache).

Supported API: true

Extendable: false
See Also:
  • wt.structfilter.rule.AttributelFilterCache
  • wt.structfilter.rule.AttributeStructFilter