You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Florian Müller (JIRA)" <ji...@apache.org> on 2011/03/11 16:16:59 UTC

[jira] Resolved: (CMIS-330) Allow access to AtomPub links

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

Florian Müller resolved CMIS-330.
---------------------------------

    Resolution: Fixed

The content link can now be obtained this way:

LinkAccess la = (LinkAccess)session.getBinding().getObjectService();
String link = la.getContentLink(session.getRepositoryInfo().getId(), document.getId());

> Allow access to AtomPub links
> -----------------------------
>
>                 Key: CMIS-330
>                 URL: https://issues.apache.org/jira/browse/CMIS-330
>             Project: Chemistry
>          Issue Type: Improvement
>          Components: opencmis-client-bindings
>            Reporter: Florian Müller
>            Assignee: Florian Müller
>            Priority: Minor
>
> There is currently no official way to get to AtomPub links. Working with these links directly can be useful in a few repository/client setups.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira