Posts

Showing posts from June, 2014

Implementation of Documentum Business Object Framework (BOF)

Image
BOF                                                                                                        Business Object framework is the object oriented framework provided by Documentum to build, deploy, test and execute reusable business logic component known as Business Objects.   Types of BOF Modules:   TBO – Type Based Business Object SBO – Service Based Business Object Aspects Simple Module Steps to Create different type of Modules   TBO: As TBO depends on persistence object type, we can either modify the existing functionality of the persistence object or we can add new functionality. We will discuss below how to modify the default save functionality as well we add new functionality. For writing TBO we must have a persistence object type. It is always a good practice to create a sub type of existing documentum types without trying to modify the default one. So in our case we will create an object type my_document_tbo. We can create t