Uses of Interface
org.apache.olingo.server.api.uri.queryoption.search.SearchExpression
Packages that use SearchExpression
Package
Description
Olingo Server API - URI - QueryOptions
Olingo Server API - URI - QueryOptions - Search
-
Uses of SearchExpression in org.apache.olingo.server.api.uri.queryoption
Methods in org.apache.olingo.server.api.uri.queryoption that return SearchExpression -
Uses of SearchExpression in org.apache.olingo.server.api.uri.queryoption.search
Subinterfaces of SearchExpression in org.apache.olingo.server.api.uri.queryoption.searchModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceMethods in org.apache.olingo.server.api.uri.queryoption.search that return SearchExpression -
Uses of SearchExpression in org.apache.olingo.server.core.uri.parser.search
Classes in org.apache.olingo.server.core.uri.parser.search that implement SearchExpressionModifier and TypeClassDescriptionclassclassclassclassMethods in org.apache.olingo.server.core.uri.parser.search that return SearchExpressionModifier and TypeMethodDescriptionSearchBinaryImpl.getLeftOperand()SearchBinaryImpl.getRightOperand()protected SearchExpressionSearchParser.parse(List<SearchQueryToken> tokens) Constructors in org.apache.olingo.server.core.uri.parser.search with parameters of type SearchExpressionModifierConstructorDescriptionSearchBinaryImpl(SearchExpression left, SearchBinaryOperatorKind operator, SearchExpression right) -
Uses of SearchExpression in org.apache.olingo.server.core.uri.queryoption
Methods in org.apache.olingo.server.core.uri.queryoption that return SearchExpressionMethods in org.apache.olingo.server.core.uri.queryoption with parameters of type SearchExpressionModifier and TypeMethodDescriptionSearchOptionImpl.setSearchExpression(SearchExpression searchExpression)