|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntityLinksProcessor
Execute a OData entity links request.
| Method Summary | |
|---|---|
ODataResponse |
countEntityLinks(GetEntitySetLinksCountUriInfo uriInfo,
String contentType)
Counts the number of target entities of a navigation property. |
ODataResponse |
createEntityLink(PostUriInfo uriInfo,
InputStream content,
String requestContentType,
String contentType)
Creates a new link to a target entity of a navigation property. |
ODataResponse |
readEntityLinks(GetEntitySetLinksUriInfo uriInfo,
String contentType)
Reads the URIs of the target entities of a navigation property. |
| Methods inherited from interface org.apache.olingo.odata2.api.processor.ODataProcessor |
|---|
getContext, setContext |
| Method Detail |
|---|
ODataResponse readEntityLinks(GetEntitySetLinksUriInfo uriInfo,
String contentType)
throws ODataException
uriInfo - information about the request URIcontentType - the content type of the response
ODataException
ODataResponse countEntityLinks(GetEntitySetLinksCountUriInfo uriInfo,
String contentType)
throws ODataException
uriInfo - information about the request URIcontentType - the content type of the response
ODataException
ODataResponse createEntityLink(PostUriInfo uriInfo,
InputStream content,
String requestContentType,
String contentType)
throws ODataException
uriInfo - information about the request URIcontent - the content of the request, containing the link datarequestContentType - the content type of the request bodycontentType - the content type of the response
ODataException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||