Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

com.isomorphic.criteria.Criterion classes convenience constructors missing

$
0
0
Hi Isomorphic,

please see the classes implementing com.isomorphic.criteria.Criterion.

While SimpleCriterion has these signatures
Code:

SimpleCriterion(java.lang.String fieldName, OperatorBase operatorId, java.lang.Object value)
SimpleCriterion(java.lang.String fieldName, java.lang.String operatorId, java.lang.Object value)

others also using Operators don't have it. These are: LogicalCriterion, *RangeCriterion (several), OtherFieldCriterion, SetCriterion.

Here I use e.g. "DefaultOperators.InSet.getID()" instead. AdvancedCriteria also has both versions. Could you add those methods or tell me why they are available for some Criterions, but not all?

I'm using v9.1p_2014-06-29.

Thank you and best regards,
Blama

Viewing all articles
Browse latest Browse all 4756

Trending Articles