Uses of Class
fr.igred.omero.repository.GenericRepositoryObjectWrapper.ReplacePolicy
-
Packages that use GenericRepositoryObjectWrapper.ReplacePolicy Package Description fr.igred.omero This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object.fr.igred.omero.repository 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.ReplacePolicy Modifier and Type Method Description long
AnnotatableWrapper. addAndReplaceFile(Client client, java.io.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.ReplacePolicy Modifier and Type Method Description static GenericRepositoryObjectWrapper.ReplacePolicy
GenericRepositoryObjectWrapper.ReplacePolicy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GenericRepositoryObjectWrapper.ReplacePolicy[]
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.ReplacePolicy Modifier and Type Method Description java.util.List<java.lang.Long>
DatasetWrapper. importAndReplaceImages(Client client, java.lang.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.
-