Uses of Interface
com.documentum.registry.IDfRegistry
Packages that use IDfRegistry
Package
Description
Provides interfaces and classes that manage Documentum
information on the client’s local system.
-
Uses of IDfRegistry in com.documentum.registry
Subinterfaces of IDfRegistry in com.documentum.registryClasses in com.documentum.registry that implement IDfRegistryModifier and TypeClassDescriptionclassThis class provides basic functionality for a platform independent registry storage and retrieval mechanisms.classThis class implements the registry storage mechanism with a INI (.ini) file basis.classThis class implements the registry storage mechanism with a win32 registry basis.classThis class provides basic functionality for a platform independent registry storage and retrieval mechanisms.Fields in com.documentum.registry declared as IDfRegistryMethods in com.documentum.registry that return IDfRegistryModifier and TypeMethodDescriptionDfClientRegistry.getRegistry()DfClientRegistry.getRegistry(long whichRoot) IDfClientRegistry.getRegistry()Returns the underlying internal registry object.IDfClientRegistryInternal.getRegistry(long whichRoot) Returns IDfRegistry corresponding to the root.Methods in com.documentum.registry with parameters of type IDfRegistryModifier and TypeMethodDescriptionprotected final voidDfClientRegistryObject.loadFromRegistry(IDfRegistry registry, String objectId) Reads infomation from the registry (in the current open key) with respect to DfClientRegistryObject.protected final voidDfClientRegistryObject.updateRegistry(IDfRegistry registry) Writes infomation to the registry (in the current open key) with respect to DfClientRegistryObject.Constructors in com.documentum.registry with parameters of type IDfRegistryModifierConstructorDescriptionDfClientRegistry(IDfRegistry registry) Constructs an instance of the client registry with the given registry objectDfHouseKeepingObject(IDfRegistry registry)