| Package | Description |
|---|---|
| org.apache.olingo.server.api.uri.queryoption |
Olingo Server API - URI - QueryOptions
|
| org.apache.olingo.server.api.uri.queryoption.search |
Olingo Server API - URI - QueryOptions - Search
|
| org.apache.olingo.server.core.uri.parser.search | |
| org.apache.olingo.server.core.uri.queryoption |
| Modifier and Type | Method and Description |
|---|---|
SearchExpression |
SearchOption.getSearchExpression() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchBinary |
interface |
SearchTerm |
interface |
SearchUnary |
| Modifier and Type | Method and Description |
|---|---|
SearchExpression |
SearchBinary.getLeftOperand() |
SearchExpression |
SearchBinary.getRightOperand() |
| Modifier and Type | Class and Description |
|---|---|
class |
SearchBinaryImpl |
class |
SearchExpressionImpl |
class |
SearchTermImpl |
class |
SearchUnaryImpl |
| Modifier and Type | Method and Description |
|---|---|
SearchExpression |
SearchBinaryImpl.getLeftOperand() |
SearchExpression |
SearchBinaryImpl.getRightOperand() |
protected SearchExpression |
SearchParser.parse(List<SearchQueryToken> tokens) |
| Constructor and Description |
|---|
SearchBinaryImpl(SearchExpression left,
SearchBinaryOperatorKind operator,
SearchExpression right) |
| Modifier and Type | Method and Description |
|---|---|
SearchExpression |
SearchOptionImpl.getSearchExpression() |
| Modifier and Type | Method and Description |
|---|---|
SearchOptionImpl |
SearchOptionImpl.setSearchExpression(SearchExpression searchExpression) |
Copyright © 2023. All rights reserved.