| Package | Description |
|---|---|
| omero.gateway.facility | |
| omero.gateway.model |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PlateData> |
BrowseFacility.getPlates(SecurityContext ctx)
Loads all plates
|
java.util.Collection<PlateData> |
BrowseFacility.getPlates(SecurityContext ctx,
java.util.Collection<java.lang.Long> ids)
Loads the plates with the given ids
|
java.util.Collection<PlateData> |
BrowseFacility.getPlates(SecurityContext ctx,
long ownerId)
Loads the plates for a particular user
|
java.util.Collection<PlateData> |
BrowseFacility.getPlates(SecurityContext ctx,
long ownerId,
java.util.Collection<java.lang.Long> ids)
Loads the plates with the given ids which belong to a particular user
|
| Modifier and Type | Method and Description |
|---|---|
PlateData |
WellData.getPlate()
Returns the plate containing this Well.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<PlateData> |
ScreenData.getPlates()
Returns the plates contained in this screen.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScreenData.setPlates(java.util.Set<PlateData> value)
Sets the plates contained in this screen.
|
Version: 5.4.8-rc1-ice36-b94
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.