0

Is it possible to get the Link of document from my documentum repositry and access it in my android application. I got some stuff where it is shown that you can read content with the help of ContentStream, but the thing is I want the url of particular document and download it in my app.

I found this in stackoverflow but it was not useful -Download Document from alfresco using opencmis

Please help me out with this, Thanks in advance.

Ashish yadav
  • 97
  • 1
  • 11

1 Answers1

0

You are probably looking for the Document.getContentUrl() method.

Florian Müller
  • 3,215
  • 1
  • 14
  • 11