DFC
These articles address issues related to using the Documentum Foundation Classes (DFC).
Introduction to the Business Objects Framework
| This article will explain from a developer's point of view what the Business Objects Framework is, its main features and benefits, and why it is a real boon to Documentum developers. |
A Practical Guide to the Business Object Framework
| Provides a practical guide to help a developer get started using the Business Object
Framework (BOF), including real-world examples and sample code, as well as best practices for
creating, configuring, and deploying your BOF objects. |
Streaming Document Content
| Presents a pair of Java Input and Output Streams to access document content |
XML Transformations Using DFC Methods
| Documentum has added significant functionality support for XML in the 4i and 4.2 versions of their products. Additionally, Documentum has provided documentation on how to utilize the XML functionality, "Managing XML Content In Documentum". The purpose of this article is to summarize and supplement the Documentum documentation based on our experiences utilizing the DFC XML Transformation classes. |
Configuring the DFC Standalone
| Explains how to configure and use the DFC Standalone on a machine that has no other Documentum applications. |
DFC Operations Package
| Use the operations provided in the DFC as a standard framework for processing your Documentum actions. |
XDQL Overview
| Explains XDQL and shows how to use it |
Workflow Programming using DFC
| An introduction to using Workflow functionality in the DFC. |
Tracing in DFC 5.2 and Beyond
| This article will describe the new tracing features introduced in DFC 5.2. The reader will learn how to
configure the tracing options and how to interpret the results. |
Session Management in DFC 5.x and WDK
| This article will describe the appropriate way to manage sessions in DFC 5.x and how this differs from
the way they were managed in prior versions. It will also describe session management in WDK 5.x applications. |
DFC Query Manager
| An overview of the DFC Query Manager. |
Using DFC Collections
|
Learn how to use the IDfCollection interface to process the results of DQL statement executions.
|
Getting Started with DFC and DQL
|
Learn how to use the Documentum Foundation Classes (DFC) and the Documentum Query Language (DQL) to perform basic document management activities.
|