History for genericfilter

changed:
-
description

 This part is simple filter. It filters data based on constrains, constrains can be added and/or set


figure

 <img src="part_genericFilter.gif" />

inpins

 1 filter (String, Object) - ID = 1   - filter based on given string

  o String - is argument to compare with constrains (not null)

  o Object - any serializable object 

 2 addConstrain (String) - ID = 2   - add constrain to the set of constrains

  o String - constrain (not null)

 3 setConstrains (String[]) - ID = 3   - set of constrains, will overwrite old ones

  o String[] - constrains (not null)



outpins

 1 FILTERED(Object) - ID = 51    - target filtered data object

  o Object - data object


links to cvs

 source - revision 

 configuration - revision

status

 alpha release