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 classDatasetWrapperClass containing a DatasetData object.classFolderWrapperClass containing a FolderData object.classImageWrapperClass containing an ImageData.classPlateAcquisitionWrapperClass containing a PlateAcquisitionData object.classPlateWrapperClass containing a PlateData object.classProjectWrapperClass containing a ProjectData object.classScreenWrapperClass containing a ScreenData object.classWellWrapperClass containing a WellData object.Methods in fr.igred.omero.repository with parameters of type GenericRepositoryObjectWrapper Modifier and Type Method Description voidGenericRepositoryObjectWrapper. 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.
-