You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Ramesh Reddy (JIRA)" <ji...@apache.org> on 2016/02/17 20:02:18 UTC

[jira] [Resolved] (OLINGO-877) Collection of Complex Values should be supported on URL as Function Parameter

     [ https://issues.apache.org/jira/browse/OLINGO-877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramesh Reddy resolved OLINGO-877.
---------------------------------
       Resolution: Not A Problem
    Fix Version/s: (Java) V4 4.2.0

See OLINGO-876 for related comments. 

> Collection of Complex Values should be supported on URL as Function Parameter
> -----------------------------------------------------------------------------
>
>                 Key: OLINGO-877
>                 URL: https://issues.apache.org/jira/browse/OLINGO-877
>             Project: Olingo
>          Issue Type: Improvement
>          Components: odata4-server
>    Affects Versions: (Java) V4 4.1.0
>            Reporter: Ramesh Reddy
>             Fix For: (Java) V4 4.2.0
>
>
> Per OData specification http://docs.oasis-open.org/odata/odata/v4.0/errata02/os/complete/part1-protocol/odata-v4.0-errata02-os-part1-protocol-complete.html#_Invoking_a_Function
> A function parameter should support allowing of Collection of Complex Values as function parameters. An example would look like
> {code}
> /loopy/vm1/getCustomerIds(p1=[{
>       "Number": "425-555-1212", 
>       "Type": "Home" 
>     },
>     {
>       "@odata.type": "#Model.CellPhoneNumber",
>       "Number": "425-555-0178",
>       "Type": "Cell",
>       "Carrier": "Sprint"
>     } ])
> {code}



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