Package | Description |
---|---|
org.apache.olingo.server.api.edm.provider | |
org.apache.olingo.server.sample.edmprovider | |
org.apache.olingo.server.tecsvc.provider |
Modifier and Type | Method and Description |
---|---|
EntityType |
EdmProvider.getEntityType(FullQualifiedName entityTypeName)
This method should return an
EntityType or null if nothing is found |
EntityType |
EntityType.setAbstract(boolean isAbstract) |
EntityType |
EntityType.setBaseType(FullQualifiedName baseType) |
EntityType |
EntityType.setHasStream(boolean hasStream) |
EntityType |
EntityType.setKey(List<PropertyRef> key) |
EntityType |
EntityType.setName(String name) |
EntityType |
EntityType.setNavigationProperties(List<NavigationProperty> navigationProperties) |
EntityType |
EntityType.setOpenType(boolean isOpenType) |
EntityType |
EntityType.setProperties(List<Property> properties) |
Modifier and Type | Method and Description |
---|---|
List<EntityType> |
Schema.getEntityTypes() |
Modifier and Type | Method and Description |
---|---|
Schema |
Schema.setEntityTypes(List<EntityType> entityTypes) |
Modifier and Type | Method and Description |
---|---|
EntityType |
CarsEdmProvider.getEntityType(FullQualifiedName entityTypeName) |
Modifier and Type | Method and Description |
---|---|
EntityType |
EntityTypeProvider.getEntityType(FullQualifiedName entityTypeName) |
EntityType |
EdmTechProvider.getEntityType(FullQualifiedName entityTypeName) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.