You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by Ian Ashley <ia...@opentext.com> on 2013/06/03 17:47:10 UTC

Passing extension data into the Session.query method

Dear all,

Is there any way to use the OpenCMIS client API to pass the extension data into the Session.query method as I cannot see a way? The server methods can receive the extension data.

Regards,
Ian


Re: Passing extension data into the Session.query method

Posted by Florian Müller <fm...@apache.org>.
 Hi Ian,

 You can only do that with the OpenCMIS low-level API:
 session.getBinding().getDiscoveryService().query(repositoryId, 
 statement, searchAllVersions, includeAllowableActions, 
 includeRelationships, renditionFilter, maxItems, skipCount, extension)


 Regards,

 Florian


> Dear all,
>
> Is there any way to use the OpenCMIS client API to pass the extension
> data into the Session.query method as I cannot see a way? The server
> methods can receive the extension data.
>
> Regards,
> Ian