Class ApplyParser
java.lang.Object
org.apache.olingo.server.core.uri.parser.ApplyParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(UriTokenizer tokenizer, EdmStructuredType referencedType, Collection<String> crossjoinEntitySetNames, Map<String, AliasQueryOption> aliases) parseAggregateMethodCallExpr(UriTokenizer tokenizer, EdmStructuredType referringType)
-
Constructor Details
-
ApplyParser
-
-
Method Details
-
parse
public ApplyOption parse(UriTokenizer tokenizer, EdmStructuredType referencedType, Collection<String> crossjoinEntitySetNames, Map<String, AliasQueryOption> aliases) throws UriParserException, UriValidationException -
parseAggregateMethodCallExpr
public AggregateExpression parseAggregateMethodCallExpr(UriTokenizer tokenizer, EdmStructuredType referringType) throws UriParserException, UriValidationException
-