Project

General

Profile

bug #7525

Updated by Andreas Kohlbecker almost 6 years ago

The methods `findByTitle()` and `listByTitle()` in IdentifiableServiceBase offer `List<Criterion> criteria` as method parameter but this is not used at all alls since it is quite useless for most situations. Replacing the criteria by `List<Restriction<?>> restrictions` will allow using virtually arbitrary search filters.      

Back