Uses of Class
fr.igred.omero.repository.FolderWrapper
Packages that use 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
Methods in fr.igred.omero that return FolderWrapperModifier and TypeMethodDescriptionBrowser.getFolder
(long id) Gets the folder with the specified ID from OMERO, fully loaded.Methods in fr.igred.omero that return types with arguments of type FolderWrapperModifier 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
Methods in fr.igred.omero.annotations that return types with arguments of type FolderWrapperModifier and TypeMethodDescriptionGenericAnnotationWrapper.getFolders
(Client client) Gets all folders with this annotation from OMERO. -
Uses of FolderWrapper in fr.igred.omero.repository
Methods in fr.igred.omero.repository that return FolderWrapperModifier and TypeMethodDescriptionDeprecated.Gets the folder with the specified id on OMERO.FolderWrapper.getParent()
Retrieves the parent folders for this folder.Methods in fr.igred.omero.repository that return types with arguments of type FolderWrapperModifier 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.Methods in fr.igred.omero.repository with parameters of type FolderWrapperModifier 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.Method parameters in fr.igred.omero.repository with type arguments of type FolderWrapperModifier and TypeMethodDescriptionvoid
FolderWrapper.addChildren
(Collection<? extends FolderWrapper> folders) Adds children folders to this folder.