documentum questions..

This is in continuation with my earlier post (Documentum bits), decided to make it a new post as this will have questions that I came across yesterday.
1. How is interface inheritance important while writing DFC code in VC++ or VB?

2. What are the advantages of operations package?
(A: 1. operations package gives one way of invoking any kind of operation which is easier for the developer to code.
2. operations package makes it possible to invoke the operation on multiple objects)

3. What is the object hierarchy in content server? (A: Persitant object is the root in content server not typed object. Typedobject is a DFC class)

4. What are the extra things that are available in sysobject when compared to dm_document?

0 comments: