Package omero.api
Interface IShare
-
- All Superinterfaces:
_IShareOperations
,_IShareOperationsNC
,_ServiceInterfaceOperations
,_ServiceInterfaceOperationsNC
,Ice.Object
,ServiceInterface
- All Known Implementing Classes:
_IShareDisp
,_IShareTie
public interface IShare extends Ice.Object, _IShareOperations, _IShareOperationsNC, ServiceInterface
Provides method for sharing - collaboration process for images, datasets, projects.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ice_staticId
static long
serialVersionUID
-
Method Summary
-
Methods inherited from interface omero.api._IShareOperations
activate_async, addComment_async, addGuest_async, addGuests_async, addObject_async, addObjects_async, addReply_async, addUser_async, addUsers_async, closeShare_async, createShare_async, deactivate_async, deleteComment_async, getActiveConnections_async, getAllGuests_async, getAllMembers_async, getAllUsers_async, getCommentCount_async, getComments_async, getContentMap_async, getContents_async, getContentSize_async, getContentSubList_async, getEvents_async, getMemberCount_async, getMemberShares_async, getMemberSharesFor_async, getOwnShares_async, getPastConnections_async, getShare_async, getSharesOwnedBy_async, invalidateConnection_async, notifyMembersOfShare_async, removeGuest_async, removeGuests_async, removeObject_async, removeObjects_async, removeUser_async, removeUsers_async, setActive_async, setDescription_async, setExpiration_async
-
Methods inherited from interface omero.api._IShareOperationsNC
activate_async, addComment_async, addGuest_async, addGuests_async, addObject_async, addObjects_async, addReply_async, addUser_async, addUsers_async, closeShare_async, createShare_async, deactivate_async, deleteComment_async, getActiveConnections_async, getAllGuests_async, getAllMembers_async, getAllUsers_async, getCommentCount_async, getComments_async, getContentMap_async, getContents_async, getContentSize_async, getContentSubList_async, getEvents_async, getMemberCount_async, getMemberShares_async, getMemberSharesFor_async, getOwnShares_async, getPastConnections_async, getShare_async, getSharesOwnedBy_async, invalidateConnection_async, notifyMembersOfShare_async, removeGuest_async, removeGuests_async, removeObject_async, removeObjects_async, removeUser_async, removeUsers_async, setActive_async, setDescription_async, setExpiration_async
-
-
-
-
Field Detail
-
ice_staticId
static final java.lang.String ice_staticId
- See Also:
- Constant Field Values
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-