Uses of Class
fr.igred.omero.util.ReplacePolicy
-
Packages that use ReplacePolicy Package Description fr.igred.omero This package contains the main interfaces and abstract classes to handle OME Remote Objects.fr.igred.omero.containers This package contains interfaces and classes related to the hierarchical organization for images,fr.igred.omero.util This package contains classes to handle 5D positions and boundaries as well as a utility class to check if the library requirements are available, and another one to convert DataObjects to Wrapper objects. -
-
Uses of ReplacePolicy in fr.igred.omero
Methods in fr.igred.omero with parameters of type ReplacePolicy Modifier and Type Method Description long
Annotatable. addAndReplaceFile(Client client, java.io.File file, ReplacePolicy policy)
Uploads a file, links it to the object and unlinks or deletes previous files with the same name.long
AnnotatableWrapper. addAndReplaceFile(Client client, java.io.File file, ReplacePolicy policy)
Uploads a file, links it to the object and unlinks or deletes previous files with the same name.void
Annotatable. addAndReplaceTable(Client client, Table table, ReplacePolicy policy)
Adds a table to the object in OMERO and unlinks or deletes previous tables with the same name.void
AnnotatableWrapper. addAndReplaceTable(Client client, Table table, ReplacePolicy policy)
Adds a table to the object in OMERO and unlinks or deletes previous tables with the same name. -
Uses of ReplacePolicy in fr.igred.omero.containers
Methods in fr.igred.omero.containers with parameters of type ReplacePolicy Modifier and Type Method Description default java.util.List<java.lang.Long>
Dataset. importAndReplaceImages(Client client, java.lang.String path, 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. -
Uses of ReplacePolicy in fr.igred.omero.util
Methods in fr.igred.omero.util that return ReplacePolicy Modifier and Type Method Description static ReplacePolicy
ReplacePolicy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReplacePolicy[]
ReplacePolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-