Class SyncopeFiqlParser<T>
- java.lang.Object
-
- org.apache.cxf.jaxrs.ext.search.AbstractSearchConditionParser<T>
-
- org.apache.cxf.jaxrs.ext.search.fiql.FiqlParser<T>
-
- org.apache.syncope.common.lib.search.SyncopeFiqlParser<T>
-
- Type Parameters:
T
- type of search condition.
- All Implemented Interfaces:
org.apache.cxf.jaxrs.ext.search.SearchConditionParser<T>
public class SyncopeFiqlParser<T> extends org.apache.cxf.jaxrs.ext.search.fiql.FiqlParser<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.cxf.jaxrs.ext.search.fiql.FiqlParser
org.apache.cxf.jaxrs.ext.search.fiql.FiqlParser.ASTNode<T extends Object>, org.apache.cxf.jaxrs.ext.search.fiql.FiqlParser.TypeInfoObject
-
-
Field Summary
Fields Modifier and Type Field Description static String
IEQ
static String
NIEQ
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.cxf.jaxrs.ext.search.fiql.FiqlParser.ASTNode<T>
parseComparison(String expr)
-
Methods inherited from class org.apache.cxf.jaxrs.ext.search.fiql.FiqlParser
isCount, parse, parseType, unwrapSetter
-
-
-
-
Field Detail
-
IEQ
public static final String IEQ
- See Also:
- Constant Field Values
-
NIEQ
public static final String NIEQ
- See Also:
- Constant Field Values
-
-
Method Detail
-
parseComparison
protected org.apache.cxf.jaxrs.ext.search.fiql.FiqlParser.ASTNode<T> parseComparison(String expr) throws org.apache.cxf.jaxrs.ext.search.SearchParseException
- Overrides:
parseComparison
in classorg.apache.cxf.jaxrs.ext.search.fiql.FiqlParser<T>
- Throws:
org.apache.cxf.jaxrs.ext.search.SearchParseException
-
-