Uses of Class
fr.igred.omero.repository.GenericRepositoryObjectWrapper
-
Packages that use GenericRepositoryObjectWrapper Package Description fr.igred.omero.repository This package contains classes related to the hierarchical organization for images. -
-
Uses of GenericRepositoryObjectWrapper in fr.igred.omero.repository
Subclasses of GenericRepositoryObjectWrapper in fr.igred.omero.repository Modifier and Type Class Description class
DatasetWrapper
Class containing a DatasetData object.class
FolderWrapper
Class containing a FolderData object.class
ImageWrapper
Class containing an ImageData.class
PlateAcquisitionWrapper
Class containing a PlateAcquisitionData object.class
PlateWrapper
Class containing a PlateData object.class
ProjectWrapper
Class containing a ProjectData object.class
ScreenWrapper
Class containing a ScreenData object.class
WellWrapper
Class containing a WellData object.Methods in fr.igred.omero.repository with parameters of type GenericRepositoryObjectWrapper Modifier and Type Method Description void
GenericRepositoryObjectWrapper. copyAnnotationLinks(Client client, GenericRepositoryObjectWrapper<?> object)
Copies annotation links from some other object to this one
-