Uses of Interface
com.documentum.registry.IDfLocalObject
Packages that use IDfLocalObject
Package
Description
Provides interfaces and classes that manage Documentum
information on the client’s local system.
-
Uses of IDfLocalObject in com.documentum.registry
Methods in com.documentum.registry that return IDfLocalObjectModifier and TypeMethodDescriptionDfClientRegistry.addLocalObject(IDfSysObject sysObject, String filePath, boolean keepLocalFile, String folderPath) IDfClientRegistry.addLocalObject(IDfSysObject sysObject, String filePath, boolean keepLocalFile, String folderPath) Constructs a DfLocalObject and writes it to the registryDfClientRegistry.createLocalObject(IDfId objId) IDfClientRegistryInternal.createLocalObject(IDfId objectId) Creates a IDfLocalObject representation of the local object.DfClientRegistry.getLocalObjectById(IDfId objectId) IDfClientRegistry.getLocalObjectById(IDfId objectId) Finds a local file registry object based on object IDDfClientRegistry.getLocalObjectByPath(String filePath) IDfClientRegistry.getLocalObjectByPath(String filePath) Finds a local file registry object based on object IDMethods in com.documentum.registry with parameters of type IDfLocalObjectModifier and TypeMethodDescriptionvoidDfClientRegistry.addLocalObject(IDfLocalObject regObj) voidIDfClientRegistryInternal.addLocalObject(IDfLocalObject localObj) Adds the information contained in the local object to the registry.static voidDfRegistryUtils.fillLocalObject(IDfLocalObject registryObject, IDfSysObject sysObject, com.documentum.operations.impl.DfOperationObject operationObject, String filePath, String folderPath) voidDfClientRegistry.moveToCheckedOutFiles(IDfLocalObject localObj) voidIDfClientRegistry.moveToCheckedOutFiles(IDfLocalObject object) Removes a local file and places it in the list of checked-out files.voidDfClientRegistry.removeLocalObject(IDfLocalObject itemToRemove) voidIDfClientRegistry.removeLocalObject(IDfLocalObject itemToRemove) Removes a local object from the registry