Uses of Class
fr.igred.omero.annotations.GenericAnnotationWrapper
-
Packages that use GenericAnnotationWrapper Package Description fr.igred.omero.annotations fr.igred.omero.repository -
-
Uses of GenericAnnotationWrapper in fr.igred.omero.annotations
Subclasses of GenericAnnotationWrapper in fr.igred.omero.annotations Modifier and Type Class Description class
FileAnnotationWrapper
class
MapAnnotationWrapper
Class containing a MapAnnotationData, a MapAnnotationData contains a list of NamedValue(Key-Value pair).class
TagAnnotationWrapper
Class containing a TagAnnotationData -
Uses of GenericAnnotationWrapper in fr.igred.omero.repository
Methods in fr.igred.omero.repository with type parameters of type GenericAnnotationWrapper Modifier and Type Method Description <A extends GenericAnnotationWrapper<?>>
voidGenericRepositoryObjectWrapper. unlink(Client client, A annotation)
Unlinks the given annotation from the current object.
-