パッケージ | 説明 |
---|---|
omero.sys |
修飾子とタイプ | メソッドと説明 |
---|---|
ParametersI |
ParametersI.acquisitionData()
Sets the
acquisition data parameter to true . |
ParametersI |
ParametersI.add(java.lang.String name,
omero.RType r) |
ParametersI |
ParametersI.addId(long id) |
ParametersI |
ParametersI.addId(omero.RLong id) |
ParametersI |
ParametersI.addIds(java.util.Collection<java.lang.Long> longs) |
ParametersI |
ParametersI.addLong(java.lang.String name,
long l) |
ParametersI |
ParametersI.addLong(java.lang.String name,
omero.RLong l) |
ParametersI |
ParametersI.addLongs(java.lang.String name,
java.util.Collection<java.lang.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.map()
非推奨です。
|
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() |