org.apache.cxf.jaxrs.ext.search.collections
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>
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 |
CollectionCheckCondition
public CollectionCheckCondition(String propertyName,
Object propertyValue,
Type propertyType,
ConditionType ct,
T condition,
CollectionCheckInfo checkInfo)
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