I have a custom document type (cus_document) which needs special attention when being deleted. For that I have created a TBO with a customized doDelete() method. However, there is still the doDestroyAllVersions method. How do these two work together? Will a call to the doDestroyAllVersions method call all doDestroy methods for all cus_documents? Or will doDestroyAllVersions call doDestroyAllVersions for all cus_documents?
Any help is appreciated.