Uses of Class
fr.igred.omero.annotations.TableWrapper
- 
Packages that use TableWrapper Package Description fr.igred.omero fr.igred.omero.repository  - 
- 
Uses of TableWrapper in fr.igred.omero
Methods in fr.igred.omero with parameters of type TableWrapper Modifier and Type Method Description voidClient. 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 TableWrapperGenericRepositoryObjectWrapper. 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 table linked to the object in OMERO.Methods in fr.igred.omero.repository with parameters of type TableWrapper Modifier and Type Method Description voidGenericRepositoryObjectWrapper. addTable(Client client, TableWrapper table)Adds a table to the object in OMERO 
 -