开发者

Getting absolute path of an Object

开发者 https://www.devze.com 2022-12-28 09:27 出处:网络
how to get the absolute path of given object id using j开发者_如何学JAVAava dfc in documentum.Try something like:

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

精彩评论

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

关注公众号