Uses of Class
fr.igred.omero.annotations.TagAnnotationWrapper
-
Packages that use TagAnnotationWrapper Package Description fr.igred.omero This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object.fr.igred.omero.repository This package contains classes related to the hierarchical organization for images. -
-
Uses of TagAnnotationWrapper in fr.igred.omero
Methods in fr.igred.omero that return TagAnnotationWrapper Modifier and Type Method Description TagAnnotationWrapper
Client. getTag(java.lang.Long id)
Gets a specific tag from the OMERO databaseMethods in fr.igred.omero that return types with arguments of type TagAnnotationWrapper Modifier and Type Method Description java.util.List<TagAnnotationWrapper>
Client. getTags()
Gets the list of TagAnnotationWrapper available to the userjava.util.List<TagAnnotationWrapper>
Client. getTags(java.lang.String name)
Gets the list of TagAnnotationWrapper with the specified name available to the userMethods in fr.igred.omero with parameters of type TagAnnotationWrapper Modifier and Type Method Description java.util.List<ImageWrapper>
Client. getImagesTagged(TagAnnotationWrapper tag)
Gets all images tagged with a specified tag from OMERO. -
Uses of TagAnnotationWrapper in fr.igred.omero.repository
Methods in fr.igred.omero.repository that return types with arguments of type TagAnnotationWrapper Modifier and Type Method Description java.util.List<TagAnnotationWrapper>
GenericRepositoryObjectWrapper. getTags(Client client)
Gets all tags linked to an object in OMERO, if possible.Methods in fr.igred.omero.repository with parameters of type TagAnnotationWrapper Modifier and Type Method Description void
GenericRepositoryObjectWrapper. addTag(Client client, TagAnnotationWrapper tag)
Adds a tag to the object in OMERO, if possible.void
GenericRepositoryObjectWrapper. addTags(Client client, TagAnnotationWrapper... tags)
Adds multiple tag to the object in OMERO, if possible.java.util.List<ImageWrapper>
DatasetWrapper. getImagesTagged(Client client, TagAnnotationWrapper tag)
Gets all images in the dataset tagged with a specified tag from OMERO.java.util.List<ImageWrapper>
ProjectWrapper. getImagesTagged(Client client, TagAnnotationWrapper tag)
Gets all images in the project tagged with a specified tag from OMERO.
-