Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  • com.cohga.server.dms.core
    • Base implementation that provides the required support for the above API. Using the API to retrieve documents, building the information required by the client, handing reqeustsrequests, etc.
  • com.cohga.client.dms
    • Provides the base client side support for retrieving documents attached to an entity. The buttons to retrieve documents for the selected entities.

...

  • com.cohga.server.dms.upload
    • The DMS upload API, it provides the API that something needs to implement to allow storang storage of documents.
  • com.cohga.server.dms.upload.code
    • The base implementation that uses the API to store the documents.

...

  • com.cohga.server.dms.storage.file
    • An implementation of the storage API that used a file system database to record the information about uploded uploaded documents. It also implements the document download API so that uploaded documents can be retrieved.

...