分类方案的树结构在 Web 控制台的以下区域显示:
选定“基本查询”后,显示在“搜索”表单区域
“资源管理器”菜单区域
需要为某些类型的 Registry 对象选择概念时显示的“ClassificationScheme/概念选择器”窗口
作为管理员,如果您不想将分类方案提供给 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 域中的说明进行操作。