Package | Description |
---|---|
fr.igred.omero |
This package contains the main interfaces and abstract classes to handle OME Remote Objects.
|
fr.igred.omero.containers |
This package contains interfaces and classes related to the hierarchical organization for images,
e.g. containers (projects, datasets and folders).
|
fr.igred.omero.util |
This package contains classes to handle 5D positions and boundaries as well as a utility class to check if the
library requirements are available, and another one to convert DataObjects to Wrapper objects.
|
Modifier and Type | Method and Description |
---|---|
long |
Annotatable.addAndReplaceFile(Client client,
File file,
ReplacePolicy policy)
Uploads a file, links it to the object and unlinks or deletes previous files with the same name.
|
long |
AnnotatableWrapper.addAndReplaceFile(Client client,
File file,
ReplacePolicy policy)
Uploads a file, links it to the object and unlinks or deletes previous files with the same name.
|
long |
AnnotatableWrapper.addAndReplaceFile(Client client,
File file,
ReplacePolicy policy)
Uploads a file, links it to the object and unlinks or deletes previous files with the same name.
|
long |
Annotatable.addAndReplaceFile(Client client,
File file,
ReplacePolicy policy)
Uploads a file, links it to the object and unlinks or deletes previous files 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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
default List<Long> |
Dataset.importAndReplaceImages(Client client,
String path,
ReplacePolicy policy)
Imports one image file to the dataset in OMERO and replace older images sharing the same name after copying their
annotations and ROIs, and concatenating the descriptions (on new lines) by unlinking or even deleting them.
|
default List<Long> |
Dataset.importAndReplaceImages(Client client,
String path,
ReplacePolicy policy)
Imports one image file to the dataset in OMERO and replace older images sharing the same name after copying their
annotations and ROIs, and concatenating the descriptions (on new lines) by unlinking or even deleting them.
|
Modifier and Type | Method and Description |
---|---|
static ReplacePolicy |
ReplacePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplacePolicy |
ReplacePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplacePolicy[] |
ReplacePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ReplacePolicy[] |
ReplacePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020–2023 GReD. All rights reserved.