Uses of Class
org.apache.olingo.odata2.api.edm.provider.DataServices
Packages that use DataServices
Package
Description
Entity Data Model Provider API
Entity Provider
-
Uses of DataServices in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return DataServicesModifier and TypeMethodDescriptionDataServices.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisDataServicesDataServices.setCustomEdmxVersion(String customEdmxVersion) Sets a custom edmx version which is used in the metadata documentDataServices.setDataServiceVersion(String dataServiceVersion) Sets the data service version for thisDataServicesDataServices.setSchemas(List<Schema> schemas) Sets the schemas for thisDataServices -
Uses of DataServices in org.apache.olingo.odata2.api.ep
Methods in org.apache.olingo.odata2.api.ep with parameters of type DataServicesModifier and TypeMethodDescriptionEntityProvider.EntityProviderInterface.writeMetadata(DataServices serviceMetadata, Map<String, String> predefinedNamespaces) Write metadata document in XML format for the given schemas and the provided predefined namespaces at the EDMX element.static ODataResponseEntityProvider.writeMetadata(DataServices serviceMetadata, Map<String, String> predefinedNamespaces) Write metadata document in XML format for the given schemas and the provided predefined namespaces at the EDMX element. -
Uses of DataServices in org.apache.olingo.odata2.core.ep
Methods in org.apache.olingo.odata2.core.ep with parameters of type DataServicesModifier and TypeMethodDescriptionBasicEntityProvider.writeMetadata(DataServices serviceMetadata, Map<String, String> predefinedNamespaces) Writes the metadata in XML format.ProviderFacadeImpl.writeMetadata(DataServices seriviceMetadata, Map<String, String> predefinedNamespaces) -
Uses of DataServices in org.apache.olingo.odata2.core.ep.consumer
Methods in org.apache.olingo.odata2.core.ep.consumer that return DataServicesModifier and TypeMethodDescriptionXmlMetadataConsumer.readMetadata(XMLStreamReader reader, boolean validate) -
Uses of DataServices in org.apache.olingo.odata2.core.ep.producer
Methods in org.apache.olingo.odata2.core.ep.producer with parameters of type DataServicesModifier and TypeMethodDescriptionstatic voidXmlMetadataProducer.writeMetadata(DataServices metadata, XMLStreamWriter xmlStreamWriter, Map<String, String> predefinedNamespaces)