Uses of Interface
org.apache.olingo.odata2.api.edm.Edm
Packages that use Edm
Package
Description
OData Library API
Entity Provider
Runtime Support
URI Parser Facade
-
Uses of Edm in org.apache.olingo.odata2.api
Methods in org.apache.olingo.odata2.api that return Edm -
Uses of Edm in org.apache.olingo.odata2.api.ep
Methods in org.apache.olingo.odata2.api.ep that return EdmModifier and TypeMethodDescriptionEntityProvider.EntityProviderInterface.readMetadata(InputStream inputStream, boolean validate) static EdmEntityProvider.readMetadata(InputStream metadataXml, boolean validate) Methods in org.apache.olingo.odata2.api.ep with parameters of type EdmModifier and TypeMethodDescriptionEntityProvider.EntityProviderInterface.writeServiceDocument(String contentType, Edm edm, String serviceRoot) Write service document based on givenEdmandservice rootas given content type.static ODataResponseEntityProvider.writeServiceDocument(String contentType, Edm edm, String serviceRoot) Write service document based on givenEdmandservice rootas given content type. -
Uses of Edm in org.apache.olingo.odata2.api.rt
Methods in org.apache.olingo.odata2.api.rt that return EdmModifier and TypeMethodDescriptionstatic EdmRuntimeDelegate.createEdm(EdmProvider provider) Creates and returns an entity data model.protected abstract EdmRuntimeDelegate.RuntimeDelegateInstance.createEdm(EdmProvider provider) Methods in org.apache.olingo.odata2.api.rt with parameters of type EdmModifier and TypeMethodDescriptionstatic UriParserRuntimeDelegate.getUriParser(Edm edm) Returns an parser which can parse OData uris based on metadata.protected abstract UriParserRuntimeDelegate.RuntimeDelegateInstance.getUriParser(Edm edm) -
Uses of Edm in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri with parameters of type EdmModifier and TypeMethodDescriptionstatic UriInfoParses path segments and query parameters for the given EDM.static UriInfoUriParser.parse(Edm edm, List<PathSegment> pathSegments, Map<String, String> queryParameters, boolean strictFilter) Deprecated.static FilterExpressionUriParser.parseFilter(Edm edm, EdmEntityType edmType, String expression) Parses a $filter expression string and create an expression tree.static OrderByExpressionUriParser.parseOrderBy(Edm edm, EdmEntityType edmType, String expression) Parses a $orderby expression string and creates an expression tree. -
Uses of Edm in org.apache.olingo.odata2.core.edm
Classes in org.apache.olingo.odata2.core.edm that implement Edm -
Uses of Edm in org.apache.olingo.odata2.core.edm.provider
Classes in org.apache.olingo.odata2.core.edm.provider that implement Edm -
Uses of Edm in org.apache.olingo.odata2.core.ep
Methods in org.apache.olingo.odata2.core.ep that return EdmModifier and TypeMethodDescriptionProviderFacadeImpl.readMetadata(InputStream inputStream, boolean validate) Methods in org.apache.olingo.odata2.core.ep with parameters of type EdmModifier and TypeMethodDescriptionAtomEntityProvider.writeServiceDocument(Edm edm, String serviceRoot) Write service document based on givenEdmandservice rootasAtomPub Service Document/code> with charset encoding "utf-8".ContentTypeBasedEntityProvider.writeServiceDocument(Edm edm, String serviceRoot) JsonEntityProvider.writeServiceDocument(Edm edm, String serviceRoot) Writes service document based on givenEdmandservice root.ProviderFacadeImpl.writeServiceDocument(String contentType, Edm edm, String serviceRoot) -
Uses of Edm in org.apache.olingo.odata2.core.ep.producer
Methods in org.apache.olingo.odata2.core.ep.producer with parameters of type EdmModifier and TypeMethodDescriptionstatic voidJsonServiceDocumentProducer.writeServiceDocument(Writer writer, Edm edm) Constructors in org.apache.olingo.odata2.core.ep.producer with parameters of type Edm -
Uses of Edm in org.apache.olingo.odata2.core.processor
Methods in org.apache.olingo.odata2.core.processor that return Edm -
Uses of Edm in org.apache.olingo.odata2.core.rt
Methods in org.apache.olingo.odata2.core.rt that return EdmModifier and TypeMethodDescriptionprotected EdmRuntimeDelegateImpl.createEdm(EdmProvider provider) Methods in org.apache.olingo.odata2.core.rt with parameters of type Edm -
Uses of Edm in org.apache.olingo.odata2.core.uri
Constructors in org.apache.olingo.odata2.core.uri with parameters of type Edm