Package com.documentum.registry
package com.documentum.registry
Provides interfaces and classes that manage Documentum
information on the client’s local system.
The registry classes use the Windows System
Registry for storage on Win32 platforms,
and an .INI file on non-Windows platforms.
-
ClassDescriptionIDfClientRegistryObject base abstract classThis class provides basic functionality for a platform independent registry storage and retrieval mechanisms.This class contains constants that are used within DFC with respect to the registry.This class implements the registry storage mechanism with a INI (.ini) file basis.This class serves as snapshot in memory of the registry at the moment before operation started thus allowing replace multiple accesses to registry with much speedier in-memory operation.This class implements the registry storage mechanism with a win32 registry basis.This class provides basic functionality for a platform independent registry storage and retrieval mechanisms.represents registry information for an application support document.Represents registry information for a checked out object.IDfClientRegistry manages repository object information stored on the local system rather than in the repository server.IDfClientRegistryObject is the common base interface for objects written to the client registry.Created by IntelliJ IDEA.Represents registry information for an inline descendant object.IDfLocalObject represents a Desktop Client local file.IDfViewedObject represents an object that has been "viewed" in the repository.