QueryExpressions.or() and and() should allow more operands
----------------------------------------------------------

                 Key: QI-139
                 URL: http://issues.ops4j.org/jira/browse/QI-139
             Project: Qi4j
          Issue Type: Improvement
          Components: API
    Affects Versions: 0.4
            Reporter: Rickard Öberg
            Assignee: Rickard Öberg
             Fix For: 0.5


Currently QueryExpressions.or() and and() only take two operands. If you want 
to and() more operands together you have to manually do and(and(and())), which 
seems unncessary.

I suggest that we change the methods to or(left,right,... optional) and 
and(left,right,... optional), so that it is easy to do any number of 
expressions in one go.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.ops4j.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to