Database DMS
...
Description
This document management system module retrieves a list of document associated with an entity from a database.
...
Any number of attributes can be retrieved from the database for display to the user.
Namespace
urn:com.cohga.server.dms.provider.db#1.0
Tags
dms
Properties
Name | Type | Required | Description |
id | string | yes | unique identifier |
entity | yes | The entity that this DMS will provide documents for | |
name | string | yes | The name of this DMS |
datadefinition | yes | A reference to a data definition that will supply the attributes and URL link for each document | |
acl | no | A reference to an ACL to attach to the dms |
Sub-tags
Name | Type | Cardinality |
acl | 0..1 |
Content
None
Notes
- The
name
is used because there may be more than one DMS attached to an
entity type and this helps the user differentiate beween them
Examples
A simple example that uses a table that has a description and url column
...