Uses of Class
fr.igred.omero.annotations.TableWrapper
-
Packages that use TableWrapper Package Description fr.igred.omero 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 TableWrapper Modifier and Type Method Description TableWrapper
AnnotatableWrapper. getTable(Client client, Long fileId)
Gets a certain table linked to the object in OMERO.Methods in fr.igred.omero that return types with arguments of type TableWrapper Modifier and Type Method Description List<TableWrapper>
AnnotatableWrapper. getTables(Client client)
Gets all tables linked to the object in OMERO.Methods in fr.igred.omero with parameters of type TableWrapper Modifier and Type Method Description void
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)
Deletes a table from OMERO.
-