Package | Description |
---|---|
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.
|
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.core |
This package contains interfaces and classes to handle images and their content, such as pixels, channels or planes.
|
Modifier and Type | Method and Description |
---|---|
List<Project> |
Annotation.getProjects(Browser browser)
Gets all projects with this annotation from OMERO.
|
List<Project> |
AnnotationWrapper.getProjects(Browser browser)
Gets all projects with this annotation from OMERO.
|
List<Project> |
AnnotationWrapper.getProjects(Browser browser)
Gets all projects with this annotation from OMERO.
|
List<Project> |
Annotation.getProjects(Browser browser)
Gets all projects with this annotation from OMERO.
|
Modifier and Type | Method and Description |
---|---|
default Project |
Browser.getProject(Long id)
Gets the project with the specified id from OMERO.
|
default Project |
Browser.getProject(Long id)
Gets the project with the specified id from OMERO.
|
Modifier and Type | Method and Description |
---|---|
default List<Project> |
Browser.getProjects()
Gets all projects available from OMERO.
|
default List<Project> |
Browser.getProjects()
Gets all projects available from OMERO.
|
default List<Project> |
Browser.getProjects(Experimenter experimenter)
Gets all projects available from OMERO owned by a given user.
|
default List<Project> |
Browser.getProjects(Experimenter experimenter)
Gets all projects available from OMERO owned by a given user.
|
default List<Project> |
Browser.getProjects(Long... ids)
Gets the projects with the specified ids from OMERO.
|
default List<Project> |
Browser.getProjects(Long... ids)
Gets the projects with the specified ids from OMERO.
|
default List<Project> |
Browser.getProjects(String name)
Gets all projects with a certain name from OMERO.
|
default List<Project> |
Browser.getProjects(String name)
Gets all projects with a certain name from OMERO.
|
Modifier and Type | Class and Description |
---|---|
class |
ProjectWrapper
Class containing a ProjectData object.
|
Modifier and Type | Method and Description |
---|---|
default List<Project> |
Dataset.getProjects(Browser browser)
Retrieves the projects containing this dataset.
|
default List<Project> |
Dataset.getProjects(Browser browser)
Retrieves the projects containing this dataset.
|
Modifier and Type | Method and Description |
---|---|
default List<Project> |
Image.getProjects(Browser browser)
Retrieves the projects containing this image
|
default List<Project> |
Image.getProjects(Browser browser)
Retrieves the projects containing this image
|
Copyright © 2020–2023 GReD. All rights reserved.