How do I get a job in a Documentum?
To create a job sequence:
- In Documentum Administrator, navigate to Administration > Job Management > Jobs.
- Select File > New > Job Sequence.
- Enter the general job information on the Info tab, as described in Table 7.3.
- Click the Schedule tab and enter the job schedule information, as described in Table 7.4.
What is job in Documentum?
What is a job? Jobs in Documentum are used to automate the execution of a program or script. Jobs are configured in Documentum Administrator (DA) under Administration->Job Management->Jobs. To view the properties, schedule, method, and object information for a job, click on the information icon in DA.
Which custom object type holds workflow events in Documentum?
process object
A process object contains the definition of a workflow process.
How do you create a Documentum?
Open DA and go to Job Management->Methods node level. From menubar select File->New->Method, enter required values and save the method.
What is Dql in Documentum?
Documentum Query Language(DQL) is a derivative of SQL which can be used to interact with Documentum repository. DQL is used to query Documentum which is a content management system used to create, manage, deliver, and archive all types of content.
What are the different objects that can be added to the workflow?
Object Types involved in WorkFlow
| Object Type | Short Description |
|---|---|
| dm_process | A process object contains the definition of a workflow process. |
| dmi_workitem | Stores information about a task for a human or automatic performer. |
| dmc_workqueue | Represents a work queue for work items generated from a workflow |
What are object types in documentum?
An object type is a template for creating objects. In other words, an object is an instance of its type. A Documentum repository contains many predefined types and allows addition of new user-defined types (also known as custom types ). The most commonly used predefined object type for storing documents in the repository is dm_document.
What is the difference between service-based objects and Documentum repositories?
The repository maintains this module and DFC ensures that the latest version of the code is delivered to the client automatically. Service-Based Objects are repository and object type in-depended that means the Same SBO can be used by multiple Documentum repositories and can It can retrieve and do operations on different object types.
How to organize documents in a Documentum repository?
A Documentum repository contains many predefined types and allows addition of new user-defined types (also known as custom types ). The most commonly used predefined object type for storing documents in the repository is dm_document. We have already seen how folders are used to organize documents. Folders are stored as objects of type dm_folder.
What is an object-oriented model in documentum?
Documentum uses an object-oriented model to store information within the repository. Everything stored in the repository participates in this object model in some way. For example, a user, a document, and a folder are all represented as objects.