| Package | Description |
|---|---|
| org.apache.olingo.commons.api.edm |
Contains representations for EDM objects created during the URI parsing
|
| org.apache.olingo.commons.core.edm |
| Modifier and Type | Method and Description |
|---|---|
EdmTypeDefinition |
Edm.getTypeDefinition(FullQualifiedName name)
Get a type definition by full qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
List<EdmTypeDefinition> |
EdmSchema.getTypeDefinitions() |
| Modifier and Type | Class and Description |
|---|---|
class |
EdmTypeDefinitionImpl |
| Modifier and Type | Method and Description |
|---|---|
EdmTypeDefinition |
EdmProviderImpl.createTypeDefinition(FullQualifiedName typeDefinitionName) |
protected abstract EdmTypeDefinition |
AbstractEdm.createTypeDefinition(FullQualifiedName typeDefinitionName) |
EdmTypeDefinition |
EdmTypeInfo.getTypeDefinition() |
EdmTypeDefinition |
AbstractEdm.getTypeDefinition(FullQualifiedName namespaceOrAliasFQN) |
| Modifier and Type | Method and Description |
|---|---|
protected List<EdmTypeDefinition> |
EdmSchemaImpl.createTypeDefinitions() |
List<EdmTypeDefinition> |
EdmSchemaImpl.getTypeDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEdm.cacheTypeDefinition(FullQualifiedName typeDefName,
EdmTypeDefinition typeDef) |
Copyright © 2023. All rights reserved.