Uses of Class
org.apache.olingo.odata2.api.edm.provider.DataServices
-
Packages that use DataServices Package Description org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider APIorg.apache.olingo.odata2.api.ep Entity Provider -
-
Uses of DataServices in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return DataServices Modifier and Type Method Description DataServicesDataServices. setAnnotationElements(List<AnnotationElement> annotationElements)Sets the collection ofAnnotationElementfor thisDataServicesDataServicesDataServices. setCustomEdmxVersion(String customEdmxVersion)Sets a custom edmx version which is used in the metadata documentDataServicesDataServices. setDataServiceVersion(String dataServiceVersion)Sets the data service version for thisDataServicesDataServicesDataServices. 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 DataServices Modifier and Type Method Description ODataResponseEntityProvider.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.
-