
Tag archives for DFC
Hi,
Here, a very useful class exposing a lot of functionalities of Documentum (found on the Internet https://worldofchaitu.wordpress.com/2012/11/08/documentum-dfc-standalone-sample-program/):
To get a list of available docbase
To create a cabinet (dm_cabinet) in docbase
To create a folder (dm_folder object) in docbase
To create a document (dm_document object) in docbase
To check out a document from docbase using IDfOperations
To check in a document to docbase using IDfOperations ...more»
Hello,
CLIENT SIDE
Everybody has already been confronted with problem of localization of log4j.properties or dfc.properties files used on runtime. The DFC configuration files like log4j.properties and dfc.properties are located through the classpath found in WAR files and EAR files. More, for information, there are several possibilities to point to dfc.properties file:
Include Statement
A dfc.properties can contain an include statement pointing at the ...more»
Hello,
Just a post concerning the immutable document : Documentum doesn't allow the modification of an immutable document:
If, we try to change the status attribute of this document, we will obtain the following error:
However, even on an immutable document, some attributes/actions could be done: change of ACL, content moving, modification done via SQL instructions like last modification date,...etc.
When the above ...more»
