|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Edm | |
|---|---|
| org.apache.olingo.odata2.api | OData Library API |
| org.apache.olingo.odata2.api.ep | Entity Provider |
| org.apache.olingo.odata2.api.rt | Runtime Support |
| org.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 | |
|---|---|
Edm |
ODataService.getEntityDataModel()
|
| Uses of Edm in org.apache.olingo.odata2.api.ep |
|---|
| Methods in org.apache.olingo.odata2.api.ep that return Edm | |
|---|---|
static Edm |
EntityProvider.readMetadata(InputStream metadataXml,
boolean validate)
Read (de-serialize) data from metadata inputStream (as InputStream) and provide Edm as
Edm |
Edm |
EntityProvider.EntityProviderInterface.readMetadata(InputStream inputStream,
boolean validate)
Read (de-serialize) data from metadata inputStream (as InputStream) and provide Edm as
Edm |
| Methods in org.apache.olingo.odata2.api.ep with parameters of type Edm | |
|---|---|
static ODataResponse |
EntityProvider.writeServiceDocument(String contentType,
Edm edm,
String serviceRoot)
Write service document based on given Edm and service root as
given content type. |
ODataResponse |
EntityProvider.EntityProviderInterface.writeServiceDocument(String contentType,
Edm edm,
String serviceRoot)
Write service document based on given Edm and service root as
given content type. |
| Uses of Edm in org.apache.olingo.odata2.api.rt |
|---|
| Methods in org.apache.olingo.odata2.api.rt that return Edm | |
|---|---|
static Edm |
RuntimeDelegate.createEdm(EdmProvider provider)
Creates and returns an entity data model. |
protected abstract Edm |
RuntimeDelegate.RuntimeDelegateInstance.createEdm(EdmProvider provider)
|
| Methods in org.apache.olingo.odata2.api.rt with parameters of type Edm | |
|---|---|
static UriParser |
RuntimeDelegate.getUriParser(Edm edm)
Returns an parser which can parse OData uris based on metadata. |
protected abstract UriParser |
RuntimeDelegate.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 | |
|---|---|
static UriInfo |
UriParser.parse(Edm edm,
List<PathSegment> pathSegments,
Map<String,String> queryParameters)
Parses path segments and query parameters for the given EDM. |
static FilterExpression |
UriParser.parseFilter(Edm edm,
EdmEntityType edmType,
String expression)
Parses a $filter expression string and create an expression tree. |
static OrderByExpression |
UriParser.parseOrderBy(Edm edm,
EdmEntityType edmType,
String expression)
Parses a $orderby expression string and creates an expression tree. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||