| Package | Description |
|---|---|
| org.apache.olingo.client.api.uri | |
| org.apache.olingo.client.core.uri | |
| org.apache.olingo.commons.api.edm |
Contains representations for EDM objects created during the URI parsing
|
| org.apache.olingo.commons.core.edm | |
| org.apache.olingo.server.api.uri.queryoption.expression |
Olingo Server API - URI - QueryOptions - Expressions
|
| org.apache.olingo.server.core.debug | |
| org.apache.olingo.server.core.uri.queryoption.expression |
| Modifier and Type | Method and Description |
|---|---|
URIBuilder |
URIBuilder.appendKeySegment(EdmEnumType enumType,
String memberName)
Appends enum key segment to the URI.
|
URIFilter |
FilterFactory.has(FilterArg left,
EdmEnumType enumType,
String memberName) |
URIFilter |
FilterFactory.has(String key,
EdmEnumType enumType,
String memberName) |
| Modifier and Type | Method and Description |
|---|---|
URIBuilder |
URIBuilder.appendKeySegment(Map<String,org.apache.commons.lang3.tuple.Pair<EdmEnumType,String>> enumValues,
Map<String,Object> segmentValues)
Appends key segment to the URI, for multiple keys.
|
| Modifier and Type | Method and Description |
|---|---|
URIBuilder |
URIBuilderImpl.appendKeySegment(EdmEnumType enumType,
String memberName) |
URIFilter |
FilterFactoryImpl.has(FilterArg left,
EdmEnumType enumType,
String memberName) |
URIFilter |
FilterFactoryImpl.has(String key,
EdmEnumType enumType,
String memberName) |
| Modifier and Type | Method and Description |
|---|---|
URIBuilder |
URIBuilderImpl.appendKeySegment(Map<String,org.apache.commons.lang3.tuple.Pair<EdmEnumType,String>> enumValues,
Map<String,Object> segmentValues) |
| Modifier and Type | Method and Description |
|---|---|
EdmEnumType |
Edm.getEnumType(FullQualifiedName name)
Get enum type by full qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
List<EdmEnumType> |
EdmSchema.getEnumTypes() |
| Modifier and Type | Class and Description |
|---|---|
class |
EdmEnumTypeImpl |
| Modifier and Type | Method and Description |
|---|---|
EdmEnumType |
EdmProviderImpl.createEnumType(FullQualifiedName enumName) |
protected abstract EdmEnumType |
AbstractEdm.createEnumType(FullQualifiedName enumName) |
EdmEnumType |
EdmTypeInfo.getEnumType() |
EdmEnumType |
AbstractEdm.getEnumType(FullQualifiedName namespaceOrAliasFQN) |
| Modifier and Type | Method and Description |
|---|---|
protected List<EdmEnumType> |
EdmSchemaImpl.createEnumTypes() |
List<EdmEnumType> |
EdmSchemaImpl.getEnumTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEdm.cacheEnumType(FullQualifiedName enumName,
EdmEnumType enumType) |
| Modifier and Type | Method and Description |
|---|---|
EdmEnumType |
Enumeration.getType() |
| Modifier and Type | Method and Description |
|---|---|
T |
ExpressionVisitor.visitEnum(EdmEnumType type,
List<String> enumValues)
Called for each traversed
Enumeration expression |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
ExpressionJsonVisitor.visitEnum(EdmEnumType type,
List<String> enumValues) |
| Modifier and Type | Method and Description |
|---|---|
EdmEnumType |
EnumerationImpl.getType() |
| Constructor and Description |
|---|
EnumerationImpl(EdmEnumType type,
List<String> values) |
Copyright © 2023. All rights reserved.