Class CollectionCheckCondition<T>
- java.lang.Object
-
- org.apache.cxf.jaxrs.ext.search.PrimitiveSearchCondition<T>
-
- org.apache.cxf.jaxrs.ext.search.collections.CollectionCheckCondition<T>
-
- All Implemented Interfaces:
SearchCondition<T>
public class CollectionCheckCondition<T> extends PrimitiveSearchCondition<T>
-
-
Constructor Summary
Constructors Constructor Description CollectionCheckCondition(String propertyName, Object propertyValue, Type propertyType, ConditionType ct, T condition, CollectionCheckInfo checkInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionCheckInfogetCollectionCheckInfo()PrimitiveStatementgetStatement()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
-
-
-
-
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:SearchConditionPrimitive statement such a > b, i < 5, etc this condition may represent. Complex conditions will return null.- Specified by:
getStatementin interfaceSearchCondition<T>- Overrides:
getStatementin classPrimitiveSearchCondition<T>- Returns:
- primitive search statement, can be null
-
-