Hi Isomorphic,
please see the classes implementing com.isomorphic.criteria.Criterion.
While SimpleCriterion has these signatures
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
please see the classes implementing com.isomorphic.criteria.Criterion.
While SimpleCriterion has these signatures
Code:
SimpleCriterion(java.lang.String fieldName, [B]OperatorBase operatorId[/B], java.lang.Object value) SimpleCriterion(java.lang.String fieldName, java.lang.String operatorId, java.lang.Object value)
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
Comment