Uses of Class
fr.igred.omero.repository.FolderWrapper
-
Packages that use FolderWrapper Package Description fr.igred.omero This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object.fr.igred.omero.annotations This package contains wrapper classes for annotations.fr.igred.omero.repository 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 FolderWrapper Modifier and Type Method Description FolderWrapper
Browser. 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 FolderWrapper Modifier and Type Method Description List<FolderWrapper>
Browser. getFolders()
Gets all folders available from OMERO.List<FolderWrapper>
Browser. getFolders(ExperimenterWrapper experimenter)
Gets all the folders owned by a given user from OMERO.List<FolderWrapper>
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 FolderWrapper Modifier and Type Method Description List<FolderWrapper>
GenericAnnotationWrapper. 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 FolderWrapper Modifier and Type Method Description FolderWrapper
ImageWrapper. getFolder(Client client, Long folderId)
Deprecated.Gets the folder with the specified id on OMERO.FolderWrapper
FolderWrapper. getParent()
Retrieves the parent folders for this folder.Methods in fr.igred.omero.repository that return types with arguments of type FolderWrapper Modifier and Type Method Description List<FolderWrapper>
FolderWrapper. getChildren()
Retrieves the children folders for this folder.List<FolderWrapper>
ImageWrapper. getFolders(Client client)
Gets the list of folders linked to this image.List<FolderWrapper>
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 FolderWrapper Modifier and Type Method Description void
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 FolderWrapper Modifier and Type Method Description void
FolderWrapper. addChildren(Collection<? extends FolderWrapper> folders)
Adds children folders to this folder.
-