ome / omero-blitz

Gradle project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
0 stars 15 forks source link

Add support for OME Creator attribute #87

Open sbesson opened 4 years ago

sbesson commented 4 years ago

The 6.1.0 release of ome-model includes proper support for the OME/Creator attribute in the ome.xml.meta interfaces and implementations.

The implementations of the ome.xml.meta.MetadataRetrieve and ome.xml.meta.MetadataStore interfaces in this repository could overrid this new API to e.g. consume the Creator attribute at file import or write it at export time.

For data import, the main question is probably to agree how this information should be translated into the database. A TextAnnotation with a dedicated namespace would be a straightforward option in agreement with the metadata type.