Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Storage

Natasa Bulatovic edited this page Jul 26, 2016 · 2 revisions

Description

imeji supports currently 3 types of storage:

  • internal: The files are stored on the local server as defined in the property "imeji.storage.path": see the imeji Properties
  • escidoc: The files are stored in eSciDoc. eSciDoc must be installed and the eSciDoc properties must be set: see the imeji Properties
  • external: This storage can only be used to read files from external website. Note that the files need to be public. The storage used by imeji is defined by the property "imeji.storage.name". The default value is "internal".

Architecture

Class diagram

Functionalities_Imeji_storage_class_diagram

Sequence diagrams

Upload

Functionalities_Storage_upload_sequence_diagram

Read

Functionalities_Storage_read_sequence_diagram

Clone this wiki locally