Package org.ametys.cms.search.advanced
Class TreeMaker.ClientSideCriterionWrapper
- java.lang.Object
-
- org.ametys.cms.search.advanced.TreeMaker.ClientSideCriterionWrapper
-
- Enclosing class:
- TreeMaker
public static class TreeMaker.ClientSideCriterionWrapper extends Object
A wrapper of a client-side criterion
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Gets the idMap<String,Object>
getOtherProperties()
Gets the other propertiesString
getStringOperator()
Gets the string operatorObject
getValue()
Gets the value
-
-
-
Method Detail
-
getStringOperator
public String getStringOperator()
Gets the string operator- Returns:
- the string operator
-
getOtherProperties
public Map<String,Object> getOtherProperties()
Gets the other properties- Returns:
- the other properties
-
-