Uses of Class
fr.igred.omero.annotations.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
Modifier and TypeMethodDescriptionGets a certain table linked to the object in OMERO.Modifier and TypeMethodDescriptionGets all tables linked to the object in OMERO.Modifier 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.Modifier and TypeMethodDescriptionvoid
Client.deleteTables
(Collection<? extends TableWrapper> tables) Deletes tables from OMERO.