| Package | Description |
|---|---|
| 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.commons.core.edm.annotation | |
| org.apache.olingo.server.core.uri.queryoption.apply |
| Modifier and Type | Method and Description |
|---|---|
EdmTerm |
EdmTerm.getBaseTerm()
When applying a term with a base term,the base term MUST also be applied with the same qualifier, and so on until a
term without a base term is reached.
|
EdmTerm |
EdmAnnotation.getTerm() |
EdmTerm |
Edm.getTerm(FullQualifiedName termName)
Get Term full by qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
List<EdmTerm> |
EdmSchema.getTerms() |
| Modifier and Type | Method and Description |
|---|---|
EdmAnnotation |
EdmAnnotatable.getAnnotation(EdmTerm term,
String qualifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
EdmTermImpl |
| Modifier and Type | Method and Description |
|---|---|
protected EdmTerm |
EdmProviderImpl.createTerm(FullQualifiedName termName) |
protected abstract EdmTerm |
AbstractEdm.createTerm(FullQualifiedName termName) |
EdmTerm |
EdmTermImpl.getBaseTerm() |
EdmTerm |
EdmAnnotationImpl.getTerm() |
EdmTerm |
AbstractEdm.getTerm(FullQualifiedName termName) |
| Modifier and Type | Method and Description |
|---|---|
protected List<EdmTerm> |
EdmSchemaImpl.createTerms() |
List<EdmTerm> |
EdmSchemaImpl.getTerms() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEdm.cacheTerm(FullQualifiedName termName,
EdmTerm term) |
EdmAnnotation |
AbstractEdmAnnotatable.getAnnotation(EdmTerm term,
String qualifier) |
| Modifier and Type | Method and Description |
|---|---|
EdmAnnotation |
AbstractEdmAnnotatableDynamicExpression.getAnnotation(EdmTerm term,
String qualifier) |
| Modifier and Type | Method and Description |
|---|---|
EdmAnnotation |
DynamicStructuredType.getAnnotation(EdmTerm term,
String qualifier) |
EdmAnnotation |
DynamicProperty.getAnnotation(EdmTerm term,
String qualifier) |
Copyright © 2023. All rights reserved.