Bases: exceptions.Exception
Bases: omero.gateway.scripts.dbhelpers.ObjectEntry
Bases: omero.gateway.scripts.dbhelpers.ObjectEntry
Bases: object
Bases: omero.gateway.scripts.dbhelpers.ObjectEntry
Bases: object
If expected permissions have been set, then this will change group permissions to those requested if not already equal. If groupperms are None, then nothing will be checked.
If expected permissions have been set, then this will enforce equality. If groupperms are None, then nothing will be checked.
Library for gateway tests
Copyright 2009 Glencoe Software, Inc. All rights reserved. Use is subject to license terms supplied in LICENSE.txt
Bases: object
Create/link a Project and/or Dataset (link them if both are specified) Existing objects can be parsed as an omero.model object(s) or blitz Wrapper objects. Otherwise new objects will be created with name str(project) or str(dataset). If project OR dataset is specified, the ProjectWrapper or DatasetWrapper is returned. If both project and dataset are specified, they will be linked and the PD-link is returned as a BlitzObjectWrapper.
Creates a test image of the required dimensions, where each pixel value is set to the average value of x & y. If dataset (obj or name) is specified, will be linked to image. If project (obj or name) is specified, will be created/linked to dataset (if dataset not None)