Package com.documentum.registry
Class DfRegistryUtils
java.lang.Object
com.documentum.registry.DfRegistryUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidfillCheckedOutObject(IDfCheckedOutObject registryObject, IDfSysObject sysObject, com.documentum.operations.impl.DfOperationObject operationObject, String filePath, boolean keepLocalFile, String folderPath, com.documentum.fc.client.acs.impl.common.request.impl.ContentIdentifier contentIdentifier) static voidfillLocalObject(IDfLocalObject registryObject, IDfSysObject sysObject, com.documentum.operations.impl.DfOperationObject operationObject, String filePath, String folderPath) static voidfillViewedObject(IDfViewedObject registryObject, IDfSysObject sysObject, com.documentum.operations.impl.DfOperationObject operationObject, String filePath, String folderPath, com.documentum.fc.client.acs.impl.common.request.impl.ContentIdentifier contentIdentifier) static CalendarformatLastModified(String value) static StringformatLastModified(Calendar value) static StringformatLastModified(Date date) static StringgetFilePathFromObjectId(IDfClientRegistryInternal clientReg, IDfId objectId) static IDfIdgetObjectIdFromFilePath(IDfClientRegistryInternal clientReg, String filePath) static voidremoveViewedObjectPath(IDfClientRegistryInternal clientReg, IDfViewedObject itemToRemove, String filePath)
-
Constructor Details
-
DfRegistryUtils
public DfRegistryUtils()
-
-
Method Details
-
fillCheckedOutObject
public static void fillCheckedOutObject(IDfCheckedOutObject registryObject, IDfSysObject sysObject, com.documentum.operations.impl.DfOperationObject operationObject, String filePath, boolean keepLocalFile, String folderPath, com.documentum.fc.client.acs.impl.common.request.impl.ContentIdentifier contentIdentifier) throws DfException - Throws:
DfException
-
fillViewedObject
public static void fillViewedObject(IDfViewedObject registryObject, IDfSysObject sysObject, com.documentum.operations.impl.DfOperationObject operationObject, String filePath, String folderPath, com.documentum.fc.client.acs.impl.common.request.impl.ContentIdentifier contentIdentifier) throws DfException - Throws:
DfException
-
fillLocalObject
public static void fillLocalObject(IDfLocalObject registryObject, IDfSysObject sysObject, com.documentum.operations.impl.DfOperationObject operationObject, String filePath, String folderPath) throws DfException - Throws:
DfException
-
formatLastModified
-
formatLastModified
-
formatLastModified
- Throws:
DfException
-
getFilePathFromObjectId
public static String getFilePathFromObjectId(IDfClientRegistryInternal clientReg, IDfId objectId) throws DfException - Throws:
DfException
-
getObjectIdFromFilePath
public static IDfId getObjectIdFromFilePath(IDfClientRegistryInternal clientReg, String filePath) throws DfException - Throws:
DfException
-
removeViewedObjectPath
public static void removeViewedObjectPath(IDfClientRegistryInternal clientReg, IDfViewedObject itemToRemove, String filePath) throws DfException - Throws:
DfException
-