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.fr.igred.omero.util This package contains a utility class used to check if the library requirements are available. -
-
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. -
Uses of GenericRepositoryObjectWrapper in fr.igred.omero.util
Methods in fr.igred.omero.util with type parameters of type GenericRepositoryObjectWrapper Modifier and Type Method Description static <T extends DataObject,U extends GenericRepositoryObjectWrapper<? extends T>>
UWrapper. wrapRepositoryObject(T object)
Converts (wraps) a DataObject object to a Repository object.
-