Package omero :: Package plugins :: Module group :: Class GroupControl
[hide private]
[frames] | no frames]

Class GroupControl

source code


Instance Methods [hide private]
 
_configure(self, parser) source code
 
add_permissions_arguments(self, parser) source code
 
add_group_arguments(self, parser) source code
 
add_user_arguments(self, parser, action="join", owner_desc="") source code
 
parse_perms(self, args) source code
 
add(self, args) source code
 
perms(self, args) source code
 
list(self, args) source code
 
parse_groupid(self, a, args) source code
 
list_users(self, a, args) source code
 
filter_users(self, uids, group, owner=False, join=True) source code
 
copyusers(self, args) source code
 
adduser(self, args) source code
 
removeuser(self, args) source code

Inherited from cli.UserGroupControl: addownersbyid, addusersbyid, error_ambiguous_group, error_ambiguous_user, error_invalid_group, error_invalid_groupid, error_invalid_user, error_invalid_userid, error_no_group_found, error_no_input_group, error_no_input_user, error_no_user_found, find_group, find_group_by_id, find_group_by_name, find_user, find_user_by_id, find_user_by_name, getmemberids, getownerids, getuserids, removeownersbyid, removeusersbyid

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__