分类方案的树结构将显示在 Web 控制台的以下区域中:
“分类方案 (ClassificationScheme)/概念选择器”窗口,当您单击“搜索”菜单区域中的“选择分类节点 (Classification Node)”或需要为某些种类的注册表 (Registry) 对象选择概念时将显示此窗口
“资源管理器”菜单区域
作为管理员,如果不希望 Service Registry 用户使用分类方案,您可以隐藏这些分类方案的显示。要隐藏分类方案,请在配置文件中定义属性。
转至目录 RegistryDomain-base/domains/registry/applications/j2ee-modules/soar/WEB-INF/classes。
在文本编辑器中打开文件 jaxr-ebxml.properties。
使用以下语法选择属性 jaxr-ebxml.registryBrowser.ConceptsTreeModel.hiddenSchemesList。所有属性定义必须都在一行并且不能包含空格。
jaxr-ebxml.registryBrowser.ConceptsTreeModel.hiddenSchemesList= class-scheme-id1|class-scheme-id2|...
为每个要隐藏的分类方案指定逻辑标识符。如果指定多个标识符,请使用竖线 (|) 隔开这些标识符,如以下示例中所示:
jaxr-ebxml.registryBrowser.ConceptsTreeModel.hiddenSchemesList= urn:oasis:names:tc:ebxml-regrep:classificationScheme:StatusType| urn:oasis:names:tc:ebxml-regrep:profile:ws:classificationScheme:BindingType
保存并关闭 jaxr-ebxml.properties 文件。
按照停止并重新启动 Registry 的 Application Server 域中的说明进行操作。