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.fr.igred.omero.repository This package contains classes related to the hierarchical organization for images. -
-
Uses of TableWrapper in fr.igred.omero
Methods in fr.igred.omero with parameters of type TableWrapper Modifier and Type Method Description void
Client. delete(TableWrapper table)
Deletes a table from OMERO -
Uses of TableWrapper in fr.igred.omero.repository
Methods in fr.igred.omero.repository that return TableWrapper Modifier and Type Method Description TableWrapper
GenericRepositoryObjectWrapper. getTable(Client client, Long fileId)
Gets a certain table linked to the object in OMEROMethods in fr.igred.omero.repository that return types with arguments of type TableWrapper Modifier and Type Method Description List<TableWrapper>
GenericRepositoryObjectWrapper. getTables(Client client)
Gets all tables linked to the object in OMERO.Methods in fr.igred.omero.repository with parameters of type TableWrapper Modifier and Type Method Description void
GenericRepositoryObjectWrapper. addTable(Client client, TableWrapper table)
Adds a table to the object in OMERO
-