|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntityLinkProcessor
Execute an OData entity link request.
| Method Summary | |
|---|---|
ODataResponse |
deleteEntityLink(DeleteUriInfo uriInfo,
String contentType)
Deletes the link to the target entity of a navigation property. |
ODataResponse |
existsEntityLink(GetEntityLinkCountUriInfo uriInfo,
String contentType)
Returns whether the target entity of a navigation property exists. |
ODataResponse |
readEntityLink(GetEntityLinkUriInfo uriInfo,
String contentType)
Reads the URI of the target entity of a navigation property. |
ODataResponse |
updateEntityLink(PutMergePatchUriInfo uriInfo,
InputStream content,
String requestContentType,
String contentType)
Updates the link to the target entity of a navigation property. |
| Methods inherited from interface org.apache.olingo.odata2.api.processor.ODataProcessor |
|---|
getContext, setContext |
| Method Detail |
|---|
ODataResponse readEntityLink(GetEntityLinkUriInfo uriInfo,
String contentType)
throws ODataException
uriInfo - information about the request URIcontentType - the content type of the response
ODataResponse object
ODataException
ODataResponse existsEntityLink(GetEntityLinkCountUriInfo uriInfo,
String contentType)
throws ODataException
uriInfo - information about the request URIcontentType - the content type of the response
ODataResponse object
ODataException
ODataResponse updateEntityLink(PutMergePatchUriInfo uriInfo,
InputStream content,
String requestContentType,
String contentType)
throws ODataException
uriInfo - information about the request URIcontent - the content of the request, containing the new URIrequestContentType - the content type of the request bodycontentType - the content type of the response
ODataResponse object
ODataException
ODataResponse deleteEntityLink(DeleteUriInfo uriInfo,
String contentType)
throws ODataException
uriInfo - information about the request URIcontentType - the content type of the response
ODataResponse object
ODataException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||