Package | Description |
---|---|
com.documentum.registry |
Provides interfaces and classes that manage Documentum
information on the client’s local system.
|
Modifier and Type | Method and Description |
---|---|
IDfCheckedOutObject |
IDfClientRegistry.addCheckedOutObject(IDfSysObject sysObject,
java.lang.String filePath,
boolean keepLocalFile,
java.lang.String folderPath)
Constructs a DfCheckedOutObject and writes it to the registry
|
IDfCheckedOutObject |
IDfClientRegistry.getCheckedOutObjectById(IDfId objectId)
Finds a checked-out file registry object based on object ID
|
IDfCheckedOutObject |
IDfClientRegistry.getCheckedOutObjectByPath(java.lang.String filePath)
Finds a checked-out file registry object based on file path
|
Modifier and Type | Method and Description |
---|---|
void |
IDfClientRegistry.moveToLocalFiles(IDfCheckedOutObject object,
IDfSession session)
Removes a checked out file and places it in the list of local files.
|
void |
IDfClientRegistry.removeCheckedOutObject(IDfCheckedOutObject itemToRemove)
Removes a checked-out file object from the registry
|
Copyright 1994-2023 OpenText Corporation. All rights reserved.