| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.edm |
Entity Data Model API
|
| org.apache.olingo.odata2.api.edm.provider |
Entity Data Model Provider API
|
| org.apache.olingo.odata2.core.edm | |
| org.apache.olingo.odata2.core.edm.provider |
| Modifier and Type | Method and Description |
|---|---|
FullQualifiedName |
EdmSimpleTypeKind.getFullQualifiedName()
Returns the
FullQualifiedName for this SimpleTypeKind. |
| Modifier and Type | Method and Description |
|---|---|
FullQualifiedName |
AssociationSet.getAssociation() |
FullQualifiedName |
ComplexType.getBaseType() |
FullQualifiedName |
EntitySet.getEntityType() |
FullQualifiedName |
NavigationProperty.getRelationship() |
FullQualifiedName |
ComplexProperty.getType() |
FullQualifiedName |
AssociationEnd.getType() |
FullQualifiedName |
ReturnType.getTypeName() |
| Modifier and Type | Method and Description |
|---|---|
Association |
EdmProvider.getAssociation(FullQualifiedName edmFQName)
This method should return an
Association or null if nothing is found |
AssociationSet |
EdmProvider.getAssociationSet(String entityContainer,
FullQualifiedName association,
String sourceEntitySetName,
String sourceEntitySetRole)
This method should return an
AssociationSet or null if nothing is found |
ComplexType |
EdmProvider.getComplexType(FullQualifiedName edmFQName)
This method should return a
ComplexType or null if nothing is found |
EntityType |
EdmProvider.getEntityType(FullQualifiedName edmFQName)
This method should return an
EntityType or null if nothing is found |
AssociationSet |
AssociationSet.setAssociation(FullQualifiedName association)
Sets the
FullQualifiedName association for this AssociationSet |
EntityType |
EntityType.setBaseType(FullQualifiedName baseType) |
ComplexType |
ComplexType.setBaseType(FullQualifiedName baseType)
Sets the
FullQualifiedName of the base type |
EntitySet |
EntitySet.setEntityType(FullQualifiedName entityType)
|
NavigationProperty |
NavigationProperty.setRelationship(FullQualifiedName relationship)
Sets the
FullQualifiedName for the relationship of this NavigationProperty |
ComplexProperty |
ComplexProperty.setType(FullQualifiedName type)
Sets the
FullQualifiedName for this Property |
AssociationEnd |
AssociationEnd.setType(FullQualifiedName type)
Sets the
FullQualifiedName for this AssociationEnd |
ReturnType |
ReturnType.setTypeName(FullQualifiedName qualifiedName)
Sets the type of this
ReturnType via the types FullQualifiedName |
| Modifier and Type | Method and Description |
|---|---|
protected abstract EdmAssociation |
EdmImpl.createAssociation(FullQualifiedName fqName) |
protected abstract EdmComplexType |
EdmImpl.createComplexType(FullQualifiedName fqName) |
protected abstract EdmEntityType |
EdmImpl.createEntityType(FullQualifiedName fqName) |
| Modifier and Type | Method and Description |
|---|---|
protected EdmAssociation |
EdmImplProv.createAssociation(FullQualifiedName fqName) |
protected EdmComplexType |
EdmImplProv.createComplexType(FullQualifiedName fqName) |
protected EdmEntityType |
EdmImplProv.createEntityType(FullQualifiedName fqName) |
Association |
EdmxProvider.getAssociation(FullQualifiedName edmFQName) |
AssociationSet |
EdmxProvider.getAssociationSet(String entityContainer,
FullQualifiedName association,
String sourceEntitySetName,
String sourceEntitySetRole) |
ComplexType |
EdmxProvider.getComplexType(FullQualifiedName edmFQName) |
EntityType |
EdmxProvider.getEntityType(FullQualifiedName edmFQName) |
| Constructor and Description |
|---|
EdmElementImplProv(EdmImplProv edm,
String name,
FullQualifiedName typeName,
EdmFacets edmFacets,
EdmMapping edmMapping) |
EdmPropertyImplProv(EdmImplProv edm,
FullQualifiedName propertyName,
Property property) |
EdmTypedImplProv(EdmImplProv edm,
String name,
FullQualifiedName typeName,
EdmMultiplicity multiplicity) |
Copyright © 2020. All rights reserved.