Uses of Class
fr.igred.omero.repository.GenericRepositoryObjectWrapper
Packages that use GenericRepositoryObjectWrapper
Package
Description
This package contains classes related to the hierarchical organization for images.
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.repositoryModifier and TypeClassDescriptionclassClass containing a DatasetData object.classClass containing a FolderData object.classClass containing an ImageData.classClass containing a PlateAcquisitionData object.classClass containing a PlateData object.classClass containing a ProjectData object.classClass containing a ScreenData object.classClass containing a WellData object.Methods in fr.igred.omero.repository with parameters of type GenericRepositoryObjectWrapperModifier and TypeMethodDescriptionvoidGenericRepositoryObjectWrapper.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 GenericRepositoryObjectWrapperModifier and TypeMethodDescriptionstatic <T extends DataObject,U extends GenericRepositoryObjectWrapper<? extends T>> 
UWrapper.wrapRepositoryObject(T object) Converts (wraps) a DataObject object to a Repository object.