Uses of Class
fr.igred.omero.repository.FolderWrapper
-
Packages that use FolderWrapper Package Description fr.igred.omero.repository This package contains classes related to the hierarchical organization for images. -
-
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, java.lang.Long folderId)
Gets the folder with the specified id on OMERO.Methods in fr.igred.omero.repository that return types with arguments of type FolderWrapper Modifier and Type Method Description java.util.List<FolderWrapper>
ImageWrapper. getFolders(Client client)
Gets the list of Folder linked to the image Associate the folder to the image
-