public interface CompleteCondition
SearchConditionBuilder.| Modifier and Type | Method and Description |
|---|---|
PartialCondition |
and()
Conjunct current expression with another
|
PartialCondition |
or()
Disjunct current expression with another
|
String |
query()
Finalize condition construction and build search condition query.
|
PartialCondition and()
PartialCondition or()
String query()
Apache CXF