Search Results

2
votes

Which Documentum APIs should I use?

WDK is for making websites. DMCL is an old api for communaticating with Documentum, in last versions it's only presentas an emulation layer, so it should be avoided. DFC is …
4
votes

documentum instruction

You can safely replace it in Java with IDfQuery query = new DfQuery(); That approach with a factory method comes the old Docbasic days which got constrained by wha …