org.palo.api.subsets.filter
Interface EffectiveFilter

All Superinterfaces:
SubsetFilter
All Known Implementing Classes:
AliasFilter, DataFilter

public interface EffectiveFilter
extends SubsetFilter

EffectiveFilter

An affective filter is used to influence other filters.

Version:
$Id: EffectiveFilter.html,v 1.4 2009/07/09 11:01:46 ArndHouben Exp $

Field Summary
 
Fields inherited from interface org.palo.api.subsets.SubsetFilter
TYPE_ALIAS, TYPE_ATTRIBUTE, TYPE_DATA, TYPE_HIERARCHICAL, TYPE_PICKLIST, TYPE_SORTING, TYPE_TEXT
 
Method Summary
 int[] getEffectiveFilter()
          Returns the filter types which are affected by this filter.
 
Methods inherited from interface org.palo.api.subsets.SubsetFilter
adapt, add, bind, copy, getHierarchy, getSettings, getSubset, getType, initialize, remove, reset, unbind, validateSettings
 

Method Detail

getEffectiveFilter

int[] getEffectiveFilter()
Returns the filter types which are affected by this filter.

Returns:
the affected filter types