[ 
https://issues.apache.org/jira/browse/OLINGO-450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14283420#comment-14283420
 ] 

Michael Bolz commented on OLINGO-450:
-------------------------------------

Hi [~rareddy],

sorry for the late update. During work on OLINGO-507 I also have done some 
adjustments for OLINGO-482 which results in [this 
commit|https://git-wip-us.apache.org/repos/asf?p=olingo-odata4.git;a=commit;h=3fd3843662592a607cabebeb1126c548b5c23d7e].
But I missed to update OLINGO-482. I will do this in the next few hours and 
then it would be nice if you could give feedback about the adjustments.

Kind regards, 
Michael

> Support Function and Action Procedure execution
> -----------------------------------------------
>
>                 Key: OLINGO-450
>                 URL: https://issues.apache.org/jira/browse/OLINGO-450
>             Project: Olingo
>          Issue Type: New Feature
>          Components: odata4-server
>    Affects Versions: V4 4.0.0-beta-01
>            Reporter: Ramesh Reddy
>            Assignee: Michael Bolz
>
> There are no "Processor" interface designed to handle the Function or Action 
> procedure invocation in V4 Java version.
> Based on current Processor interface, a target interface can look like
> {code}
> interface ProcedureProcessor extends Processor {
> void invokeFunction(ODataRequest request, ODataResponse response, UriInfo 
> uriInfo, ContentType requestedContentType);
> void invokeAction(ODataRequest request, ODataResponse response, UriInfo 
> uriInfo, ContentType requestedContentType);
> }
> {code}
> If we agree on the interface I can provide the patch file for implementation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to