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でjavadfcを使用して、指定されたオブジェクトIDの絶対パスを取得する方法。
次のようなものを試してください:
IDfSysObject obj = (IDfSysObject)session.getObject(id); String path = obj.getPath(0)
オブジェクトに複数のコンテンツがある場合は、getPath()で異なるパラメーターを使用できることに注意してください。