Uses of Interface
org.apache.olingo.server.api.uri.queryoption.AliasQueryOption
Packages that use AliasQueryOption
Package
Description
Olingo URI
-
Uses of AliasQueryOption in org.apache.olingo.server.api.uri
Methods in org.apache.olingo.server.api.uri that return types with arguments of type AliasQueryOptionModifier and TypeMethodDescriptionUriInfo.getAliases()Gets a list of all alias definitions which were in the URI (including aliases not used anywhere). -
Uses of AliasQueryOption in org.apache.olingo.server.core.uri
Methods in org.apache.olingo.server.core.uri that return types with arguments of type AliasQueryOptionMethods in org.apache.olingo.server.core.uri with parameters of type AliasQueryOption -
Uses of AliasQueryOption in org.apache.olingo.server.core.uri.parser
Methods in org.apache.olingo.server.core.uri.parser that return AliasQueryOptionModifier and TypeMethodDescriptionprotected static AliasQueryOptionParserHelper.parseAliasValue(String name, EdmType type, boolean isNullable, boolean isCollection, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases) Method parameters in org.apache.olingo.server.core.uri.parser with type arguments of type AliasQueryOptionModifier 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) 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) 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) 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, Map<String, AliasQueryOption> aliases) Constructor parameters in org.apache.olingo.server.core.uri.parser with type arguments of type AliasQueryOptionModifierConstructorDescriptionExpandParser(Edm edm, OData odata, Map<String, AliasQueryOption> aliases, Collection<String> crossjoinEntitySetNames) ResourcePathParser(Edm edm, Map<String, AliasQueryOption> aliases) ResourcePathParser(Edm edm, Map<String, AliasQueryOption> aliases, String protocolType) -
Uses of AliasQueryOption in org.apache.olingo.server.core.uri.queryoption
Classes in org.apache.olingo.server.core.uri.queryoption that implement AliasQueryOption -
Uses of AliasQueryOption in org.apache.olingo.server.core.uri.queryoption.expression
Methods in org.apache.olingo.server.core.uri.queryoption.expression that return AliasQueryOptionConstructors in org.apache.olingo.server.core.uri.queryoption.expression with parameters of type AliasQueryOption