|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
PartialCondition and()
Property and(String name)
PartialCondition or()
Property or(String name)
CompleteCondition wrap()
String query()
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |