Uses of Class
fr.igred.omero.repository.PlateAcquisitionWrapper
-
Packages that use PlateAcquisitionWrapper Package Description fr.igred.omero.annotations This package contains wrapper classes for annotations.fr.igred.omero.repository 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 PlateAcquisitionWrapper Modifier and Type Method Description List<PlateAcquisitionWrapper>
GenericAnnotationWrapper. 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 PlateAcquisitionWrapper Modifier and Type Method Description PlateAcquisitionWrapper
WellSampleWrapper. getPlateAcquisition()
Returns the plate acquisition containing this well sample.Methods in fr.igred.omero.repository that return types with arguments of type PlateAcquisitionWrapper Modifier and Type Method Description List<PlateAcquisitionWrapper>
ImageWrapper. getPlateAcquisitions(Client client)
Returns the plate acquisitions linked to this image.List<PlateAcquisitionWrapper>
PlateWrapper. getPlateAcquisitions()
Returns the plate acquisitions related to this plate.List<PlateAcquisitionWrapper>
ScreenWrapper. getPlateAcquisitions(Client client)
Returns the plate acquisitions linked to this object, either directly, or through parents/children.List<PlateAcquisitionWrapper>
WellSampleWrapper. getPlateAcquisitions(Client client)
Returns the plate acquisitions linked to the parent Well.List<PlateAcquisitionWrapper>
WellWrapper. getPlateAcquisitions(Client client)
Refreshes this well and returns the plate acquisitions linked to it.
-