How does a D2 client application retrieve content/files from a Documentum repository?

Options

We are trying to intercept when a content/file for a specific type of object is retrieved from the Documentum repository for all our DFC-based client aplications by overriding the getFileEx and getContentEx methods in a TBO distributed to all client applications.

We have confirmed that the D2 client is honoring the TBO by getting traces of usage of other methods in the TBO. This makes me draw the conclusion that D2 is using a non-traditional way to retrieve content/files for documents from a Documentum repository.

If D2 is not using the getFile or the getContent methods, how does a D2 client application retrieve content/files from a Documentum repository then?

Tagged:

Comments