Question

Is there any way to get and process the UCM content from a Java class? What I need is to sort a content list based on the metadata field. I can get it from a .jsff page. But I need to iterate dt:contentListTemplateDef with that sorted list. Any information will be very helpful.

Was it helpful?

Solution

Have you looked into RIDC? The Remote IDC is available for both 10g and 11G UCM. It allows you to call upon (almost) every service available in UCM from within your custom java application, including searching, sorting, ...

See here for the 11g documentation.

OTHER TIPS

It is also possible to return any query as an RSS feed, JSON or XML.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top