Apache CXF API

org.apache.cxf.jaxrs.ext.search.collections
Class CollectionCheckCondition<T>

java.lang.Object
  extended by org.apache.cxf.jaxrs.ext.search.PrimitiveSearchCondition<T>
      extended by org.apache.cxf.jaxrs.ext.search.collections.CollectionCheckCondition<T>
All Implemented Interfaces:
SearchCondition<T>

public class CollectionCheckCondition<T>
extends PrimitiveSearchCondition<T>


Constructor Summary
CollectionCheckCondition(String propertyName, Object propertyValue, Type propertyType, ConditionType ct, T condition, CollectionCheckInfo checkInfo)
           
 
Method Summary
 CollectionCheckInfo getCollectionCheckInfo()
           
 PrimitiveStatement getStatement()
          Primitive statement such a > b, i < 5, etc this condition may represent.
 
Methods inherited from class org.apache.cxf.jaxrs.ext.search.PrimitiveSearchCondition
accept, findAll, getCondition, getConditionType, getPrimitiveValue, getPropertyName, getPropertyType, getPropertyValue, getSearchConditions, isMet, toSQL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionCheckCondition

public CollectionCheckCondition(String propertyName,
                                Object propertyValue,
                                Type propertyType,
                                ConditionType ct,
                                T condition,
                                CollectionCheckInfo checkInfo)
Method Detail

getCollectionCheckInfo

public CollectionCheckInfo getCollectionCheckInfo()

getStatement

public PrimitiveStatement getStatement()
Description copied from interface: SearchCondition
Primitive statement such a > b, i < 5, etc this condition may represent. Complex conditions will return null.

Specified by:
getStatement in interface SearchCondition<T>
Overrides:
getStatement in class PrimitiveSearchCondition<T>
Returns:
primitive search statement, can be null

Apache CXF API

Apache CXF