public class ArrayRestriction extends Restriction implements ArrayFunctionsExtractor
restrictionExpressionList| Constructor and Description |
|---|
ArrayRestriction() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRestriction(String propertyName,
Object value,
String comparator)
Add restriction.
|
ArrayRestriction |
and()
And restriction.
|
ArrayRestriction |
arrayContains(String propertyName,
Object value)
Array contains t.
|
ArrayRestriction |
or()
Or restriction.
|
appendGroupedRestrictions, appendRestrictions, build, filterRestrictions, getBuildCompleted, getLogicalCombiner, getRestrictionExpressionList, setBuildCompleted, setLogicalCombiner, setRestrictionExpressionListpublic ArrayRestriction arrayContains(String propertyName, Object value)
ArrayFunctionsExtractorarrayContains in interface ArrayFunctionsExtractorpropertyName - the property namevalue - the valuepublic void addRestriction(String propertyName, Object value, String comparator)
AddRestrictionInterfaceaddRestriction in interface AddRestrictionInterfacepropertyName - the property namevalue - the valuecomparator - the comparatorpublic ArrayRestriction and()
RestrictionInterfaceand in interface RestrictionInterfacepublic ArrayRestriction or()
RestrictionInterfaceor in interface RestrictionInterfaceCopyright © 2020. All rights reserved.