Showing posts with label content server. Show all posts
Showing posts with label content server. Show all posts

Friday, April 4

Using Dynamic Converter on demand with RIDC Client

Goal

Using Dynamic Converter with XML und XSLT to convert parts of an XML-File on demand controlled by the client.


Environment

WebCenter Content 11.1.1.7
XML und XSLT Files
Java Client using RIDC


Add application/xml as Config Conversion Formats


Upload XSL



Define Dynamic Conversion Rule 



To add a new rule you must provide a criteria. 


Dynamic Converter Samples

XML and XSLT Samples could be download from OTN


Java Client


More Information

Oracle® Fusion Middleware Services Reference Guide for Oracle Universal Content Management

4.5.3 GET_DYNAMIC_CONVERSION

http://docs.oracle.com/cd/E21764_01/doc.1111/e11011/c05_core.htm#BABIBFBA

Thursday, March 20

How to detect as UCM Greenhorn the right Content Type Property Names for the Content Presenter

Rule #1

Build-In-Property begin always with + Attribute in CamelCase

Sample: WebExtension = dWebExtension

Rule #2

Custom-Property begin always with + Name of the Information Field from Configuration Manager [in CamelCase]

Sample: Comments = xComments



If you have Oracle Database Background and the development machine is yours, you can try following select statement to bring this information into you JDeveloper. 

select column_name,data_type from dba_tab_columnswhere table_name = 'REVISIONS' or table_name='DOCMETA'order by column_name;


Content Presenter Template




Additional Documentation