|
__init__(self,
username=None,
passwd=None,
client_obj=None,
group=None,
clone=False,
try_super=False,
host=None,
port=None,
extra_config=[],
secure=False,
useragent=None)
TODO: Constructor |
source code
|
|
|
|
|
|
|
|
|
suConn(self,
username,
group=None,
ttl=60000)
If current user isAdmin, return new connection owned by 'username' |
source code
|
|
|
|
|
|
|
|
|
_createProxies(self)
Creates proxies to the server services. |
source code
|
|
|
setSecure(self,
secure=True)
Switches between SSL and insecure (faster) connections to Blitz. |
source code
|
|
|
isSecure(self)
Returns 'True' if the underlying omero.clients.BaseClient is
connected using SSL |
source code
|
|
|
_createSession(self,
skipSUuid=False)
Creates a new session for the principal given in the constructor. |
source code
|
|
|
|
|
_resetOmeroClient(self)
Resets omero.client object. |
source code
|
|
|
connect(self,
sUuid=None)
Creates or retrieves connection for the given sessionUuid. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
omero.gateway.ProxyObjectWrapper
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getGroup(self,
gid)
Fetch an Group and all contained users. |
source code
|
|
|
lookupGroup(self,
name)
Look up an Group and all contained users by name. |
source code
|
|
|
getDefaultGroup(self,
eid)
Retrieve the default group for the given user id. |
source code
|
|
|
|
|
getGroupsLeaderOf(self)
Look up Groups where current user is a leader of. |
source code
|
|
|
getGroupsMemberOf(self)
Look up Groups where current user is a member of (except
"user"). |
source code
|
|
|
|
|
|
|
|
|
|
|
getColleagues(self)
Look up users who are a member of the current user active group. |
source code
|
|
|
getStaffs(self)
Look up users who are a member of the group owned by the current
user. |
source code
|
|
|
getColleaguesAndStaffs(self)
Look up users who are a member of the current user active group and
users who are a member of the group owned by the current user. |
source code
|
|
|
|
|
lookupOwnedGroups(self)
Looks up owned groups for the logged user. |
source code
|
|
|
getUsedSpace(self)
Returns the total space in bytes for this file system including
nested subdirectories. |
source code
|
|
|
getFreeSpace(self)
Returns the free or available space on this file system including
nested subdirectories. |
source code
|
|
|
getUsage(self)
Returns list of users and how much space each of them use. |
source code
|
|
|
|
|
getOwnShares(self)
Gets all owned shares for the current user. |
source code
|
|
|
getMemberShares(self)
Gets all shares where current user is a member. |
source code
|
|
|
|
|
getCommentCount(self,
share_ids)
Returns a map from share id to comment count. |
source code
|
|
|
getContents(self,
share_id)
Looks up all items belong to the share. |
source code
|
|
|
getComments(self,
share_id)
Looks up all comments which belong to the share. |
source code
|
|
|
getAllMembers(self,
share_id)
Get all {@link Experimenter users} who are a member of the share. |
source code
|
|
|
getAllGuests(self,
share_id)
Get the email addresses for all share guests. |
source code
|
|
|
getAllUsers(self,
share_id)
Get a single set containing the login names of the users as well
email addresses for guests. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
getShare(self,
oid)
Gets share for the given share id. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
deleteAnnotation(self,
oid,
child=None,
anns=None) |
source code
|
|
|
|
|
|
|
|
|
deleteDataset(self,
obj,
child=None,
anns=None) |
source code
|
|
|
deleteProject(self,
obj,
child=None,
anns=None) |
source code
|
|
|
deleteScreen(self,
obj,
child=None,
anns=None) |
source code
|
|
|
searchImages(self,
text=None,
created=None) |
source code
|
|
|
searchDatasets(self,
text=None,
created=None) |
source code
|
|
|
searchProjects(self,
text=None,
created=None) |
source code
|
|
|
searchScreens(self,
text=None,
created=None) |
source code
|
|
|
searchPlates(self,
text=None,
created=None) |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|