Uses of Interface
org.apache.olingo.server.api.etag.ServiceMetadataETagSupport
Packages that use ServiceMetadataETagSupport
Package
Description
Olingo Server API
-
Uses of ServiceMetadataETagSupport in org.apache.olingo.netty.server.core
Methods in org.apache.olingo.netty.server.core with parameters of type ServiceMetadataETagSupportModifier and TypeMethodDescriptionODataNettyImpl.createServiceMetadata
(CsdlEdmProvider edmProvider, List<EdmxReference> references, ServiceMetadataETagSupport serviceMetadataETagSupport) -
Uses of ServiceMetadataETagSupport in org.apache.olingo.server.api
Methods in org.apache.olingo.server.api that return ServiceMetadataETagSupportModifier and TypeMethodDescriptionServiceMetadata.getServiceMetadataETagSupport()
Gets the helper for ETag support of the metadata document (may be NULL).Methods in org.apache.olingo.server.api with parameters of type ServiceMetadataETagSupportModifier and TypeMethodDescriptionabstract ServiceMetadata
OData.createServiceMetadata
(CsdlEdmProvider edmProvider, List<EdmxReference> references, ServiceMetadataETagSupport serviceMetadataETagSupport) Creates a metadata object for this service.