genericfilter

Document Actions
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

  1. filter (String, Object) - ID = 1 - filter based on given string
    • String - is argument to compare with constrains (not null)
    • Object - any serializable object
  2. addConstrain (String) - ID = 2 - add constrain to the set of constrains
    • String - constrain (not null)
  3. setConstrains (String[]) - ID = 3 - set of constrains, will overwrite old ones
    • String[] - constrains (not null)

outpins

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

links to cvs

source - revision

configuration - revision

status

alpha release