| Package | Description |
|---|---|
| org.codice.ddf.catalog.ui.query.cql | |
| org.codice.ddf.catalog.ui.query.delegate |
| Constructor and Description |
|---|
CqlResult(Result result,
Set<SearchTerm> searchTerms,
QueryRequest queryRequest,
boolean normalize,
FilterAdapter filterAdapter,
ActionRegistry actionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Set<SearchTerm> |
SearchTermsDelegate.and(List<Set<SearchTerm>> operands) |
<S> Set<SearchTerm> |
SearchTermsDelegate.defaultOperation(Object property,
S literal,
Class<S> literalClass,
Enum operation) |
Set<SearchTerm> |
SearchTermsDelegate.not(Set<SearchTerm> operand) |
Set<SearchTerm> |
SearchTermsDelegate.or(List<Set<SearchTerm>> operands) |
Set<SearchTerm> |
SearchTermsDelegate.propertyIsLike(String propertyName,
String pattern,
boolean isCaseSensitive) |
| Modifier and Type | Method and Description |
|---|---|
Set<SearchTerm> |
SearchTermsDelegate.and(List<Set<SearchTerm>> operands) |
Set<SearchTerm> |
SearchTermsDelegate.not(Set<SearchTerm> operand) |
Set<SearchTerm> |
SearchTermsDelegate.or(List<Set<SearchTerm>> operands) |
This work is licensed under a Creative Commons Attribution 4.0 International License.