public interface CompleteCondition
SearchConditionBuilder
.Modifier and Type | Method and Description |
---|---|
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 ()
|
PartialCondition and()
PartialCondition or()
CompleteCondition wrap()
String query()
Apache CXF