You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@olingo.apache.org by Mikael Thyman <mi...@mblox.com> on 2016/04/28 10:08:07 UTC

Does Olingo 4 support delta link?

Hi,

I'm adding server side paging to our Olingo 4.2.0 OData service and I've
run into some issues with the delta link.

First, I add the delta link by using entitySet.setDeltaLink(); but there's
no @odata.deltaLink present in the response.

If I try to use my delta link then Olingo doesn't recognize the $deltaToken
query option (The system query option '$deltaToken' is not defined."}}) nor
does UriInfo provide any method for reading the deltaToken as it does for
the skipToken (uriInfo.getSkipTokenOption()).

Does Olingo 4 support delta links or is there something else that I need to
do to get it working?

Thanks!

*Mikael Thyman*

*D* EX 7833


mblox.com <http://www.mblox.com> | @mblox

-- 


 

*NOTE: This message and any attached files may contain information that is 
confidential and/or subject of legal privilege. If you are not the intended 
recipient or the person responsible for delivering the message, be advised 
that you have received this message in error and that any dissemination, 
copying or use of this message or attachment is forbidden, as is the 
disclosure of the information therein. If you have received this message in 
error please notify the sender immediately and delete the message.*

Re: Does Olingo 4 support delta link?

Posted by Ramesh Reddy <ra...@redhat.com>.
Mikael, 

Olingo does not support "metadata=full" payload yet, so I suspect that is one reason behind it. I myself have not done any delta link stuff, I have to say Olingo does not support it yet. So, I suggest opening a JIRA, and this would be an excellent feature for if you want contribute towards next 4.3 release. 

We will help however we can. 

Ramesh.. 

----- Original Message -----

> Hi,

> I'm adding server side paging to our Olingo 4.2.0 OData service and I've run
> into some issues with the delta link.

> First, I add the delta link by using entitySet.setDeltaLink(); but there's no
> @odata.deltaLink present in the response.

> If I try to use my delta link then Olingo doesn't recognize the $deltaToken
> query option (The system query option '$deltaToken' is not defined."}}) nor
> does UriInfo provide any method for reading the deltaToken as it does for
> the skipToken (uriInfo.getSkipTokenOption()).

> Does Olingo 4 support delta links or is there something else that I need to
> do to get it working?

> Thanks!

> Mikael Thyman

> D EX 7833

> mblox.com | @mblox

> NOTE: This message and any attached files may contain information that is
> confidential and/or subject of legal privilege. If you are not the intended
> recipient or the person responsible for delivering the message, be advised
> that you have received this message in error and that any dissemination,
> copying or use of this message or attachment is forbidden, as is the
> disclosure of the information therein. If you have received this message in
> error please notify the sender immediately and delete the message.