Uses of Enum
fr.igred.omero.repository.GenericRepositoryObjectWrapper.ReplacePolicy
Package
Description
This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object.
This package contains classes related to the hierarchical organization for images.
-
Uses of GenericRepositoryObjectWrapper.ReplacePolicy in fr.igred.omero
Modifier and TypeMethodDescriptionlong
AnnotatableWrapper.addAndReplaceFile
(Client client, File file, GenericRepositoryObjectWrapper.ReplacePolicy policy) Uploads a file, links it to the object and unlinks or deletes previous files with the same name.void
AnnotatableWrapper.addAndReplaceTable
(Client client, TableWrapper table, GenericRepositoryObjectWrapper.ReplacePolicy policy) Adds a table to the object in OMERO and unlinks or deletes previous tables with the same name. -
Uses of GenericRepositoryObjectWrapper.ReplacePolicy in fr.igred.omero.repository
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.GenericRepositoryObjectWrapper.ReplacePolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionDatasetWrapper.importAndReplaceImages
(Client client, String path, GenericRepositoryObjectWrapper.ReplacePolicy policy) Imports one image file to the dataset in OMERO and replace older images sharing the same name after copying their annotations and ROIs, and concatenating the descriptions (on new lines) by unlinking or even deleting them.