Uses of Enum
fr.igred.omero.repository.GenericRepositoryObjectWrapper.ReplacePolicy
Packages that use 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
Methods in fr.igred.omero with parameters of type GenericRepositoryObjectWrapper.ReplacePolicyModifier 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
Methods in fr.igred.omero.repository that return GenericRepositoryObjectWrapper.ReplacePolicyModifier 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.Methods in fr.igred.omero.repository with parameters of type GenericRepositoryObjectWrapper.ReplacePolicyModifier 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.