...
The determination of what documents are associated with an entity and the method of displaying the documents are provided by additional modules that are specific to different document management systems.
Currently there is one implementation two implementations available that will retrieve a list of documents from a database table and open those document in a new browser window.
Installation
Installation of the DMS functionality requires at least four bundles, three that provide the core functionality and at least one for each type of DMS to be used a a backend.
The core functionality is provided by:
- com.cohga.client.dms
...
- - The actions that can be added to the client to interact with the DMS
- com.cohga.server.dms.core
...
- - The server side functionality that accepts the client action requests and communicates with the configured document management systems
- com.cohga.server.dms
...
- - The API that needs to be implemented by a document management system to interact with Weave
Configuration
Server
Configuration of the server side of the document management system integration is dependant upon the document management system that's in use, and the documentation for each plugin should be consulted.
...