Uses of Class
org.apache.olingo.server.core.uri.validator.UriValidationException
Packages that use UriValidationException
Package
Description
-
Uses of UriValidationException in org.apache.olingo.server.core
Methods in org.apache.olingo.server.core with parameters of type UriValidationExceptionModifier and TypeMethodDescriptionstatic ODataServerErrorODataExceptionHelper.createServerErrorObject(UriValidationException e, Locale requestedLocale) -
Uses of UriValidationException in org.apache.olingo.server.core.uri.parser
Methods in org.apache.olingo.server.core.uri.parser that throw UriValidationExceptionModifier and TypeMethodDescriptionprotected static List<UriParameter>ParserHelper.compoundKey(UriTokenizer tokenizer, EdmEntityType edmEntityType, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases, String protocolType) protected static UriParameterParserHelper.createUriParameter(EdmProperty edmProperty, String parameterName, String literalValue, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases) ApplyParser.parse(UriTokenizer tokenizer, EdmStructuredType referencedType, Collection<String> crossjoinEntitySetNames, Map<String, AliasQueryOption> aliases) ExpandParser.parse(UriTokenizer tokenizer, EdmStructuredType referencedType) ExpressionParser.parse(UriTokenizer tokenizer, EdmType referringType, Collection<String> crossjoinEntitySetNames, Map<String, AliasQueryOption> aliases) ExpressionParser.parse(UriTokenizer tokenizer, EdmType referringType, Collection<String> crossjoinEntitySetNames, Map<String, AliasQueryOption> aliases, boolean allowCollections) FilterParser.parse(UriTokenizer tokenizer, EdmType referencedType, Collection<String> crossjoinEntitySetNames, Map<String, AliasQueryOption> aliases) OrderByParser.parse(UriTokenizer tokenizer, EdmStructuredType referencedType, Collection<String> crossjoinEntitySetNames, Map<String, AliasQueryOption> aliases) SelectParser.parse(UriTokenizer tokenizer, EdmStructuredType referencedType, boolean referencedIsCollection) ApplyParser.parseAggregateMethodCallExpr(UriTokenizer tokenizer, EdmStructuredType referringType) protected static AliasQueryOptionParserHelper.parseAliasValue(String name, EdmType type, boolean isNullable, boolean isCollection, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases) protected static List<UriParameter>ParserHelper.parseFunctionParameters(UriTokenizer tokenizer, Edm edm, EdmType referringType, boolean withComplex, boolean allowCollections, Map<String, AliasQueryOption> aliases) protected static List<UriParameter>ParserHelper.parseFunctionParameters(UriTokenizer tokenizer, Edm edm, EdmType referringType, boolean withComplex, Map<String, AliasQueryOption> aliases) protected static List<UriParameter>ParserHelper.parseKeyPredicate(UriTokenizer tokenizer, EdmEntityType edmEntityType, EdmNavigationProperty partner, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases) protected static List<UriParameter>ParserHelper.parseNavigationKeyPredicate(UriTokenizer tokenizer, EdmNavigationProperty navigationProperty, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases, String protocolType) ResourcePathParser.parsePathSegment(String pathSegment, UriResource previous) protected static voidParserHelper.validateFunctionParameterFacets(EdmFunction function, List<UriParameter> parameters, Edm edm, Map<String, AliasQueryOption> aliases) protected static voidParserHelper.validateFunctionParameters(EdmFunction function, List<UriParameter> parameters, Edm edm, EdmType referringType) protected static voidParserHelper.validateFunctionParameters(EdmFunction function, List<UriParameter> parameters, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases) -
Uses of UriValidationException in org.apache.olingo.server.core.uri.validator
Methods in org.apache.olingo.server.core.uri.validator that throw UriValidationExceptionModifier and TypeMethodDescriptionvoidUriValidator.validate(UriInfo uriInfo, HttpMethod httpMethod)