パッケージ | 説明 |
---|---|
omero.gateway.facility | |
omero.gateway.model |
修飾子とタイプ | メソッドと説明 |
---|---|
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
|
修飾子とタイプ | メソッドと説明 |
---|---|
PlateData |
WellData.getPlate()
Returns the plate containing this Well.
|
修飾子とタイプ | メソッドと説明 |
---|---|
java.util.Set<PlateData> |
ScreenData.getPlates()
Returns the plates contained in this screen.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ScreenData.setPlates(java.util.Set<PlateData> value)
Sets the plates contained in this screen.
|