Searching the content management system
You can search the content management system by using the pre-configured metadata in the data map. You can search on multiple configured content management systems by using a data map. When you search the content management system, you are able to locate and select a particular content to be associated with an IBM® Product Master item or category.
Before you begin
- Install and configure IBM Content Integrator.
- Configure the content management system by using the configuration file.
- Define a spec.
- Add an external content reference type attribute to the spec.
Procedure
Search the content management system. Use either of the following methods: user interface
or Java™ API.
Option | Description |
---|---|
User interface |
|
Java API | The following sample Java API code searches the
content management system by using the CMSManager and
CMSInstance
Java interfaces. Note: The following two statements should not
be called repeatedly in a Java API.
CMSManager CMSMgr = ctx.getCMSManager(); OutOfMemory or an increase in the number of applications that
are connecting to the Content Management System from collaborative MDM. The following sample code
uses these statements correctly.
Context ctx = null; |