Uses of Class
fr.igred.omero.repository.FolderWrapper
Package
Description
This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object.
This package contains wrapper classes for annotations.
This package contains classes related to the hierarchical organization for images.
-
Uses of FolderWrapper in fr.igred.omero
Modifier and TypeMethodDescriptionBrowser.getFolder
(long id) Gets the folder with the specified ID from OMERO, fully loaded.Modifier and TypeMethodDescriptionBrowser.getFolders()
Gets all folders available from OMERO.Browser.getFolders
(ExperimenterWrapper experimenter) Gets all the folders owned by a given user from OMERO.Browser.loadFolders
(Long... ids) Gets the folders with the specified IDs from OMERO (fully loaded). -
Uses of FolderWrapper in fr.igred.omero.annotations
Modifier and TypeMethodDescriptionGenericAnnotationWrapper.getFolders
(Client client) Gets all folders with this annotation from OMERO. -
Uses of FolderWrapper in fr.igred.omero.repository
Modifier and TypeMethodDescriptionDeprecated.Gets the folder with the specified id on OMERO.FolderWrapper.getParent()
Retrieves the parent folders for this folder.Modifier and TypeMethodDescriptionFolderWrapper.getChildren()
Retrieves the children folders for this folder.ImageWrapper.getFolders
(Client client) Gets the list of folders linked to this image.ImageWrapper.getROIFolders
(Client client) Gets the list of folders linked to the ROIs in this image.Modifier and TypeMethodDescriptionvoid
FolderWrapper.addChild
(FolderWrapper folder) Adds a child folder to this folder.void
FolderWrapper.setParent
(FolderWrapper folder) Sets the parent folder for this folder.Modifier and TypeMethodDescriptionvoid
FolderWrapper.addChildren
(Collection<? extends FolderWrapper> folders) Adds children folders to this folder.