Class SyncopeFiqlSearchCondition<T>
- java.lang.Object
-
- org.apache.cxf.jaxrs.ext.search.SimpleSearchCondition<T>
-
- org.apache.syncope.common.lib.search.SyncopeFiqlSearchCondition<T>
-
- Type Parameters:
T
- type of search condition.
- All Implemented Interfaces:
org.apache.cxf.jaxrs.ext.search.SearchCondition<T>
public class SyncopeFiqlSearchCondition<T> extends org.apache.cxf.jaxrs.ext.search.SimpleSearchCondition<T>
Adds support for custom FIQL operators toSimpleSearchCondition
.
-
-
Constructor Summary
Constructors Constructor Description SyncopeFiqlSearchCondition(Map<String,org.apache.cxf.jaxrs.ext.search.ConditionType> getters2operators, Map<String,String> realGetters, Map<String,org.apache.cxf.jaxrs.ext.search.Beanspector.TypeInfo> propertyTypeInfo, T condition, String operator)
SyncopeFiqlSearchCondition(org.apache.cxf.jaxrs.ext.search.ConditionType cType, T condition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getOperator()
-