After creation of a CombinedQueryDefinition there is no way to add additional constraints the contained query (maybe in different layers you need to add security constraints, etc.). Adding an and() and an or() method should allow adding these additional constraints.
After creation of a
CombinedQueryDefinition
there is no way to add additional constraints the contained query (maybe in different layers you need to add security constraints, etc.). Adding anand()
and anor()
method should allow adding these additional constraints.