点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)嗨, 我正在尝试在代码中读取P...
点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)嗨, 我正在尝试在代码中读取P...
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
嗨,
我正在尝试在代码中读取PCD文件夹的属性。 但是,除标题外,API的所有其他属性都返回" null",例如:ID,合并ID等的属性。
我尝试使用IAdminBase对象,但由于从IPCDContext到IAdminBase的转换问题而无法使用。 因此,我正在使用IPcdContext读取值。
我能够成功读取其他对象的属性,例如iView,Worksets和角色。
这是标准行为还是我的代码中缺少任何内容?
现有代码:
Hashtable ht = new Hashtable(); ht.put(Context.INITIAL_CONTEXT_FACTORY,IPcdContext.PCD_INITIAL_CONTEXT_FACTORY); ht.put(Context.SECURITY_PRINCIPAL,request.getUser()); ht.put(Constants.REQUESTED_ASPECT,IPcdAttribute.PERSISTENCY_ASPECT); InitialContext initCtx =新的InitialContext(ht); DirContext dirCtx =(DirContext)initCtx.lookup("/" + searchResult.getName(); IPcdContext pcdCtx =(IPcdContext)initCtx.lookup(位置); 对象obj = pcdCtx.getAttributes("")。get(" com.sap.portal.pcm.Title"); if(obj instanceof IPcdAttribute){ IPcdAttribute pcdAttr =(IPcdAttribute)obj; 字符串folderName = pcdAttr.get(new Locale(" EN")); response.write(" <-> WPC文件夹名称:" + folderName +"
"); } }
Cristiano/Fabio,您好
感谢您的回复。 我尝试使用API IAttrPcmGeneral,但收到错误消息,在使用该语句时无法将com.sapportals.portal.pcd.gl.PcdGlContext类转换为com.sap.portal.pcm.attributes.IAttrPcmGeneral接口
我什至打印了所有可以使用IPcdContext读取的属性,并且仅检索了标题和对象类属性。
我的目的是读取所有PCD对象的属性,例如ID,合并ID,排序和合并优先级。 但这适用于除com.sap.portal.pcd.gl.GlContext之外的所有其他对象。
请告知我是否缺少方法。
预先感谢
一周热门 更多>