Uses of Class
fr.igred.omero.annotations.TableWrapper
Packages that use TableWrapper
Package
Description
This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object.
-
Uses of TableWrapper in fr.igred.omero
Methods in fr.igred.omero that return TableWrapperModifier and TypeMethodDescriptionGets a certain table linked to the object in OMERO.Methods in fr.igred.omero that return types with arguments of type TableWrapperModifier and TypeMethodDescriptionGets all tables linked to the object in OMERO.Methods in fr.igred.omero with parameters of type TableWrapperModifier and TypeMethodDescriptionvoid
AnnotatableWrapper.addAndReplaceTable
(Client client, TableWrapper table) Adds a table to the object in OMERO and unlinks previous tables with the same name, or deletes them if they're orphaned.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.void
AnnotatableWrapper.addTable
(Client client, TableWrapper table) Adds a table to the object in OMERO.void
Client.delete
(TableWrapper table) Deprecated.Deletes a table from OMERO.void
Client.deleteTable
(TableWrapper table) Deletes a table from OMERO.Method parameters in fr.igred.omero with type arguments of type TableWrapperModifier and TypeMethodDescriptionvoid
Client.deleteTables
(Collection<? extends TableWrapper> tables) Deletes tables from OMERO.