简体   繁体   English

从后端访问UCM内容

[英]Access UCM Content from backend

Is there any way to get and process the UCM content from a Java class? 有什么方法可以从Java类获取和处理UCM内容吗? What I need is to sort a content list based on the metadata field. 我需要的是基于元数据字段对内容列表进行排序。 I can get it from a .jsff page. 我可以从.jsff页面获取它。 But I need to iterate dt:contentListTemplateDef with that sorted list. 但是我需要使用已排序的列表迭代dt:contentListTemplateDef Any information will be very helpful. 任何信息将非常有帮助。

Have you looked into RIDC? 您是否看过RIDC? The Remote IDC is available for both 10g and 11G UCM. 远程IDC可用于10g和11G UCM。 It allows you to call upon (almost) every service available in UCM from within your custom java application, including searching, sorting, ... 它允许您从自定义Java应用程序中调用(几乎)UCM中可用的每个服务,包括搜索,排序,...

See here for the 11g documentation. 有关11g文档,请参见此处

还可以将任何查询作为RSS feed,JSON或XML返回。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从 oracle webcenter content (ucm) 进行自定义导出? - How to do a custom export from oracle webcenter content (ucm)? 使用WebCenter Content UCM工作流程 - Working with WebCenter Content UCM workflow 如何在 oracle webcenter content (UCM) 的左侧菜单中隐藏内容管理选项卡? - how to hide the content managment tab from left menu in oracle webcenter content (UCM)? Oracle UCM-内容过期后UCM会做什么? - Oracle UCM - What will UCM do when content expired? 将Vignette CM(内容管理器)内容迁移到Oracle UCM - Migrate Vignette CM (Content Manager) content to Oracle UCM 从 Oracle UCM 下载文件时出错 - error on downloading files from Oracle UCM 如何在Oracle UCM内容配置文件中添加多个文件字段? - How to add Multiple file fields in Oracle UCM Content Profile? Oracle UCM-工作流内容操作历史记录记录在哪里 - Oracle UCM - Where is the Workflow Content Action History log kept 如何在Oracle UCM的“内容配置文件”页面中添加“复选框”信息/元字段? - How to add “Checkbox” information/meta fields in Content Profile page in Oracle UCM? 将变量从 Access(前端)传递到 Oracle(后端)存储过程 - Passing a variable from Access (frontend) to Oracle(backend) Stored Procedure
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM