如何识别“系统柜”:/System、/Templates、/Resources 等
Documentum 服务器中有“系统柜”:/System、/Templates、/Resources。 webtop_userguide.pdf 指定了这 3 个;但没有指定它们的完整列表。有没有办法知道:是否给出了内阁“系统”?我正在编写一个应用程序,其用户绝对不需要查看“系统柜”。
There are ‘system cabinets’ in Documentum Servers: /System, /Templates, /Resources. webtop_userguide.pdf specifies these 3 ones; but does not specify full list of them. Is there a way to know: is given cabinet ‘system’ or no? I am writing an application whose users will definitely have no need to look at the ‘system cabinets’.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过查看系统机柜的创建者来识别系统机柜。创建者的姓名与您的文档库名称相匹配。如果您想在用户视图中隐藏橱柜,可以通过将 a_is_hidden 属性设置为 true 来实现。您可以通过 dql、api 或从 DA 中的属性对话框来执行此操作。
You can identify system cabinets by looking at their creator. The name of the creator matches your docbase name. If you want to hide cabinets from the users view, you can do this by setting a_is_hidden attribute to true. You can do this either by dql, api or from the properties dialog in DA.