|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntitySimplePropertyValueProcessor
Execute a OData entity simple property value request.
| Method Summary | |
|---|---|
ODataResponse |
deleteEntitySimplePropertyValue(DeleteUriInfo uriInfo,
String contentType)
Deletes the value of a simple property of an entity. |
ODataResponse |
readEntitySimplePropertyValue(GetSimplePropertyUriInfo uriInfo,
String contentType)
Reads the unformatted value of a simple property of an entity. |
ODataResponse |
updateEntitySimplePropertyValue(PutMergePatchUriInfo uriInfo,
InputStream content,
String requestContentType,
String contentType)
Updates a simple property of an entity with an unformatted value. |
| Methods inherited from interface org.apache.olingo.odata2.api.processor.ODataProcessor |
|---|
getContext, setContext |
| Method Detail |
|---|
ODataResponse readEntitySimplePropertyValue(GetSimplePropertyUriInfo uriInfo,
String contentType)
throws ODataException
uriInfo - information about the request URIcontentType - the content type of the response
ODataResponse object
ODataException
ODataResponse updateEntitySimplePropertyValue(PutMergePatchUriInfo uriInfo,
InputStream content,
String requestContentType,
String contentType)
throws ODataException
uriInfo - information about the request URIcontent - the content of the request, containing the new valuerequestContentType - the content type of the request body
(important for a binary property)contentType - the content type of the response
ODataResponse object
ODataException
ODataResponse deleteEntitySimplePropertyValue(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 | |||||||||