Version: 5.0.8-ice34-b60

OmeroBlitz Api
Home Previous Up Next Index

omero::cmd::Chmod

Overview

class Chmod extends GraphModify

Modifies the permissions settings for the given object. Most permission modifications will be quite fast and will specify this as returning a small number of steps in the status object. When lowering a READ setting, however, all existing data will need to be checked and there will be a minimum of one step per table in the database. At the moment, the only supported type is "/ExperimenterGroup".

Data Member Index

permissions
String representation of the permissions which should be set on the object.

Data Members

string permissions;

String representation of the permissions which should be set on the object.


Home Previous Up Next Index