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 to SimpleSearchCondition.
  • Field Summary

    Fields inherited from class org.apache.cxf.jaxrs.ext.search.SimpleSearchCondition

    SUPPORTED_TYPES
  • 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

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.apache.cxf.jaxrs.ext.search.SimpleSearchCondition

    accept, findAll, getCondition, getConditionType, getSearchConditions, getStatement, isMet, toSQL

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SyncopeFiqlSearchCondition

      public SyncopeFiqlSearchCondition(org.apache.cxf.jaxrs.ext.search.ConditionType cType, T condition)
    • SyncopeFiqlSearchCondition

      public 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)
  • Method Details

    • getOperator

      public String getOperator()