We need to get the ACS URL for a document to view it in client application. But the request will not have objectId(r_object_id) which we will fetch it in the Documentum DB(DQL) based on the parameter value(mapping is set for it in Documentum DB during object creation in Documentum) in the request and get the ACS URL and send it back in response to open the document.
Need to implement this in change using Rest Service by overriding the getContentURL method.
Please correct me if I am wrong with the method name. I searched in the materials but haven't found any help related to this.
I just need how to implement it(class and the method name if the above is wrong). I can write the code.
We deploy this as a war file in Tomcat server..