Apache CXF API

org.apache.cxf.jaxrs.ext.search.client
Interface CompleteCondition

All Known Implementing Classes:
FiqlSearchConditionBuilder.Builder

public interface CompleteCondition

Part of fluent interface of SearchConditionBuilder.


Method Summary
 PartialCondition and()
          Conjunct current expression with another
 Property and(String name)
          shortcut for and().is()
 PartialCondition or()
          Disjunct current expression with another
 Property or(String name)
          shortcut for or().is()
 String query()
          Finalize condition construction and build search condition query.
 CompleteCondition wrap()
          Wraps the current expression in ()
 

Method Detail

and

PartialCondition and()
Conjunct current expression with another


and

Property and(String name)
shortcut for and().is()


or

PartialCondition or()
Disjunct current expression with another


or

Property or(String name)
shortcut for or().is()


wrap

CompleteCondition wrap()
Wraps the current expression in ()


query

String query()
Finalize condition construction and build search condition query.


Apache CXF API

Apache CXF