Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 documentum 中使用 java dfc 获取给定对象 id 的绝对路径。
尝试类似:
IDfSysObject obj = (IDfSysObject)session.getObject(id); String path = obj.getPath(0)
请注意,如果您的对象有多个内容,您可以在 getPath() 中使用不同的参数。