Uses of Interface
fr.igred.omero.annotations.Table
-
Packages that use Table Package Description fr.igred.omero This package contains the main interfaces and abstract classes to handle OME Remote Objects.fr.igred.omero.annotations This package contains interfaces and classes for handling annotations.fr.igred.omero.client This package contains the client interfaces used to interact with an OMERO server and a class implementing them. -
-
Uses of Table in fr.igred.omero
Methods in fr.igred.omero that return Table Modifier and Type Method Description TableAnnotatable. getTable(DataManager dm, java.lang.Long fileId)Gets a certain table linked to the object in OMERO.TableAnnotatableWrapper. getTable(DataManager dm, java.lang.Long fileId)Gets a certain table linked to the object in OMERO.Methods in fr.igred.omero that return types with arguments of type Table Modifier and Type Method Description default java.util.List<Table>Annotatable. getTables(DataManager dm)Gets all tables linked to the object in OMERO.Methods in fr.igred.omero with parameters of type Table Modifier and Type Method Description default voidAnnotatable. addAndReplaceTable(Client client, Table table)Adds a table to the object in OMERO and unlinks previous tables with the same name, or deletes them if they're orphaned.voidAnnotatable. addAndReplaceTable(Client client, Table table, ReplacePolicy policy)Adds a table to the object in OMERO and unlinks or deletes previous tables with the same name.voidAnnotatableWrapper. addAndReplaceTable(Client client, Table table, ReplacePolicy policy)Adds a table to the object in OMERO and unlinks or deletes previous tables with the same name.default voidAnnotatable. addTable(DataManager dm, Table table)Adds a table to the object in OMERO. -
Uses of Table in fr.igred.omero.annotations
Classes in fr.igred.omero.annotations that implement Table Modifier and Type Class Description classTableWrapperClass containing the information to create a Table in OMERO. -
Uses of Table in fr.igred.omero.client
Methods in fr.igred.omero.client with parameters of type Table Modifier and Type Method Description default voidDataManager. delete(Table table)Deletes a table from OMERO.
-