Java API for the content management system

IBM® InfoSphere® Master Data Management Collaboration Server provides three Java™ API interfaces, CMSInstance, CMSManager, and CMSContentURN, that you can use to manage content in the content management system.

When you run the CMSInstance, CMSManager, and CMSContentURN Java APIs, make sure that your JVM has the parameter vbr.home set like this:
vbr.home=cms_home
Where, cms_home is the installation directory of IBM Content Integrator.
For example, if you are running the APIs from a stand alone Java program in Linux, you can add the parameter vbr.home to your classpath in this way:
export CLASSPATH=$CLASSPATH" -Dvbr.home=/opt/IBM/ContentIntegrator"

See IBM Javadoc Documentation to view all of the available information on the parameters, returns, exceptions, and syntax for all Java classes.



Last updated: November 6, 2015