Package | Description |
---|---|
org.apache.olingo.odata2.api.processor |
Data Processor
A data processor implements all create, read, update and delete (CRUD) methods of an OData service.
|
org.apache.olingo.odata2.api.processor.part |
Processor Parts
|
org.apache.olingo.odata2.api.uri |
URI Parser Facade
The URI package has one central class
UriParser to parse a request URI
as well as several interfaces that provide access to parsed parts of the URI. |
org.apache.olingo.odata2.ref.processor |
Modifier and Type | Method and Description |
---|---|
ODataResponse |
ODataSingleProcessor.countEntityLinks(GetEntitySetLinksCountUriInfo uriInfo,
String contentType) |
Modifier and Type | Method and Description |
---|---|
ODataResponse |
EntityLinksProcessor.countEntityLinks(GetEntitySetLinksCountUriInfo uriInfo,
String contentType)
Counts the number of target entities of a navigation property.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UriInfo
Structured parts of the request URI - the result of URI parsing.
|
Modifier and Type | Method and Description |
---|---|
ODataResponse |
ListsProcessor.countEntityLinks(GetEntitySetLinksCountUriInfo uriInfo,
String contentType) |
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.