Documentum sample code is never deeply commented, so my question is:
What does this line mean?
IDfQuery query = DfcUtils.getClientX().getQuery();
|
1
|
Documentum sample code is never deeply commented, so my question is: What does this line mean?
|
|||
|
|
|
|
You can safely replace it in Java with
That approach with a factory method comes the old Docbasic days which got constrained by what COM can or cannot do |
||
|
|