Bases: Ice.Object
Maps the ome.system.EventContext interface. Represents the information known by the server security system about the current user login.
Bases: IcePy.ObjectPrx
Bases: Ice.Object
Provides common filters which MAY be applied to a query. Check the documentation for the particular method for more information on how these values will be interpreted as well as default values if they are missing. In general they are intended to mean:
unique := similar to SQL’s “”DISTINCT”” keyword
ownerId := (some) objects queried should belong to this user
groupId := (some) objects queried should belong to this group
preferOwner := true implies if if ownerId and groupId are both defined, use only ownerId
offset/limit := represent a page which should be loaded Note: servers may choose to impose a maximum limit.
start/endTime := (some) objects queried shoud have been created and/or modified within time span.
Bases: IcePy.ObjectPrx
Bases: Ice.Object
Similar to Filter, provides common options which MAY be applied on a given method. Check each interface’s documentation for more details.
leaves := whether or not graph leaves (usually images) should be loaded
orphan := whether or not orphaned objects (e.g. datasets not in a project) should be loaded
acquisition...:= whether or not acquisitionData (objectives, etc.) should be loaded
Bases: IcePy.ObjectPrx
Bases: Ice.Object
Holder for all the parameters which can be taken to a query.
Bases: omero.sys.Parameters
Helper subclass of omero.sys.Parameters for simplifying method parameter creation.
if arg is None, return None, otherwise use the rt callable to wrap the argument.
Removes the <code>experimenter</code> parameter from the map.
Removes the <code>group</code> parameter from the map.
Removes the time parameters from the map.
Sets the value of the <code>end time</code> parameter.
Sets the value of the <code>experimenter</code> parameter.
Returns the value of the <code>end time</code> parameter.
Returns the value of the <code>experimenter</code> parameter.
Returns the value of the <code>group</code> parameter.
Returns the value of the limit parameter.
Returns the value of the offset parameter.
Returns the value of the <code>start time</code> parameter.
Sets the value of the <code>group</code> parameter.
Returns <code>true</code> if the map contains the <code>end time</code> parameter, <code>false</code> otherwise.
Returns <code>true</code> if the filter contains and <code>ownerId</code> parameter, <code>false</code> otherwise.
Returns <code>true</code> if the filter contains an <code>groupId</code>, <code>false</code> otherwise.
Returns True if the filter contains a limit OR an offset, False otherwise.
Returns <code>true</code> if the map contains the <code>startTime</code> parameter, <code>false</code> otherwise.
Nulls both the Filter.limit and Filter.offset values.
Sets both the Filter.limit and Filter.offset values by wrapping the arguments in omero.RInts if necessary.
Sets the value of the <code>start time</code> parameter.
Bases: IcePy.ObjectPrx
Bases: Ice.Object
Principal used for login, etc.
Bases: IcePy.ObjectPrx
Bases: Ice.Object
Server-constants used for determining particular groups and users.