Uses of Interface
com.documentum.registry.IDfCheckedOutObject
Packages that use IDfCheckedOutObject
Package
Description
Provides interfaces and classes that manage Documentum 
information on the client’s local system.
- 
Uses of IDfCheckedOutObject in com.documentum.registry
Methods in com.documentum.registry that return IDfCheckedOutObjectModifier and TypeMethodDescriptionIDfClientRegistry.addCheckedOutObject(IDfSysObject sysObject, String filePath, boolean keepLocalFile, String folderPath) Constructs a DfCheckedOutObject and writes it to the registryIDfClientRegistry.getCheckedOutObjectById(IDfId objectId) Finds a checked-out file registry object based on object IDIDfClientRegistry.getCheckedOutObjectByPath(String filePath) Finds a checked-out file registry object based on file pathMethods in com.documentum.registry with parameters of type IDfCheckedOutObjectModifier and TypeMethodDescriptionvoidIDfClientRegistry.moveToLocalFiles(IDfCheckedOutObject object, IDfSession session) Removes a checked out file and places it in the list of local files.voidIDfClientRegistry.removeCheckedOutObject(IDfCheckedOutObject itemToRemove) Removes a checked-out file object from the registry