genericfilter
last edited 4 years ago by amehrabyan
description
This part is simple filter. It filters data based on constrains, constrains can be added and/or set
figure

inpins
- filter (String, Object) - ID = 1 - filter based on given string
- String - is argument to compare with constrains (not null)
- Object - any serializable object
- addConstrain (String) - ID = 2 - add constrain to the set of constrains
- String - constrain (not null)
- setConstrains (String[]) - ID = 3 - set of constrains, will overwrite old ones
- String[] - constrains (not null)
outpins
- FILTERED(Object) - ID = 51 - target filtered data object
- Object - data object
links to cvs
source - revision
configuration - revision
status
alpha release