IWWCM API Overview
Only a limited set of functions are available when using the IWWCM API.
- Web content libraries:
- Move or copy items within a library.
- Move or copy items between libraries.
- Search iterators of item IDs:
- Item of given type by name.
- Items of given type.
- Library components by name.
- Content by authoring template.
- Content by category.
- Content by path.
- Content by workflow stage.
- Content modified since date.
- Content modified between dates.
- Content search (similar to the Menu Component search criteria but using item parameters as ids).
- Retrieve via item IDs.
- The ability to create, delete and save the following items:
- Content
- Sites
- Site Areas
- File Resource components
- HTML components
- Image components
- Date and Time components
- Document Manager components
- Link components
- Number components
- Style Sheet components
- User Selection components
- The ability to retrieve the following items:
- Content
- Sites
- Site areas
- Taxonomies and categories
- Workflows
- Components
- The ability to retrieve the following items from searches, (but NOT as an item):
- Authoring Template ID (Authoring Template)
- Presentation Template ID (Presentation Template)
- Workflow Stage ID
- The ability to approve or reject content items in a workflow stage. Other item-types do not support this function.
The following features are not available using the API:
- The creation, update or deleting of workflows, workflow stages, workflow actions, taxonomies, categories, syndicators, subscribers, presentation templates, authoring templates, and components not specified above.
The Web Content Management JavaDocs should be reviewed for a complete set of the features available using the API. The Javadoc HTML files are located under...
was_profile_root\AppServer\profiles\wp_profile\installedApps\nodename\wcm.ear\ilwwcm.war\webinterface\...on the Web Content Management server.
API Samples
API samples are installed with the Web Content Management application to assist developers use the Web Content Management API. These are located under...
portal_server_root\wcm\samples\Api\src...on the Web Content Management server.
To use these samples, copy them to...
was_profile_root\AppServer\profiles\wp_profile\installedApps\nodename\wcm.ear\ilwwcm.war
Parent Topic
The IWWCM API