开发者

Getting absolute path of an Object

how to get the absolute path of given object id using j开发者_如何学JAVAava dfc in documentum.


Try something like:

IDfSysObject obj = (IDfSysObject)session.getObject(id);

String path = obj.getPath(0) 

Note that you can use different parms in getPath() if your object has more than one content.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜