Version: 5.3.5-ice35-b73

OmeroBlitz API
Home Previous Up Next Index

omero::cmd::Chown2

Overview

class Chown2 extends GraphModify2

Change the ownership of model objects. The user must be an administrator, or they must be an owner of the objects' group, with the target user a member of the objects' group.

Data Member Index

userId
The ID of the experimenter to which to give the model objects.
targetUsers
The users who should have all their data targeted.

Data Members

long userId;

The ID of the experimenter to which to give the model objects.

api::LongList targetUsers;

The users who should have all their data targeted.


Home Previous Up Next Index