Package | Description |
---|---|
omero.gateway.facility | |
omero.sys |
Modifier and Type | Method and Description |
---|---|
ImageData |
BrowseFacility.getImage(SecurityContext ctx,
long id,
ParametersI params)
Loads a image
|
Collection<ImageData> |
BrowseFacility.getImages(SecurityContext ctx,
Collection<Long> ids,
ParametersI params)
Loads the images with the given ids
|
Modifier and Type | Method and Description |
---|---|
ParametersI |
ParametersI.acquisitionData()
Sets the
acquisition data parameter to true . |
ParametersI |
ParametersI.add(String name,
omero.RType r) |
ParametersI |
ParametersI.addId(long id) |
ParametersI |
ParametersI.addId(omero.RLong id) |
ParametersI |
ParametersI.addIds(Collection<Long> longs) |
ParametersI |
ParametersI.addLong(String name,
long l) |
ParametersI |
ParametersI.addLong(String name,
omero.RLong l) |
ParametersI |
ParametersI.addLongs(String name,
Collection<Long> longs) |
ParametersI |
ParametersI.allExps()
Removes the
experimenter parameter from the map. |
ParametersI |
ParametersI.allGrps()
Removes the
group parameter from the map. |
ParametersI |
ParametersI.allTimes()
Removes the time parameters from the map.
|
ParametersI |
ParametersI.endTime(omero.RTime endTime)
Sets the value of the
end time parameter. |
ParametersI |
ParametersI.exp(omero.RLong i)
Sets the value of the
experimenter parameter. |
ParametersI |
ParametersI.grp(omero.RLong i)
Sets the value of the
group parameter. |
ParametersI |
ParametersI.leaves()
Sets the
leaf parameter to true . |
ParametersI |
ParametersI.noAcquisitionData()
Sets the
acquisition data parameter to false . |
ParametersI |
ParametersI.noLeaves()
Sets the
leaf parameter to false . |
ParametersI |
ParametersI.noOrphan()
Sets the
orphan parameter to false . |
ParametersI |
ParametersI.noUnique() |
ParametersI |
ParametersI.orphan()
Sets the
orphan parameter to true . |
ParametersI |
ParametersI.page(int offset,
int limit)
Sets both the
Filter.limit and Filter.offset values by
wrapping the arguments in RInt and passing the values to
page(RInt, RInt) |
ParametersI |
ParametersI.page(omero.RInt offset,
omero.RInt limit)
Creates a
Filter if necessary and sets both Filter.limit
and Filter.offset . |
ParametersI |
ParametersI.startTime(omero.RTime startTime)
Sets the value of the
start time parameter. |
ParametersI |
ParametersI.unique() |
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.