I am looking for documentation on retrieving the content using Accelerated Content Services (ACS) URL in combination with DFS.
Any pointers will be much appreciated.
Please move this thread one to the Documentum Developer Network. Select "Move discussion" from the Actions menu and choose the appropriate forum, as described in the Guidelines. EMC is trying to have technical questions posted there:
https://community.emc.com/community/edn/documentum?view=discussions
Hi,
Look at DFS Development Guide and Enterprise Content Services Reference PDF.
Use ObjectService.getObjectContentUrls() operation, that returns an ACS URL, which you can give to client, download, stream, etc...
Thanks for the information.
DFS Development Guide and Enterprise Content Services Reference PDF has only 2 pages dedicated to ACS. This is good enough to make the code work but
I am looking for something more elaborate that explains how it works.