Uses of Class
fr.igred.omero.repository.PlateAcquisitionWrapper
Packages that use PlateAcquisitionWrapper
Package
Description
This package contains wrapper classes for annotations.
This package contains classes related to the hierarchical organization for images.
-
Uses of PlateAcquisitionWrapper in fr.igred.omero.annotations
Methods in fr.igred.omero.annotations that return types with arguments of type PlateAcquisitionWrapperModifier and TypeMethodDescriptionGenericAnnotationWrapper.getPlateAcquisitions
(Client client) Gets all plate acquisitions with this annotation from OMERO. -
Uses of PlateAcquisitionWrapper in fr.igred.omero.repository
Methods in fr.igred.omero.repository that return PlateAcquisitionWrapperModifier and TypeMethodDescriptionWellSampleWrapper.getPlateAcquisition()
Returns the plate acquisition containing this well sample.Methods in fr.igred.omero.repository that return types with arguments of type PlateAcquisitionWrapperModifier and TypeMethodDescriptionImageWrapper.getPlateAcquisitions
(Client client) Returns the plate acquisitions linked to this image.PlateWrapper.getPlateAcquisitions()
Returns the plate acquisitions related to this plate.ScreenWrapper.getPlateAcquisitions
(Client client) Returns the plate acquisitions linked to this object, either directly, or through parents/children.WellSampleWrapper.getPlateAcquisitions
(Client client) Returns the plate acquisitions linked to the parent Well.WellWrapper.getPlateAcquisitions
(Client client) Refreshes this well and returns the plate acquisitions linked to it.