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 |
---|---|
Schema |
Schema.setActions(List<Action> actions) |
Schema |
Schema.setAlias(String alias) |
Schema |
Schema.setComplexTypes(List<ComplexType> complexTypes) |
Schema |
Schema.setEntityContainer(EntityContainer entityContainer) |
Schema |
Schema.setEntityTypes(List<EntityType> entityTypes) |
Schema |
Schema.setEnumTypes(List<EnumType> enumTypes) |
Schema |
Schema.setFunctions(List<Function> functions) |
Schema |
Schema.setNamespace(String namespace) |
Schema |
Schema.setTerms(List<Term> terms) |
Schema |
Schema.setTypeDefinitions(List<TypeDefinition> typeDefinitions) |
Modifier and Type | Method and Description |
---|---|
List<Schema> |
EdmProvider.getSchemas()
This method should return a collection of all
Schema |
Modifier and Type | Method and Description |
---|---|
List<Schema> |
CarsEdmProvider.getSchemas() |
Modifier and Type | Method and Description |
---|---|
List<Schema> |
SchemaProvider.getSchemas() |
List<Schema> |
EdmTechProvider.getSchemas() |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.