The IBM Web Content Manager API
We can use the Web Content Manager API to extend functions of Web Content Manager.
- We can use the Web Content Manager API to:
- create items
- delete items
- move items
- copy items
- retrieve items
- approve items in a workflow
- search for items
The Javadoc documentation can be reviewed for a complete set of the features available using the API. The Javadoc HTML files are located under the PROFILE_ROOT\installedApps\nodename\wcm.ear\ilwwcm.war\webinterface\ folder.
- Use the API
The workspace is the heart of the IBM Web Content Manager API. Items are created, saved, deleted and searched for in the workspace item. A workspace is basically an interface to Web Content Manager associated with a user. Using a workspace item, the user can perform operations as that user.
- Web Content Manager JSP tags
We use IBM Web Content Manager JSP tags with the Web Content Manager API to pull WCM content and components into external JSP applications.
- Web content library management APIs
We can perform various web content library functions using the Web content API.
- Syndication APIs
We can perform various syndication functions using the web content API.
Parent: Developing