Uses of Class
org.apache.olingo.commons.api.edm.provider.CsdlSchema
Packages that use CsdlSchema
Package
Description
Contains representations for objects created during CSDL document parsing
-
Uses of CsdlSchema in org.apache.olingo.commons.api.edm.provider
Methods in org.apache.olingo.commons.api.edm.provider that return CsdlSchemaModifier and TypeMethodDescriptionCsdlSchema.setActions(List<CsdlAction> actions) Sets actions.Sets alias.CsdlSchema.setAnnotations(List<CsdlAnnotation> annotations) Sets a list of annotationsCsdlSchema.setAnnotationsGroup(List<CsdlAnnotations> annotationGroups) Sets a list of annotationsCsdlSchema.setComplexTypes(List<CsdlComplexType> complexTypes) Sets complex types.CsdlSchema.setEntityContainer(CsdlEntityContainer entityContainer) Sets entity container.CsdlSchema.setEntityTypes(List<CsdlEntityType> entityTypes) Sets entity types.CsdlSchema.setEnumTypes(List<CsdlEnumType> enumTypes) Sets enum types.CsdlSchema.setFunctions(List<CsdlFunction> functions) Sets functions.CsdlSchema.setNamespace(String namespace) Sets namespace.Sets terms.CsdlSchema.setTypeDefinitions(List<CsdlTypeDefinition> typeDefinitions) Sets type definitions.Methods in org.apache.olingo.commons.api.edm.provider that return types with arguments of type CsdlSchemaModifier and TypeMethodDescriptionCsdlAbstractEdmProvider.getSchemas()CsdlEdmProvider.getSchemas()This method should return a collection of allCsdlSchema