Package omero :: Package plugins :: Module chgrp :: Class ChgrpControl
[hide private]
[frames] | no frames]

Class ChgrpControl

source code


Instance Methods [hide private]
 
cmd_type(self) source code
 
_pre_objects(self, parser)
Allows configuring before the "obj" n-argument is added.
source code
 
_process_request(self, req, args, client)
Allow specific filling of parameters in the request.
source code

Inherited from cli.GraphControl: append_options, edit_options, main_method

Inherited from cli.GraphControl (private): _configure

Inherited from cli.CmdControl: get_error, line_to_opts, print_detailed_report, print_report, response

Inherited from cli.BaseControl: __init__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

cmd_type(self)

source code 
Overrides: cli.CmdControl.cmd_type

_pre_objects(self, parser)

source code 

Allows configuring before the "obj" n-argument is added.

Overrides: cli.GraphControl._pre_objects
(inherited documentation)

_process_request(self, req, args, client)

source code 

Allow specific filling of parameters in the request.

Overrides: cli.CmdControl._process_request
(inherited documentation)