EMC Exam Questions

What is the behavior of DFC?

You are using the IDfMoveOperation to move a document that is currently checked out. What is
the behavior of DFC?

A.
It moves the document and the lock is still present on the document.

B.
IDfMoveOperation.execute() method returns false and the document location is unchangeD.

C.
IDfMoveOperation.add() method throws a DfException since checked-out objects cannot be
added to a move operation.

D.
It reports an error (IDfOperationError.OBJECT_CHECKED_OUT) using the operation monitor
and gives the option to still move the document.