Package omeroweb :: Package webclient :: Package controller :: Module share :: Class BaseShare
[hide private]
[frames] | no frames]

Class BaseShare

source code


Instance Methods [hide private]
 
__init__(self, conn, conn_share=None, share_id=None, **kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
createShare(self, host, blitz_id, image, message, members, enable, expiration=None) source code
 
createDiscussion(self, host, blitz_id, message, members, enable, expiration=None) source code
 
updateShareOrDiscussion(self, host, blitz_id, message, members, enable, expiration=None) source code
 
addComment(self, host, blitz_id, comment) source code
 
getShares(self) source code
 
getComments(self, share_id) source code
 
removeImage(self, image_id) source code
 
getMembers(self, share_id) source code
 
getAllUsers(self, share_id) source code
 
loadShareContent(self) source code
 
loadShareOwnerContent(self) source code

Inherited from BaseController: doPaging, getShareId

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

Class Variables [hide private]
  shares = None
hash(x)
  shSize = None
hash(x)
  ownShares = None
hash(x)
  oshSize = 0
  memberShares = None
hash(x)
  mshSize = 0
  share = None
hash(x)
  imageInShare = None
hash(x)
  imgSize = 0
  membersInShare = None
hash(x)
  comments = None
hash(x)
  cmSize = None
hash(x)

Inherited from BaseController: conn, eContext

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, conn, conn_share=None, share_id=None, **kw)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)