| Modifier and Type | Method and Description |
|---|---|
List<UriParameter> |
UriResourceNavigation.getKeyPredicates() |
List<UriParameter> |
UriResourceFunction.getKeyPredicates() |
List<UriParameter> |
UriResourceEntitySet.getKeyPredicates() |
List<UriParameter> |
UriResourceFunction.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
UriHelper.buildContextURLKeyPredicate(List<UriParameter> keys)
Builds the key-predicate part of a
ContextURL. |
| Modifier and Type | Method and Description |
|---|---|
List<UriParameter> |
CustomFunction.getParameters()
Gets the function parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ContextURLHelper.buildKeyPredicate(List<UriParameter> keys)
Builds a key predicate for the ContextURL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UriParameterImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<UriParameter> |
UriResourceWithKeysImpl.keyPredicates |
| Modifier and Type | Method and Description |
|---|---|
List<UriParameter> |
UriResourceWithKeysImpl.getKeyPredicates() |
List<UriParameter> |
UriResourceFunctionImpl.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
UriHelperImpl.buildContextURLKeyPredicate(List<UriParameter> keys) |
UriResourceWithKeysImpl |
UriResourceWithKeysImpl.setKeyPredicates(List<UriParameter> list) |
| Constructor and Description |
|---|
UriResourceFunctionImpl(EdmFunctionImport edmFunctionImport,
EdmFunction function,
List<UriParameter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected static UriParameter |
ParserHelper.createUriParameter(EdmProperty edmProperty,
String parameterName,
String literalValue,
Edm edm,
EdmType referringType,
Map<String,AliasQueryOption> aliases) |
| Modifier and Type | Method and Description |
|---|---|
protected 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,
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) |
| Modifier and Type | Method and Description |
|---|---|
protected static List<String> |
ParserHelper.getParameterNames(List<UriParameter> parameters) |
protected static void |
ParserHelper.validateFunctionParameterFacets(EdmFunction function,
List<UriParameter> parameters,
Edm edm,
Map<String,AliasQueryOption> aliases) |
protected static void |
ParserHelper.validateFunctionParameters(EdmFunction function,
List<UriParameter> parameters,
Edm edm,
EdmType referringType,
Map<String,AliasQueryOption> aliases) |
| Modifier and Type | Method and Description |
|---|---|
List<UriParameter> |
CustomFunctionImpl.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
CustomFunctionImpl |
CustomFunctionImpl.setParameters(List<UriParameter> parameters) |
Copyright © 2023. All rights reserved.