Uses of Interface
org.apache.olingo.server.api.uri.UriParameter
Packages that use UriParameter
Package
Description
Olingo URI
-
Uses of UriParameter in org.apache.olingo.server.api.uri
Methods in org.apache.olingo.server.api.uri that return types with arguments of type UriParameterModifier and TypeMethodDescriptionUriResourceEntitySet.getKeyPredicates()UriResourceFunction.getKeyPredicates()UriResourceNavigation.getKeyPredicates()UriResourceFunction.getParameters()Method parameters in org.apache.olingo.server.api.uri with type arguments of type UriParameterModifier and TypeMethodDescriptionUriHelper.buildContextURLKeyPredicate(List<UriParameter> keys) Builds the key-predicate part of aContextURL. -
Uses of UriParameter in org.apache.olingo.server.api.uri.queryoption.apply
Methods in org.apache.olingo.server.api.uri.queryoption.apply that return types with arguments of type UriParameter -
Uses of UriParameter in org.apache.olingo.server.core.serializer.utils
Method parameters in org.apache.olingo.server.core.serializer.utils with type arguments of type UriParameterModifier and TypeMethodDescriptionstatic StringContextURLHelper.buildKeyPredicate(List<UriParameter> keys) Builds a key predicate for the ContextURL. -
Uses of UriParameter in org.apache.olingo.server.core.uri
Classes in org.apache.olingo.server.core.uri that implement UriParameterFields in org.apache.olingo.server.core.uri with type parameters of type UriParameterModifier and TypeFieldDescriptionprotected List<UriParameter>UriResourceWithKeysImpl.keyPredicatesMethods in org.apache.olingo.server.core.uri that return types with arguments of type UriParameterModifier and TypeMethodDescriptionUriResourceWithKeysImpl.getKeyPredicates()UriResourceFunctionImpl.getParameters()Method parameters in org.apache.olingo.server.core.uri with type arguments of type UriParameterModifier and TypeMethodDescriptionUriHelperImpl.buildContextURLKeyPredicate(List<UriParameter> keys) UriResourceWithKeysImpl.setKeyPredicates(List<UriParameter> list) Constructor parameters in org.apache.olingo.server.core.uri with type arguments of type UriParameterModifierConstructorDescriptionUriResourceFunctionImpl(EdmFunctionImport edmFunctionImport, EdmFunction function, List<UriParameter> parameters) -
Uses of UriParameter in org.apache.olingo.server.core.uri.parser
Methods in org.apache.olingo.server.core.uri.parser that return UriParameterModifier and TypeMethodDescriptionprotected static UriParameterParserHelper.createUriParameter(EdmProperty edmProperty, String parameterName, String literalValue, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases) Methods in org.apache.olingo.server.core.uri.parser that return types with arguments of type UriParameterModifier and TypeMethodDescriptionprotected static List<UriParameter>ParserHelper.compoundKey(UriTokenizer tokenizer, EdmEntityType edmEntityType, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases, String protocolType) 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) Method parameters in org.apache.olingo.server.core.uri.parser with type arguments of type UriParameterModifier and TypeMethodDescriptionParserHelper.getParameterNames(List<UriParameter> parameters) 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 UriParameter in org.apache.olingo.server.core.uri.queryoption.apply
Methods in org.apache.olingo.server.core.uri.queryoption.apply that return types with arguments of type UriParameterMethod parameters in org.apache.olingo.server.core.uri.queryoption.apply with type arguments of type UriParameterModifier and TypeMethodDescriptionCustomFunctionImpl.setParameters(List<UriParameter> parameters)