Uses of Interface
org.apache.olingo.odata2.api.edm.Edm
-
Packages that use Edm Package Description org.apache.olingo.odata2.api OData Library APIorg.apache.olingo.odata2.api.ep Entity Providerorg.apache.olingo.odata2.api.rt Runtime Supportorg.apache.olingo.odata2.api.uri URI Parser Facade -
-
Uses of Edm in org.apache.olingo.odata2.api
Methods in org.apache.olingo.odata2.api that return Edm Modifier and Type Method Description EdmODataService. getEntityDataModel() -
Uses of Edm in org.apache.olingo.odata2.api.ep
Methods in org.apache.olingo.odata2.api.ep that return Edm Modifier and Type Method Description EdmEntityProvider.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 Edm Modifier and Type Method Description ODataResponseEntityProvider.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 Edm Modifier and Type Method Description static 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 Edm Modifier and Type Method Description static 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 Edm Modifier and Type Method Description static UriInfoUriParser. parse(Edm edm, List<PathSegment> pathSegments, Map<String,String> queryParameters)Parses path segments and query parameters for the given EDM.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.
-