Currently the API only supports create, read, update and delete of Projects.
We propose to unload Dataset links when saving, so that Projects can be updated without losing linked Datasets: ome/openmicroscopy#4930
Issues with saving unloaded collections get much more complex when dealing with Images etc.
We need to decide what objects we want to support for 5.3.0:
- Creating
- Reading
- Updating
- Deleting
E.g. Aim to support Reading ONLY of all BlitzGateway Wrapper objects ("project", "dataset", "image", "screen", "plate", "plateacquisition", "acquisition", "well", "experimenter", "experimentergroup", "originalfile", "fileset", "commentannotation", "tagannotation", "longannotation", "booleanannotation", "fileannotation", "doubleannotation", "termannotation", "timestampannotation", "mapannotation").
NB: this doesn't include ROIs, Shapes
omero_marshal doesn't yet support Wells etc.
Maybe also aim to support Creation, Updating and Deleting of 'simple' objects such as P/D/S/P & some annotations (always unloading links as for Project above).
Do we aim to support creating and deleting of Links. E.g. ProjectDataset or DatasetImage etc.
Need to decide how to E.g. link 100 images to Dataset without having to create json for 100 links!
cc @joshmoore @chris-allan @jburel @aleksandra-tarkowska @emilroz
Currently the API only supports create, read, update and delete of Projects.
We propose to unload Dataset links when saving, so that Projects can be updated without losing linked Datasets: ome/openmicroscopy#4930
Issues with saving unloaded collections get much more complex when dealing with Images etc.
We need to decide what objects we want to support for 5.3.0:
E.g. Aim to support Reading ONLY of all BlitzGateway Wrapper objects ("project", "dataset", "image", "screen", "plate", "plateacquisition", "acquisition", "well", "experimenter", "experimentergroup", "originalfile", "fileset", "commentannotation", "tagannotation", "longannotation", "booleanannotation", "fileannotation", "doubleannotation", "termannotation", "timestampannotation", "mapannotation").
NB: this doesn't include ROIs, Shapes
omero_marshal doesn't yet support Wells etc.
Maybe also aim to support Creation, Updating and Deleting of 'simple' objects such as P/D/S/P & some annotations (always unloading links as for Project above).
Do we aim to support creating and deleting of Links. E.g. ProjectDataset or DatasetImage etc.
Need to decide how to E.g. link 100 images to Dataset without having to create json for 100 links!
cc @joshmoore @chris-allan @jburel @aleksandra-tarkowska @emilroz