Document management integration
The following are the main plugin interfaces used to integrate with a document management system. Each plugin interface has a default plugin implementation class.
Interface |
Description |
|---|---|
|
PolicyCenter passes search parameters—metadata—to the plugin implementation class registered in this plugin registry. The class searches its metadata and returns a list of documents found. You can implement your own plugin implementation class to interface with a system for storing document metadata—name, id, status, author, and so on. If the plugin is not enabled, then the PolicyCenter database stores the metadata.This interface is separate from In the base configuration, this plugin is disabled, and the following plugin implementation class is registered:
|
|
PolicyCenter passes to the plugin implementation class registered in this plugin registry the metadata for one document. The registered class registered returns the document content and does the following:
In the base configuration, the following plugin implementation class is registered:
|
|
This plugin registry registers a plugin implementation class that is the interface to a document creation system. The document creation process can:
In the base configuration, the following plugin implementation class is registered:
|
|
This plugin registry registers a plugin implementation class that searches for and retrieves templates describing the document to be created. In the base configuration, the plugin implementation class is:
|
|
This interface describes the templates used to create documents. It include basic metadata (name, MIME type, and so on) and a pointer to the template content. In the base configuration, a class that implements this interface is:
|
See also
