| Package | Description |
|---|---|
| org.apache.olingo.server.api.edm.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 |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.