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.
|
Modifier and Type | Method and Description |
---|---|
Table |
Annotatable.getTable(DataManager dm,
Long fileId)
Gets a certain table linked to the object in OMERO.
|
Table |
AnnotatableWrapper.getTable(DataManager dm,
Long fileId)
Gets a certain table linked to the object in OMERO.
|
Table |
AnnotatableWrapper.getTable(DataManager dm,
Long fileId)
Gets a certain table linked to the object in OMERO.
|
Table |
Annotatable.getTable(DataManager dm,
Long fileId)
Gets a certain table linked to the object in OMERO.
|
Modifier and Type | Method and Description |
---|---|
default List<Table> |
Annotatable.getTables(DataManager dm)
Gets all tables linked to the object in OMERO.
|
default List<Table> |
Annotatable.getTables(DataManager dm)
Gets all tables linked to the object in OMERO.
|
Modifier and Type | Method and Description |
---|---|
default void |
Annotatable.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.
|
default void |
Annotatable.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.
|
void |
Annotatable.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.
|
void |
AnnotatableWrapper.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.
|
void |
AnnotatableWrapper.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.
|
void |
Annotatable.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 void |
Annotatable.addTable(DataManager dm,
Table table)
Adds a table to the object in OMERO.
|
default void |
Annotatable.addTable(DataManager dm,
Table table)
Adds a table to the object in OMERO.
|
Modifier and Type | Class and Description |
---|---|
class |
TableWrapper
Class containing the information to create a Table in OMERO.
|
Modifier and Type | Method and Description |
---|---|
default void |
DataManager.delete(Table table)
Deletes a table from OMERO.
|
default void |
DataManager.delete(Table table)
Deletes a table from OMERO.
|
Copyright © 2020–2023 GReD. All rights reserved.