Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Documentum Content Management Foundations: EMC Proven Professional Certification Exam E20-120 Study Guide
Documentum Content Management Foundations: EMC Proven Professional Certification Exam E20-120 Study Guide

Documentum Content Management Foundations: EMC Proven Professional Certification Exam E20-120 Study Guide: Learn the technical fundamentals of the EMC Documentum platform while effectively preparing for the E20-120 exam

By Pawan Kumar
S$71.99 S$49.99
Book Jun 2007 284 pages 1st Edition
eBook
S$71.99 S$49.99
Print
S$88.99
Subscription
Free Trial
eBook
S$71.99 S$49.99
Print
S$88.99
Subscription
Free Trial

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now

Product Details


Publication date : Jun 13, 2007
Length 284 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781847192400
Vendor :
OpenText
Table of content icon View table of contents Preview book icon Preview Book

Documentum Content Management Foundations: EMC Proven Professional Certification Exam E20-120 Study Guide

Chapter 1. ECM Basics

In this chapter, we will explore the following concepts:

  • Content and metadata

  • Repository and Content Server

  • Various features of the Documentum platform

This chapter introduces key content management concepts in Documentum terminology. The concepts are described at a high level to provide an overview of the breadth of the platform. These concepts are explored in detail in the following chapters.

Content and Metadata

Databases are ubiquitous in modern technology solutions. This is a mature field and well-known best practices are routinely used for deploying databases. Databases provide standard means for accessing and manipulating structured data. Structured means that the data components (fields) are of specific type (integer, string, etc.) and this knowledge helps in querying and manipulating the data.

On the other hand, files stored on the file system are generally unstructured and can contain information in any form. Such files and the unstructured information contained therein are collectively referred to as content.

While databases provide standard means of managing structured data, content management systems (CMS) are a relatively new phenomenon. Since the content itself is unstructured, it is not possible to read and understand the content without any prior knowledge about it. Therefore, some structured data is attached to each content item, which describes the content item. This data that provides information about the attached content item is called metadata.

Content management systems utilize metadata extensively to provide sophisticated functionality. For example, metadata is essential for making documents searchable in terms of their author, title, subject, or keywords. It is hard to imagine any functionality of Documentum that does not utilize metadata in one form or another. The following figure shows two content items and their associated metadata:

Content and Metadata


Databases are ubiquitous in modern technology solutions. This is a mature field and well-known best practices are routinely used for deploying databases. Databases provide standard means for accessing and manipulating structured data. Structured means that the data components (fields) are of specific type (integer, string, etc.) and this knowledge helps in querying and manipulating the data.

On the other hand, files stored on the file system are generally unstructured and can contain information in any form. Such files and the unstructured information contained therein are collectively referred to as content.

While databases provide standard means of managing structured data, content management systems (CMS) are a relatively new phenomenon. Since the content itself is unstructured, it is not possible to read and understand the content without any prior knowledge about it. Therefore, some structured data is attached to each content item, which describes the content item. This data that provides information about the attached content item is called metadata.

Content management systems utilize metadata extensively to provide sophisticated functionality. For example, metadata is essential for making documents searchable in terms of their author, title, subject, or keywords. It is hard to imagine any functionality of Documentum that does not utilize metadata in one form or another. The following figure shows two content items and their associated metadata:

Repository


Content management systems need to manage both content and metadata. EMC Documentum uses the host file system (by default) to store the content and a database to manage metadata and its association with the content items. Note that the content can also be stored in other types of storage systems, including a Relational Dababase Management System (RDBMS), a content-addressed storage (CAS), or external storage devices.

Note

EMC coined the term content-addressed storage (CAS) in 2002 when it released its Centera product. CAS provides a digital fingerprint for a stored content item. The fingerprint (also known as an ID or logical address) ensures that it is exactly the same item that was saved. No duplicates are ever stored in CAS.

A repository is a managed unit of content and metadata storage and includes areas on the file system and a database. However, the details of the organization of the files and metadata in a repository are hidden from the users and applications that need to interact with the repository. The repository is managed and made available to the users and applications via standard interfaces by a Content Server process. The following figure shows the basic structure of a repository:

The repository was known as docbase in pre-5.3 versions of the Documentum platform. These two terms are used interchangeably by the Documentum community.

Content Server


Content Server serves content to applications, which in turn provide friendly interfaces to human users. Content Server brings the stored content and metadata to life and manages its lifecycle. It exposes a known interface for using the content while hiding the details of how and where files and metadata are stored.

The term Content Server is used in two contexts — the Content Server software that is installed and resides on the file system and the Content Server instance, which is the running process that resides in memory and serves content at run time. However, there is little chance of confusion since the usage is often clear from the context and the term Content Server is typically used without additional qualification (software or process/instance).

A Content Server instance is dedicated to and manages only one repository. However, we will see later in architecture discussion that multiple Content Server instances can be dedicated to the same repository. This is typically done for performance reasons where the multiple Content Server processes divide up the load for serving content from the same repository. The following figure shows two Content Servers serving one repository:

Content Server is the foundation of the Documentum platform and provides the following services:

  1. 1. Content management services

  2. 2. Process management services (workflows)

  3. 3. Security service for content and metadata in the repository

  4. 4. Distributed services

These features are described here briefly and in more detail in later chapters.

Content Management Services

Content management services include library services (checkin and checkout of objects stored in the repository), version control, and archiving. The Content Server uses an object-oriented model and stores everything as an object in the repository.

Metadata can be retrieved using Document Query Language (DQL), which is a superset of Structured Query Language used with databases (ANSI SQL). DQL can query objects and their relationships, in addition to any database tables registered to be queried using DQL.

Data dictionary stores information about object types in the repository. The default data dictionary can be altered by addition of user-defined object types and properties. Properties are also known as attributes and the two terms are used interchangeably to refer to metadata.

Virtual documents link multiple component documents together into a larger document. An individual document can be part of multiple virtual documents. The assembly of virtual documents can also be controlled by business rules and data stored in the repository.

Collaborative services can be deployed with an optional license and make collaboration features available in client applications. Collaborative features (Documentum 5.3) include:

  • Room: This is a secured area within a repository with defined membership and access restrictions.

  • Discussion: This is a comment thread associated with an object.

  • Contextual folder: This is a folder with attached description and discussion.

  • Note: This is simple document with built-in discussion and rich text content.

Note

Documentum 6 is expected to introduce new collaborative features such as polls and calendars.

Retention Policy Services (RPS) is an optional product and enables use of policies to manage the lifecycle of the objects stored in the repository. A retention policy defines the phases through which such an object passes and how it is finally disposed of or exported.

Process Management Services

Process management services (features) include the following:

  • Workflows: Workflows typically represent business processes and model event-oriented applications. Workflows can be defined for documents, folders (representing the contained documents), and virtual documents. A workflow definition acts like a template and multiple workflow instances can be created from one workflow definition.

  • Lifecycle: A lifecycle defines the stages through which a document passes. For each stage, prerequisites can be defined and actions can be defined that are performed prior to an object's entry into that stage.

Security Services

A repository uses access control lists (ACLs), also known as permission sets, as the security mechanism by default. The repository security can be turned off as well.

While the repository security model is ACL, each object has an associated ACL. The ACL provides object-level permissions to users and groups.

When the repository security is enabled, the Content Server enforces seven levels of basic permissions and six levels of extended permissions. There are additional privileges and security components, which are discussed in later chapters.

Content Server provides robust accountability and capability via auditing and tracing facilities. Auditing can track operations such as checkin or checkout that have been configured to be audited. Tracing can provide detailed run-time information useful for debugging applications.

Electronic signatures can enforce sign-offs in business processes. A sign-off is a way of authorizing or approving a decision similar to signing off on paper.

Distributed Services

A Documentum installation can include multiple repositories and the Content Server is aware of distributed configurations that deployments can take.

The Content Server provides an application programming interface (API) and therefore needs a layer in front of it to expose its capabilities to human users. Documentum provides desktop and web-based client applications and supports creation of custom applications of either type. The following figure shows several client applications:

The full set of Content Server features is exposed via Documentum Foundation Classes (DFC) and Documentum Client Library (DMCL). DFC provides the API for interacting with the Content Server programmatically.

Documentum also provides a Web Development Kit (WDK) to facilitate development and customization of web-based client applications.

Documentum provides two interactive utilities for interacting with the Content Server using queries — IDQL and IAPI. These utilities are typically used by administrators and developers.

Checkpoint


At this point you should be able to answer the following key questions:

  1. 1. What is content and what is metadata?

  2. 2. What is a repository and what is Content Server? What is the relationship between the two?

  3. 3. What services are provided by EMC Documentum platform? What features are enabled by these services?

Test Your Understanding


  1. 1. A comma-separated value (CSV) file is not content since it contains structured information (True/False).

  2. 2. Where is metadata stored in a repository?

    a. Files

    b. File properties

    c. Database

    d. None of the above

  3. 3. Content and metadata are served by the repository (True/False).

  4. 4. Which of the following statements are correct?

    a. One Content Server instance can serve two repositories

    b. One repository can be served by two Content Server instances

    c. One Content Server instance can serve only one repository

  5. 5. DQL can be used to query database tables (True/False).

  6. 6. The collaborative service feature(s) offered by the Content Server is/are:

    a. Discussions

    b. Calendars

    c. Chat

    d. Notes

  7. 7. Workflows can be defined for:

    a. Documents

    b. Jobs

    c. Folders

    d. Lifecycles

  8. 8. Content Server provides accountability features via:

    a. Jobs

    b. Audit trail

    c. Tracing

    d. Documentum Administrator

  9. 9. Documentum offers the following interactive query utilities:

    a. WDK

    b. IDQL

    c. DMCL

    d. IAPI

  10. 10. The default repository security mechanism is:

    a. ACL

    b. Permission set

    c. Alias set

    d. Login

Left arrow icon Right arrow icon

Key benefits

  • Technical foundations of the Documentum platform
  • Thorough preparation guide for the E20-120 exam
  • Complete coverage of the prescribed syllabus
  • Illustrated examples and practice questions on each topic
  • Two full-length practice tests with answers

Description

This is a complete study guide including study material and practice questions to prepare for the EMC Proven Professional certification Exam E20-120. It can also serve Documentum beginners and practitioners as a handy guide and quick reference to the technical fundamentals that is fully up to date for Documentum 5.3. Beginners are introduced to concepts in a logical manner while practitioners can use it as a reference to jump to relevant concepts directly.EMC Documentum is a leading enterprise content management technology platform that helps enterprises to streamline the capture, processing, and distribution of business information including documents, records, e-mails, web content, images, reports, and digital assets. It can also automate entire business processes in accordance with business rules. EMC Proven Professional is an exam-based certification program, which introduced a new EMC Proven Content Management Application Developer (EMCAD) track in early 2007. The first exam in this track is Content Management Foundations (CMF) Associate-level Exam, with exam code E20-120, which tests knowledge about technical fundamentals of Documentum. This book is a study guide to help you prepare for this exam with hundreds of practice questions and an efficient exam-preparation strategy.

What you will learn

Key content management concepts for using Documentum Documentum platform architecture Using content with metadata User authentication Authorizing access for users and groups Securing objects with permissions Searching metadata and content Creating custom object types Managing customizations with DocApps Creating portable customizations with aliases Process automation with workflows and lifecycles Using virtual documents for collaboration and reuse Part 1: Fundamentals (Chapters 1 - 4)ECM Basics introduces the basic concepts of content management. Working with Content describes the aspects of creating and manipulating content. Objects and Types lays the foundation of designing and using metadata. Architecture describes the key components of the EMC Documentum platform and how they interact to provide the content management capabilities.Part 2: Security (Chapters 5 - 7)Users and Privileges describes the core concepts related to users for implementing security in Documentum. Groups and Roles provides additional capabilities for facilitating security management for groups of users. Object Security introduces permissions and ties them to users, groups, and privileges to realize the security model.Part 3: User Interface (Chapter 8)Searching describes the features for finding relevant content stored in a repository. While other user interface aspects are covered throughout the book, searching is described separately because of its fundamental importance to content management.Part 4: Application Development (Chapters 9 - 12)Custom Types describes how to create user-defined metadata structure and fundamental customization aspects. DocApps describes how to package the development artefacts for reuse and portability across repositories. Workflows and Lifecycles describe how to model and implement business processes in Documentum.Part 5: Advanced Concepts (Chapters 13 - 14)Aliases describes a mechanism for dynamic assignment of ownership, locations, and permissions. Virtual Documents describes how multiple documents can be managed as one larger document to facilitate collaboration.There are two practice test papers at the end of this book.There is a set of questions at the end of each chapter. These questions are meant to test your understanding. A good way to prioritize and focus your efforts is to use the questions to identify the areas where you score low and then work on those areas. The answers to all the questions and the solutions to the practice test papers have been provided at the end.

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now

Product Details


Publication date : Jun 13, 2007
Length 284 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781847192400
Vendor :
OpenText

Table of Contents

23 Chapters
Documentum Content Management Foundations Chevron down icon Chevron up icon
Credits Chevron down icon Chevron up icon
About the Author Chevron down icon Chevron up icon
Acknowledgement Chevron down icon Chevron up icon
About the Reviewers Chevron down icon Chevron up icon
Preface Chevron down icon Chevron up icon
ECM Basics Chevron down icon Chevron up icon
Working with Content Chevron down icon Chevron up icon
Objects and Types Chevron down icon Chevron up icon
Architecture Chevron down icon Chevron up icon
Users and Privileges Chevron down icon Chevron up icon
Groups and Roles Chevron down icon Chevron up icon
Object Security Chevron down icon Chevron up icon
Searching Chevron down icon Chevron up icon
Custom Types Chevron down icon Chevron up icon
DocApps Chevron down icon Chevron up icon
Workflows Chevron down icon Chevron up icon
Lifecycles Chevron down icon Chevron up icon
Aliases Chevron down icon Chevron up icon
Virtual Documents Chevron down icon Chevron up icon
Practice Test 1 Chevron down icon Chevron up icon
Practice Test 2 Chevron down icon Chevron up icon
Answers Chevron down icon Chevron up icon

Customer reviews

Filter icon Filter
Top Reviews
Rating distribution
Empty star icon Empty star icon Empty star icon Empty star icon Empty star icon 0
(0 Ratings)
5 star 0%
4 star 0%
3 star 0%
2 star 0%
1 star 0%

Filter reviews by


No reviews found
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.