OmeroBlitz API
Home Previous Up Next Index

omero::cmd::Chmod2

Overview

class Chmod2 extends GraphModify2

Change the permissions on model objects. The user must be an administrator with the {@code ModifyGroup} model::AdminPrivilege, the owner of the objects, or an owner of the objects' group. The only permitted target object type is model::ExperimenterGroup.

Data Member Index

permissions
The permissions to set on the model objects.

Data Members

string permissions;

The permissions to set on the model objects.


Home Previous Up Next Index