3.12 Methods and Jobs
Methods are executable programs and scripts in Docbase that can be scheduled to run automatically by jobs, which are Documentum objects (dm_job) that are used to automatically execute method objects. The following sections discuss methods and jobs in detail.
3.12.1 Methods
Method scripts can be written either in Java, Docbasic (Documentum's proprietary language), or some other languages. In Documentum, a method is treated as a method object (dm_method
) and its attributes define various method parameters such as execution agent, method type, timeout period, and method arguments. Methods can be executed by the following server execution agents:
Content Server: This is the default execution agent for methods unless a specific execution agent is specified. Content Server is used to execute method objects associated with Docbasic scripts or scripts in other programming languages.
Method Server: This is a daemon process always running while the Docbase is up and is managed...