Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::cmd::Chmod

Overview

[ "deprecated:use omero::cmd::Chmod2 instead" ] 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".

This class is deprecated.

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.

This member is deprecated.


Home Previous Up Next Index