Uses of Class
fr.igred.omero.annotations.TagAnnotationWrapper
- 
Packages that use TagAnnotationWrapper Package Description fr.igred.omero fr.igred.omero.repository  - 
- 
Uses of TagAnnotationWrapper in fr.igred.omero
Methods in fr.igred.omero that return TagAnnotationWrapper Modifier and Type Method Description TagAnnotationWrapperClient. getTag(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 List<TagAnnotationWrapper>Client. getTags()Gets the list of TagAnnotationWrapper available to the userList<TagAnnotationWrapper>Client. getTags(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 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 List<TagAnnotationWrapper>GenericRepositoryObjectWrapper. getTags(Client client)Gets all tag linked to an object in OMERO, if possible.Methods in fr.igred.omero.repository with parameters of type TagAnnotationWrapper Modifier and Type Method Description voidGenericRepositoryObjectWrapper. addTag(Client client, TagAnnotationWrapper tag)Adds a tag to the object in OMERO, if possible.voidGenericRepositoryObjectWrapper. addTags(Client client, TagAnnotationWrapper... tags)Adds multiple tag to the object in OMERO, if possible.List<ImageWrapper>DatasetWrapper. getImagesTagged(Client client, TagAnnotationWrapper tag)Gets all images in the dataset tagged with a specified tag from OMERO.List<ImageWrapper>ProjectWrapper. getImagesTagged(Client client, TagAnnotationWrapper tag)Gets all images in the project tagged with a specified tag from OMERO. 
 -