如何扩展WebCenter Spaces 应用程序
2.samlIssuer is the issuer URI of the SAML Authority issuing assertions for this SAML Asserting Party (for example, /webcenter)
3.producer 是WebCenter Spaces 的公共密钥程序, 如:wcspaces.
b.通过上下文初始化Webcenter Spaces客户端。
如:GroupSpaceWSClient client = new GroupSpaceWSClient(context);
c.初始化了客户端,检查设置是否正确,getWebCenterSpacesURL();
如果返回了正确的URL,就可以使用APIs。
4.如何在Webcenter 门户应用提供Spaces功能
执行Webcenter Spaces常用的操作APIs:
1. 管理Spaces和Spaces Template
使用createGroupSpace 、setCustomAttribute 、createGroupSpaceTemplate 、deleteGroupSpace管理 a. Creating a Space
使用createGroupSpace API 创建一个基于现有Spaces模板的Spaces。
使用说明:
@.Spaces的内部名称. 此名称可以包含空格。
@.Spaces的现实名称。
@.Spaces描述. 这项虽然不是强制的但是建议填写以帮助用户确定Spaces的目的。
@.这个名字是要用Spaces模板的名字. 这个必须是Spaces模板的内部名称不是显示名称。 或者你可以提供一个以逗号分隔的关键字列表,帮助用户在搜索中找到Spaces。
Example : Creating a Space
//create the Space
GroupSpaceWSMetadata gsMetadata =
client.createGroupSpace("Databases", "Databases" "A community for people interested in
搜索“diyifanwen.net”或“第一范文网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,第一范文网,提供最新工程科技扩展你的WebCenter_Spaces应用程序(23)全文阅读和word下载服务。
相关推荐: