Package omero.api
Interface ISharePrx
-
- All Superinterfaces:
Ice.ObjectPrx
,ServiceInterfacePrx
- All Known Implementing Classes:
ISharePrxHelper
public interface ISharePrx extends ServiceInterfacePrx
Provides method for sharing - collaboration process for images, datasets, projects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
activate(long shareId)
Turns on the access control lists attached to the given share for the current session.void
activate(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Turns on the access control lists attached to the given share for the current session.TextAnnotation
addComment(long shareId, java.lang.String comment)
CreatesTextAnnotation
comment forSession
share.TextAnnotation
addComment(long shareId, java.lang.String comment, java.util.Map<java.lang.String,java.lang.String> __ctx)
CreatesTextAnnotation
comment forSession
share.void
addGuest(long shareId, java.lang.String emailAddress)
Adds guest email address to the share.void
addGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx)
Adds guest email address to the share.void
addGuests(long shareId, java.util.List<java.lang.String> emailAddresses)
Adds guest email addresses to the share.void
addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx)
Adds guest email addresses to the share.void
addObject(long shareId, IObject iobject)
void
addObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx)
void
addObjects(long shareId, java.util.List<IObject> iobjects)
void
addObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx)
TextAnnotation
addReply(long shareId, java.lang.String comment, TextAnnotation replyTo)
CreatesTextAnnotation
comment which replies to an existing comment.TextAnnotation
addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, java.util.Map<java.lang.String,java.lang.String> __ctx)
CreatesTextAnnotation
comment which replies to an existing comment.void
addUser(long shareId, Experimenter exp)
AddsExperimenter
experimenter toSession
share.void
addUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx)
AddsExperimenter
experimenter toSession
share.void
addUsers(long shareId, java.util.List<Experimenter> exps)
AddsExperimenter
experimenters toSession
share.void
addUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx)
AddsExperimenter
experimenters toSession
share.Ice.AsyncResult
begin_activate(long shareId)
Turns on the access control lists attached to the given share for the current session.Ice.AsyncResult
begin_activate(long shareId, Ice.Callback __cb)
Turns on the access control lists attached to the given share for the current session.Ice.AsyncResult
begin_activate(long shareId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Turns on the access control lists attached to the given share for the current session.Ice.AsyncResult
begin_activate(long shareId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Turns on the access control lists attached to the given share for the current session.Ice.AsyncResult
begin_activate(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Turns on the access control lists attached to the given share for the current session.Ice.AsyncResult
begin_activate(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Turns on the access control lists attached to the given share for the current session.Ice.AsyncResult
begin_activate(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Turns on the access control lists attached to the given share for the current session.Ice.AsyncResult
begin_activate(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Turns on the access control lists attached to the given share for the current session.Ice.AsyncResult
begin_activate(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_activate __cb)
Turns on the access control lists attached to the given share for the current session.Ice.AsyncResult
begin_activate(long shareId, Callback_IShare_activate __cb)
Turns on the access control lists attached to the given share for the current session.Ice.AsyncResult
begin_addComment(long shareId, java.lang.String comment)
CreatesTextAnnotation
comment forSession
share.Ice.AsyncResult
begin_addComment(long shareId, java.lang.String comment, Ice.Callback __cb)
CreatesTextAnnotation
comment forSession
share.Ice.AsyncResult
begin_addComment(long shareId, java.lang.String comment, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
CreatesTextAnnotation
comment forSession
share.Ice.AsyncResult
begin_addComment(long shareId, java.lang.String comment, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
CreatesTextAnnotation
comment forSession
share.Ice.AsyncResult
begin_addComment(long shareId, java.lang.String comment, java.util.Map<java.lang.String,java.lang.String> __ctx)
CreatesTextAnnotation
comment forSession
share.Ice.AsyncResult
begin_addComment(long shareId, java.lang.String comment, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
CreatesTextAnnotation
comment forSession
share.Ice.AsyncResult
begin_addComment(long shareId, java.lang.String comment, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
CreatesTextAnnotation
comment forSession
share.Ice.AsyncResult
begin_addComment(long shareId, java.lang.String comment, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
CreatesTextAnnotation
comment forSession
share.Ice.AsyncResult
begin_addComment(long shareId, java.lang.String comment, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addComment __cb)
CreatesTextAnnotation
comment forSession
share.Ice.AsyncResult
begin_addComment(long shareId, java.lang.String comment, Callback_IShare_addComment __cb)
CreatesTextAnnotation
comment forSession
share.Ice.AsyncResult
begin_addGuest(long shareId, java.lang.String emailAddress)
Adds guest email address to the share.Ice.AsyncResult
begin_addGuest(long shareId, java.lang.String emailAddress, Ice.Callback __cb)
Adds guest email address to the share.Ice.AsyncResult
begin_addGuest(long shareId, java.lang.String emailAddress, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Adds guest email address to the share.Ice.AsyncResult
begin_addGuest(long shareId, java.lang.String emailAddress, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Adds guest email address to the share.Ice.AsyncResult
begin_addGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx)
Adds guest email address to the share.Ice.AsyncResult
begin_addGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Adds guest email address to the share.Ice.AsyncResult
begin_addGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Adds guest email address to the share.Ice.AsyncResult
begin_addGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Adds guest email address to the share.Ice.AsyncResult
begin_addGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addGuest __cb)
Adds guest email address to the share.Ice.AsyncResult
begin_addGuest(long shareId, java.lang.String emailAddress, Callback_IShare_addGuest __cb)
Adds guest email address to the share.Ice.AsyncResult
begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses)
Adds guest email addresses to the share.Ice.AsyncResult
begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, Ice.Callback __cb)
Adds guest email addresses to the share.Ice.AsyncResult
begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Adds guest email addresses to the share.Ice.AsyncResult
begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Adds guest email addresses to the share.Ice.AsyncResult
begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx)
Adds guest email addresses to the share.Ice.AsyncResult
begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Adds guest email addresses to the share.Ice.AsyncResult
begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Adds guest email addresses to the share.Ice.AsyncResult
begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Adds guest email addresses to the share.Ice.AsyncResult
begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addGuests __cb)
Adds guest email addresses to the share.Ice.AsyncResult
begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, Callback_IShare_addGuests __cb)
Adds guest email addresses to the share.Ice.AsyncResult
begin_addObject(long shareId, IObject iobject)
Ice.AsyncResult
begin_addObject(long shareId, IObject iobject, Ice.Callback __cb)
Ice.AsyncResult
begin_addObject(long shareId, IObject iobject, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_addObject(long shareId, IObject iobject, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_addObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult
begin_addObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult
begin_addObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_addObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_addObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addObject __cb)
Ice.AsyncResult
begin_addObject(long shareId, IObject iobject, Callback_IShare_addObject __cb)
Ice.AsyncResult
begin_addObjects(long shareId, java.util.List<IObject> iobjects)
Ice.AsyncResult
begin_addObjects(long shareId, java.util.List<IObject> iobjects, Ice.Callback __cb)
Ice.AsyncResult
begin_addObjects(long shareId, java.util.List<IObject> iobjects, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_addObjects(long shareId, java.util.List<IObject> iobjects, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_addObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult
begin_addObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult
begin_addObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_addObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_addObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addObjects __cb)
Ice.AsyncResult
begin_addObjects(long shareId, java.util.List<IObject> iobjects, Callback_IShare_addObjects __cb)
Ice.AsyncResult
begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo)
CreatesTextAnnotation
comment which replies to an existing comment.Ice.AsyncResult
begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, Ice.Callback __cb)
CreatesTextAnnotation
comment which replies to an existing comment.Ice.AsyncResult
begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
CreatesTextAnnotation
comment which replies to an existing comment.Ice.AsyncResult
begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
CreatesTextAnnotation
comment which replies to an existing comment.Ice.AsyncResult
begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, java.util.Map<java.lang.String,java.lang.String> __ctx)
CreatesTextAnnotation
comment which replies to an existing comment.Ice.AsyncResult
begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
CreatesTextAnnotation
comment which replies to an existing comment.Ice.AsyncResult
begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
CreatesTextAnnotation
comment which replies to an existing comment.Ice.AsyncResult
begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
CreatesTextAnnotation
comment which replies to an existing comment.Ice.AsyncResult
begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addReply __cb)
CreatesTextAnnotation
comment which replies to an existing comment.Ice.AsyncResult
begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, Callback_IShare_addReply __cb)
CreatesTextAnnotation
comment which replies to an existing comment.Ice.AsyncResult
begin_addUser(long shareId, Experimenter exp)
AddsExperimenter
experimenter toSession
share.Ice.AsyncResult
begin_addUser(long shareId, Experimenter exp, Ice.Callback __cb)
AddsExperimenter
experimenter toSession
share.Ice.AsyncResult
begin_addUser(long shareId, Experimenter exp, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
AddsExperimenter
experimenter toSession
share.Ice.AsyncResult
begin_addUser(long shareId, Experimenter exp, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
AddsExperimenter
experimenter toSession
share.Ice.AsyncResult
begin_addUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx)
AddsExperimenter
experimenter toSession
share.Ice.AsyncResult
begin_addUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
AddsExperimenter
experimenter toSession
share.Ice.AsyncResult
begin_addUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
AddsExperimenter
experimenter toSession
share.Ice.AsyncResult
begin_addUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
AddsExperimenter
experimenter toSession
share.Ice.AsyncResult
begin_addUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addUser __cb)
AddsExperimenter
experimenter toSession
share.Ice.AsyncResult
begin_addUser(long shareId, Experimenter exp, Callback_IShare_addUser __cb)
AddsExperimenter
experimenter toSession
share.Ice.AsyncResult
begin_addUsers(long shareId, java.util.List<Experimenter> exps)
AddsExperimenter
experimenters toSession
share.Ice.AsyncResult
begin_addUsers(long shareId, java.util.List<Experimenter> exps, Ice.Callback __cb)
AddsExperimenter
experimenters toSession
share.Ice.AsyncResult
begin_addUsers(long shareId, java.util.List<Experimenter> exps, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
AddsExperimenter
experimenters toSession
share.Ice.AsyncResult
begin_addUsers(long shareId, java.util.List<Experimenter> exps, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
AddsExperimenter
experimenters toSession
share.Ice.AsyncResult
begin_addUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx)
AddsExperimenter
experimenters toSession
share.Ice.AsyncResult
begin_addUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
AddsExperimenter
experimenters toSession
share.Ice.AsyncResult
begin_addUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
AddsExperimenter
experimenters toSession
share.Ice.AsyncResult
begin_addUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
AddsExperimenter
experimenters toSession
share.Ice.AsyncResult
begin_addUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addUsers __cb)
AddsExperimenter
experimenters toSession
share.Ice.AsyncResult
begin_addUsers(long shareId, java.util.List<Experimenter> exps, Callback_IShare_addUsers __cb)
AddsExperimenter
experimenters toSession
share.Ice.AsyncResult
begin_closeShare(long shareId)
ClosesSession
share.Ice.AsyncResult
begin_closeShare(long shareId, Ice.Callback __cb)
ClosesSession
share.Ice.AsyncResult
begin_closeShare(long shareId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ClosesSession
share.Ice.AsyncResult
begin_closeShare(long shareId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ClosesSession
share.Ice.AsyncResult
begin_closeShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
ClosesSession
share.Ice.AsyncResult
begin_closeShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ClosesSession
share.Ice.AsyncResult
begin_closeShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ClosesSession
share.Ice.AsyncResult
begin_closeShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ClosesSession
share.Ice.AsyncResult
begin_closeShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_closeShare __cb)
ClosesSession
share.Ice.AsyncResult
begin_closeShare(long shareId, Callback_IShare_closeShare __cb)
ClosesSession
share.Ice.AsyncResult
begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled)
Ice.AsyncResult
begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, Ice.Callback __cb)
Ice.AsyncResult
begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult
begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult
begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_createShare __cb)
Ice.AsyncResult
begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, Callback_IShare_createShare __cb)
Ice.AsyncResult
begin_deactivate()
Turns off the access control lists with the current share.Ice.AsyncResult
begin_deactivate(Ice.Callback __cb)
Turns off the access control lists with the current share.Ice.AsyncResult
begin_deactivate(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Turns off the access control lists with the current share.Ice.AsyncResult
begin_deactivate(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Turns off the access control lists with the current share.Ice.AsyncResult
begin_deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx)
Turns off the access control lists with the current share.Ice.AsyncResult
begin_deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Turns off the access control lists with the current share.Ice.AsyncResult
begin_deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Turns off the access control lists with the current share.Ice.AsyncResult
begin_deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Turns off the access control lists with the current share.Ice.AsyncResult
begin_deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_deactivate __cb)
Turns off the access control lists with the current share.Ice.AsyncResult
begin_deactivate(Callback_IShare_deactivate __cb)
Turns off the access control lists with the current share.Ice.AsyncResult
begin_deleteComment(Annotation comment)
DeletesAnnotation
comment from the database.Ice.AsyncResult
begin_deleteComment(Annotation comment, Ice.Callback __cb)
DeletesAnnotation
comment from the database.Ice.AsyncResult
begin_deleteComment(Annotation comment, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
DeletesAnnotation
comment from the database.Ice.AsyncResult
begin_deleteComment(Annotation comment, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
DeletesAnnotation
comment from the database.Ice.AsyncResult
begin_deleteComment(Annotation comment, java.util.Map<java.lang.String,java.lang.String> __ctx)
DeletesAnnotation
comment from the database.Ice.AsyncResult
begin_deleteComment(Annotation comment, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
DeletesAnnotation
comment from the database.Ice.AsyncResult
begin_deleteComment(Annotation comment, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
DeletesAnnotation
comment from the database.Ice.AsyncResult
begin_deleteComment(Annotation comment, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
DeletesAnnotation
comment from the database.Ice.AsyncResult
begin_deleteComment(Annotation comment, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_deleteComment __cb)
DeletesAnnotation
comment from the database.Ice.AsyncResult
begin_deleteComment(Annotation comment, Callback_IShare_deleteComment __cb)
DeletesAnnotation
comment from the database.Ice.AsyncResult
begin_getActiveConnections(long shareId)
Gets actual active connections toSession
share.Ice.AsyncResult
begin_getActiveConnections(long shareId, Ice.Callback __cb)
Gets actual active connections toSession
share.Ice.AsyncResult
begin_getActiveConnections(long shareId, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets actual active connections toSession
share.Ice.AsyncResult
begin_getActiveConnections(long shareId, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets actual active connections toSession
share.Ice.AsyncResult
begin_getActiveConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets actual active connections toSession
share.Ice.AsyncResult
begin_getActiveConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Gets actual active connections toSession
share.Ice.AsyncResult
begin_getActiveConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets actual active connections toSession
share.Ice.AsyncResult
begin_getActiveConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets actual active connections toSession
share.Ice.AsyncResult
begin_getActiveConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getActiveConnections __cb)
Gets actual active connections toSession
share.Ice.AsyncResult
begin_getActiveConnections(long shareId, Callback_IShare_getActiveConnections __cb)
Gets actual active connections toSession
share.Ice.AsyncResult
begin_getAllGuests(long shareId)
Get the email addresses for all share guests.Ice.AsyncResult
begin_getAllGuests(long shareId, Ice.Callback __cb)
Get the email addresses for all share guests.Ice.AsyncResult
begin_getAllGuests(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get the email addresses for all share guests.Ice.AsyncResult
begin_getAllGuests(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Get the email addresses for all share guests.Ice.AsyncResult
begin_getAllGuests(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Get the email addresses for all share guests.Ice.AsyncResult
begin_getAllGuests(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Get the email addresses for all share guests.Ice.AsyncResult
begin_getAllGuests(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get the email addresses for all share guests.Ice.AsyncResult
begin_getAllGuests(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Get the email addresses for all share guests.Ice.AsyncResult
begin_getAllGuests(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getAllGuests __cb)
Get the email addresses for all share guests.Ice.AsyncResult
begin_getAllGuests(long shareId, Callback_IShare_getAllGuests __cb)
Get the email addresses for all share guests.Ice.AsyncResult
begin_getAllMembers(long shareId)
Get allExperimenter
users who are a member of the share.Ice.AsyncResult
begin_getAllMembers(long shareId, Ice.Callback __cb)
Get allExperimenter
users who are a member of the share.Ice.AsyncResult
begin_getAllMembers(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get allExperimenter
users who are a member of the share.Ice.AsyncResult
begin_getAllMembers(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Get allExperimenter
users who are a member of the share.Ice.AsyncResult
begin_getAllMembers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Get allExperimenter
users who are a member of the share.Ice.AsyncResult
begin_getAllMembers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Get allExperimenter
users who are a member of the share.Ice.AsyncResult
begin_getAllMembers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get allExperimenter
users who are a member of the share.Ice.AsyncResult
begin_getAllMembers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Get allExperimenter
users who are a member of the share.Ice.AsyncResult
begin_getAllMembers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getAllMembers __cb)
Get allExperimenter
users who are a member of the share.Ice.AsyncResult
begin_getAllMembers(long shareId, Callback_IShare_getAllMembers __cb)
Get allExperimenter
users who are a member of the share.Ice.AsyncResult
begin_getAllUsers(long shareId)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.Ice.AsyncResult
begin_getAllUsers(long shareId, Ice.Callback __cb)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.Ice.AsyncResult
begin_getAllUsers(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.Ice.AsyncResult
begin_getAllUsers(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.Ice.AsyncResult
begin_getAllUsers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.Ice.AsyncResult
begin_getAllUsers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.Ice.AsyncResult
begin_getAllUsers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.Ice.AsyncResult
begin_getAllUsers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.Ice.AsyncResult
begin_getAllUsers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getAllUsers __cb)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.Ice.AsyncResult
begin_getAllUsers(long shareId, Callback_IShare_getAllUsers __cb)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.Ice.AsyncResult
begin_getCommentCount(java.util.List<java.lang.Long> shareIds)
Returns a map from share id to comment count.Ice.AsyncResult
begin_getCommentCount(java.util.List<java.lang.Long> shareIds, Ice.Callback __cb)
Returns a map from share id to comment count.Ice.AsyncResult
begin_getCommentCount(java.util.List<java.lang.Long> shareIds, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns a map from share id to comment count.Ice.AsyncResult
begin_getCommentCount(java.util.List<java.lang.Long> shareIds, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns a map from share id to comment count.Ice.AsyncResult
begin_getCommentCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns a map from share id to comment count.Ice.AsyncResult
begin_getCommentCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns a map from share id to comment count.Ice.AsyncResult
begin_getCommentCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns a map from share id to comment count.Ice.AsyncResult
begin_getCommentCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns a map from share id to comment count.Ice.AsyncResult
begin_getCommentCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getCommentCount __cb)
Returns a map from share id to comment count.Ice.AsyncResult
begin_getCommentCount(java.util.List<java.lang.Long> shareIds, Callback_IShare_getCommentCount __cb)
Returns a map from share id to comment count.Ice.AsyncResult
begin_getComments(long shareId)
Looks up allAnnotation
comments which belong to theSession
share.Ice.AsyncResult
begin_getComments(long shareId, Ice.Callback __cb)
Looks up allAnnotation
comments which belong to theSession
share.Ice.AsyncResult
begin_getComments(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Looks up allAnnotation
comments which belong to theSession
share.Ice.AsyncResult
begin_getComments(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Looks up allAnnotation
comments which belong to theSession
share.Ice.AsyncResult
begin_getComments(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up allAnnotation
comments which belong to theSession
share.Ice.AsyncResult
begin_getComments(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Looks up allAnnotation
comments which belong to theSession
share.Ice.AsyncResult
begin_getComments(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Looks up allAnnotation
comments which belong to theSession
share.Ice.AsyncResult
begin_getComments(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Looks up allAnnotation
comments which belong to theSession
share.Ice.AsyncResult
begin_getComments(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getComments __cb)
Looks up allAnnotation
comments which belong to theSession
share.Ice.AsyncResult
begin_getComments(long shareId, Callback_IShare_getComments __cb)
Looks up allAnnotation
comments which belong to theSession
share.Ice.AsyncResult
begin_getContentMap(long shareId)
Returns the contents of the share keyed by type.Ice.AsyncResult
begin_getContentMap(long shareId, Ice.Callback __cb)
Returns the contents of the share keyed by type.Ice.AsyncResult
begin_getContentMap(long shareId, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,long[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the contents of the share keyed by type.Ice.AsyncResult
begin_getContentMap(long shareId, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,long[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the contents of the share keyed by type.Ice.AsyncResult
begin_getContentMap(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the contents of the share keyed by type.Ice.AsyncResult
begin_getContentMap(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the contents of the share keyed by type.Ice.AsyncResult
begin_getContentMap(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,long[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the contents of the share keyed by type.Ice.AsyncResult
begin_getContentMap(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,long[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the contents of the share keyed by type.Ice.AsyncResult
begin_getContentMap(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getContentMap __cb)
Returns the contents of the share keyed by type.Ice.AsyncResult
begin_getContentMap(long shareId, Callback_IShare_getContentMap __cb)
Returns the contents of the share keyed by type.Ice.AsyncResult
begin_getContents(long shareId)
Ice.AsyncResult
begin_getContents(long shareId, Ice.Callback __cb)
Ice.AsyncResult
begin_getContents(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_getContents(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_getContents(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult
begin_getContents(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult
begin_getContents(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_getContents(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_getContents(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getContents __cb)
Ice.AsyncResult
begin_getContents(long shareId, Callback_IShare_getContents __cb)
Ice.AsyncResult
begin_getContentSize(long shareId)
Returns the number of items in the share.Ice.AsyncResult
begin_getContentSize(long shareId, Ice.Callback __cb)
Returns the number of items in the share.Ice.AsyncResult
begin_getContentSize(long shareId, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the number of items in the share.Ice.AsyncResult
begin_getContentSize(long shareId, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the number of items in the share.Ice.AsyncResult
begin_getContentSize(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the number of items in the share.Ice.AsyncResult
begin_getContentSize(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the number of items in the share.Ice.AsyncResult
begin_getContentSize(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the number of items in the share.Ice.AsyncResult
begin_getContentSize(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the number of items in the share.Ice.AsyncResult
begin_getContentSize(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getContentSize __cb)
Returns the number of items in the share.Ice.AsyncResult
begin_getContentSize(long shareId, Callback_IShare_getContentSize __cb)
Returns the number of items in the share.Ice.AsyncResult
begin_getContentSubList(long shareId, int start, int finish)
Returns a range of items from the share.Ice.AsyncResult
begin_getContentSubList(long shareId, int start, int finish, Ice.Callback __cb)
Returns a range of items from the share.Ice.AsyncResult
begin_getContentSubList(long shareId, int start, int finish, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns a range of items from the share.Ice.AsyncResult
begin_getContentSubList(long shareId, int start, int finish, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns a range of items from the share.Ice.AsyncResult
begin_getContentSubList(long shareId, int start, int finish, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns a range of items from the share.Ice.AsyncResult
begin_getContentSubList(long shareId, int start, int finish, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns a range of items from the share.Ice.AsyncResult
begin_getContentSubList(long shareId, int start, int finish, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns a range of items from the share.Ice.AsyncResult
begin_getContentSubList(long shareId, int start, int finish, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns a range of items from the share.Ice.AsyncResult
begin_getContentSubList(long shareId, int start, int finish, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getContentSubList __cb)
Returns a range of items from the share.Ice.AsyncResult
begin_getContentSubList(long shareId, int start, int finish, Callback_IShare_getContentSubList __cb)
Returns a range of items from the share.Ice.AsyncResult
begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to)
Gets events forSession
share perExperimenter
experimenter for period of time.Ice.AsyncResult
begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, Ice.Callback __cb)
Gets events forSession
share perExperimenter
experimenter for period of time.Ice.AsyncResult
begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets events forSession
share perExperimenter
experimenter for period of time.Ice.AsyncResult
begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets events forSession
share perExperimenter
experimenter for period of time.Ice.AsyncResult
begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets events forSession
share perExperimenter
experimenter for period of time.Ice.AsyncResult
begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Gets events forSession
share perExperimenter
experimenter for period of time.Ice.AsyncResult
begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets events forSession
share perExperimenter
experimenter for period of time.Ice.AsyncResult
begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets events forSession
share perExperimenter
experimenter for period of time.Ice.AsyncResult
begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getEvents __cb)
Gets events forSession
share perExperimenter
experimenter for period of time.Ice.AsyncResult
begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, Callback_IShare_getEvents __cb)
Gets events forSession
share perExperimenter
experimenter for period of time.Ice.AsyncResult
begin_getMemberCount(java.util.List<java.lang.Long> shareIds)
Returns a map from share id to the count of total members (including the owner).Ice.AsyncResult
begin_getMemberCount(java.util.List<java.lang.Long> shareIds, Ice.Callback __cb)
Returns a map from share id to the count of total members (including the owner).Ice.AsyncResult
begin_getMemberCount(java.util.List<java.lang.Long> shareIds, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns a map from share id to the count of total members (including the owner).Ice.AsyncResult
begin_getMemberCount(java.util.List<java.lang.Long> shareIds, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns a map from share id to the count of total members (including the owner).Ice.AsyncResult
begin_getMemberCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns a map from share id to the count of total members (including the owner).Ice.AsyncResult
begin_getMemberCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns a map from share id to the count of total members (including the owner).Ice.AsyncResult
begin_getMemberCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns a map from share id to the count of total members (including the owner).Ice.AsyncResult
begin_getMemberCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns a map from share id to the count of total members (including the owner).Ice.AsyncResult
begin_getMemberCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getMemberCount __cb)
Returns a map from share id to the count of total members (including the owner).Ice.AsyncResult
begin_getMemberCount(java.util.List<java.lang.Long> shareIds, Callback_IShare_getMemberCount __cb)
Returns a map from share id to the count of total members (including the owner).Ice.AsyncResult
begin_getMemberShares(boolean active)
Gets all shares where currentExperimenter
is a member.Ice.AsyncResult
begin_getMemberShares(boolean active, Ice.Callback __cb)
Gets all shares where currentExperimenter
is a member.Ice.AsyncResult
begin_getMemberShares(boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets all shares where currentExperimenter
is a member.Ice.AsyncResult
begin_getMemberShares(boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets all shares where currentExperimenter
is a member.Ice.AsyncResult
begin_getMemberShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all shares where currentExperimenter
is a member.Ice.AsyncResult
begin_getMemberShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Gets all shares where currentExperimenter
is a member.Ice.AsyncResult
begin_getMemberShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets all shares where currentExperimenter
is a member.Ice.AsyncResult
begin_getMemberShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets all shares where currentExperimenter
is a member.Ice.AsyncResult
begin_getMemberShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getMemberShares __cb)
Gets all shares where currentExperimenter
is a member.Ice.AsyncResult
begin_getMemberShares(boolean active, Callback_IShare_getMemberShares __cb)
Gets all shares where currentExperimenter
is a member.Ice.AsyncResult
begin_getMemberSharesFor(Experimenter user, boolean active)
Gets all shares where givenExperimenter
is a member.Ice.AsyncResult
begin_getMemberSharesFor(Experimenter user, boolean active, Ice.Callback __cb)
Gets all shares where givenExperimenter
is a member.Ice.AsyncResult
begin_getMemberSharesFor(Experimenter user, boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets all shares where givenExperimenter
is a member.Ice.AsyncResult
begin_getMemberSharesFor(Experimenter user, boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets all shares where givenExperimenter
is a member.Ice.AsyncResult
begin_getMemberSharesFor(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all shares where givenExperimenter
is a member.Ice.AsyncResult
begin_getMemberSharesFor(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Gets all shares where givenExperimenter
is a member.Ice.AsyncResult
begin_getMemberSharesFor(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets all shares where givenExperimenter
is a member.Ice.AsyncResult
begin_getMemberSharesFor(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets all shares where givenExperimenter
is a member.Ice.AsyncResult
begin_getMemberSharesFor(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getMemberSharesFor __cb)
Gets all shares where givenExperimenter
is a member.Ice.AsyncResult
begin_getMemberSharesFor(Experimenter user, boolean active, Callback_IShare_getMemberSharesFor __cb)
Gets all shares where givenExperimenter
is a member.Ice.AsyncResult
begin_getOwnShares(boolean active)
Gets all owned shares for the currentExperimenter
.Ice.AsyncResult
begin_getOwnShares(boolean active, Ice.Callback __cb)
Gets all owned shares for the currentExperimenter
.Ice.AsyncResult
begin_getOwnShares(boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets all owned shares for the currentExperimenter
.Ice.AsyncResult
begin_getOwnShares(boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets all owned shares for the currentExperimenter
.Ice.AsyncResult
begin_getOwnShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all owned shares for the currentExperimenter
.Ice.AsyncResult
begin_getOwnShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Gets all owned shares for the currentExperimenter
.Ice.AsyncResult
begin_getOwnShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets all owned shares for the currentExperimenter
.Ice.AsyncResult
begin_getOwnShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets all owned shares for the currentExperimenter
.Ice.AsyncResult
begin_getOwnShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getOwnShares __cb)
Gets all owned shares for the currentExperimenter
.Ice.AsyncResult
begin_getOwnShares(boolean active, Callback_IShare_getOwnShares __cb)
Gets all owned shares for the currentExperimenter
.Ice.AsyncResult
begin_getPastConnections(long shareId)
Gets previous connections toSession
share.Ice.AsyncResult
begin_getPastConnections(long shareId, Ice.Callback __cb)
Gets previous connections toSession
share.Ice.AsyncResult
begin_getPastConnections(long shareId, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets previous connections toSession
share.Ice.AsyncResult
begin_getPastConnections(long shareId, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets previous connections toSession
share.Ice.AsyncResult
begin_getPastConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets previous connections toSession
share.Ice.AsyncResult
begin_getPastConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Gets previous connections toSession
share.Ice.AsyncResult
begin_getPastConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets previous connections toSession
share.Ice.AsyncResult
begin_getPastConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets previous connections toSession
share.Ice.AsyncResult
begin_getPastConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getPastConnections __cb)
Gets previous connections toSession
share.Ice.AsyncResult
begin_getPastConnections(long shareId, Callback_IShare_getPastConnections __cb)
Gets previous connections toSession
share.Ice.AsyncResult
begin_getShare(long shareId)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded.Ice.AsyncResult
begin_getShare(long shareId, Ice.Callback __cb)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded.Ice.AsyncResult
begin_getShare(long shareId, IceInternal.Functional_GenericCallback1<Share> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded.Ice.AsyncResult
begin_getShare(long shareId, IceInternal.Functional_GenericCallback1<Share> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded.Ice.AsyncResult
begin_getShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded.Ice.AsyncResult
begin_getShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded.Ice.AsyncResult
begin_getShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Share> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded.Ice.AsyncResult
begin_getShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Share> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded.Ice.AsyncResult
begin_getShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getShare __cb)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded.Ice.AsyncResult
begin_getShare(long shareId, Callback_IShare_getShare __cb)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded.Ice.AsyncResult
begin_getSharesOwnedBy(Experimenter user, boolean active)
Gets all shares owned by the givenExperimenter
.Ice.AsyncResult
begin_getSharesOwnedBy(Experimenter user, boolean active, Ice.Callback __cb)
Gets all shares owned by the givenExperimenter
.Ice.AsyncResult
begin_getSharesOwnedBy(Experimenter user, boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets all shares owned by the givenExperimenter
.Ice.AsyncResult
begin_getSharesOwnedBy(Experimenter user, boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets all shares owned by the givenExperimenter
.Ice.AsyncResult
begin_getSharesOwnedBy(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all shares owned by the givenExperimenter
.Ice.AsyncResult
begin_getSharesOwnedBy(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Gets all shares owned by the givenExperimenter
.Ice.AsyncResult
begin_getSharesOwnedBy(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets all shares owned by the givenExperimenter
.Ice.AsyncResult
begin_getSharesOwnedBy(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets all shares owned by the givenExperimenter
.Ice.AsyncResult
begin_getSharesOwnedBy(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getSharesOwnedBy __cb)
Gets all shares owned by the givenExperimenter
.Ice.AsyncResult
begin_getSharesOwnedBy(Experimenter user, boolean active, Callback_IShare_getSharesOwnedBy __cb)
Gets all shares owned by the givenExperimenter
.Ice.AsyncResult
begin_invalidateConnection(long shareId, Experimenter exp)
Makes the connection invalid forSession
share for specified user.Ice.AsyncResult
begin_invalidateConnection(long shareId, Experimenter exp, Ice.Callback __cb)
Makes the connection invalid forSession
share for specified user.Ice.AsyncResult
begin_invalidateConnection(long shareId, Experimenter exp, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Makes the connection invalid forSession
share for specified user.Ice.AsyncResult
begin_invalidateConnection(long shareId, Experimenter exp, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Makes the connection invalid forSession
share for specified user.Ice.AsyncResult
begin_invalidateConnection(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx)
Makes the connection invalid forSession
share for specified user.Ice.AsyncResult
begin_invalidateConnection(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Makes the connection invalid forSession
share for specified user.Ice.AsyncResult
begin_invalidateConnection(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Makes the connection invalid forSession
share for specified user.Ice.AsyncResult
begin_invalidateConnection(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Makes the connection invalid forSession
share for specified user.Ice.AsyncResult
begin_invalidateConnection(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_invalidateConnection __cb)
Makes the connection invalid forSession
share for specified user.Ice.AsyncResult
begin_invalidateConnection(long shareId, Experimenter exp, Callback_IShare_invalidateConnection __cb)
Makes the connection invalid forSession
share for specified user.Ice.AsyncResult
begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html)
Notifies via email selected members of share.Ice.AsyncResult
begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, Ice.Callback __cb)
Notifies via email selected members of share.Ice.AsyncResult
begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Notifies via email selected members of share.Ice.AsyncResult
begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Notifies via email selected members of share.Ice.AsyncResult
begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, java.util.Map<java.lang.String,java.lang.String> __ctx)
Notifies via email selected members of share.Ice.AsyncResult
begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Notifies via email selected members of share.Ice.AsyncResult
begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Notifies via email selected members of share.Ice.AsyncResult
begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Notifies via email selected members of share.Ice.AsyncResult
begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_notifyMembersOfShare __cb)
Notifies via email selected members of share.Ice.AsyncResult
begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, Callback_IShare_notifyMembersOfShare __cb)
Notifies via email selected members of share.Ice.AsyncResult
begin_removeGuest(long shareId, java.lang.String emailAddress)
Removes guest email address from share.Ice.AsyncResult
begin_removeGuest(long shareId, java.lang.String emailAddress, Ice.Callback __cb)
Removes guest email address from share.Ice.AsyncResult
begin_removeGuest(long shareId, java.lang.String emailAddress, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Removes guest email address from share.Ice.AsyncResult
begin_removeGuest(long shareId, java.lang.String emailAddress, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Removes guest email address from share.Ice.AsyncResult
begin_removeGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes guest email address from share.Ice.AsyncResult
begin_removeGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Removes guest email address from share.Ice.AsyncResult
begin_removeGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Removes guest email address from share.Ice.AsyncResult
begin_removeGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Removes guest email address from share.Ice.AsyncResult
begin_removeGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_removeGuest __cb)
Removes guest email address from share.Ice.AsyncResult
begin_removeGuest(long shareId, java.lang.String emailAddress, Callback_IShare_removeGuest __cb)
Removes guest email address from share.Ice.AsyncResult
begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses)
Removes guest email addresses from the share.Ice.AsyncResult
begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, Ice.Callback __cb)
Removes guest email addresses from the share.Ice.AsyncResult
begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Removes guest email addresses from the share.Ice.AsyncResult
begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Removes guest email addresses from the share.Ice.AsyncResult
begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes guest email addresses from the share.Ice.AsyncResult
begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Removes guest email addresses from the share.Ice.AsyncResult
begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Removes guest email addresses from the share.Ice.AsyncResult
begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Removes guest email addresses from the share.Ice.AsyncResult
begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_removeGuests __cb)
Removes guest email addresses from the share.Ice.AsyncResult
begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, Callback_IShare_removeGuests __cb)
Removes guest email addresses from the share.Ice.AsyncResult
begin_removeObject(long shareId, IObject iobject)
Ice.AsyncResult
begin_removeObject(long shareId, IObject iobject, Ice.Callback __cb)
Ice.AsyncResult
begin_removeObject(long shareId, IObject iobject, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_removeObject(long shareId, IObject iobject, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_removeObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult
begin_removeObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult
begin_removeObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_removeObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_removeObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_removeObject __cb)
Ice.AsyncResult
begin_removeObject(long shareId, IObject iobject, Callback_IShare_removeObject __cb)
Ice.AsyncResult
begin_removeObjects(long shareId, java.util.List<IObject> iobjects)
Remove existing items from the share.Ice.AsyncResult
begin_removeObjects(long shareId, java.util.List<IObject> iobjects, Ice.Callback __cb)
Remove existing items from the share.Ice.AsyncResult
begin_removeObjects(long shareId, java.util.List<IObject> iobjects, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Remove existing items from the share.Ice.AsyncResult
begin_removeObjects(long shareId, java.util.List<IObject> iobjects, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Remove existing items from the share.Ice.AsyncResult
begin_removeObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx)
Remove existing items from the share.Ice.AsyncResult
begin_removeObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Remove existing items from the share.Ice.AsyncResult
begin_removeObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Remove existing items from the share.Ice.AsyncResult
begin_removeObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Remove existing items from the share.Ice.AsyncResult
begin_removeObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_removeObjects __cb)
Remove existing items from the share.Ice.AsyncResult
begin_removeObjects(long shareId, java.util.List<IObject> iobjects, Callback_IShare_removeObjects __cb)
Remove existing items from the share.Ice.AsyncResult
begin_removeUser(long shareId, Experimenter exp)
RemovesExperimenter
experimenter fromSession
share.Ice.AsyncResult
begin_removeUser(long shareId, Experimenter exp, Ice.Callback __cb)
RemovesExperimenter
experimenter fromSession
share.Ice.AsyncResult
begin_removeUser(long shareId, Experimenter exp, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
RemovesExperimenter
experimenter fromSession
share.Ice.AsyncResult
begin_removeUser(long shareId, Experimenter exp, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
RemovesExperimenter
experimenter fromSession
share.Ice.AsyncResult
begin_removeUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx)
RemovesExperimenter
experimenter fromSession
share.Ice.AsyncResult
begin_removeUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
RemovesExperimenter
experimenter fromSession
share.Ice.AsyncResult
begin_removeUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
RemovesExperimenter
experimenter fromSession
share.Ice.AsyncResult
begin_removeUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
RemovesExperimenter
experimenter fromSession
share.Ice.AsyncResult
begin_removeUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_removeUser __cb)
RemovesExperimenter
experimenter fromSession
share.Ice.AsyncResult
begin_removeUser(long shareId, Experimenter exp, Callback_IShare_removeUser __cb)
RemovesExperimenter
experimenter fromSession
share.Ice.AsyncResult
begin_removeUsers(long shareId, java.util.List<Experimenter> exps)
RemovesExperimenter
experimenters fromSession
share.Ice.AsyncResult
begin_removeUsers(long shareId, java.util.List<Experimenter> exps, Ice.Callback __cb)
RemovesExperimenter
experimenters fromSession
share.Ice.AsyncResult
begin_removeUsers(long shareId, java.util.List<Experimenter> exps, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
RemovesExperimenter
experimenters fromSession
share.Ice.AsyncResult
begin_removeUsers(long shareId, java.util.List<Experimenter> exps, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
RemovesExperimenter
experimenters fromSession
share.Ice.AsyncResult
begin_removeUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx)
RemovesExperimenter
experimenters fromSession
share.Ice.AsyncResult
begin_removeUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
RemovesExperimenter
experimenters fromSession
share.Ice.AsyncResult
begin_removeUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
RemovesExperimenter
experimenters fromSession
share.Ice.AsyncResult
begin_removeUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
RemovesExperimenter
experimenters fromSession
share.Ice.AsyncResult
begin_removeUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_removeUsers __cb)
RemovesExperimenter
experimenters fromSession
share.Ice.AsyncResult
begin_removeUsers(long shareId, java.util.List<Experimenter> exps, Callback_IShare_removeUsers __cb)
RemovesExperimenter
experimenters fromSession
share.Ice.AsyncResult
begin_setActive(long shareId, boolean active)
Ice.AsyncResult
begin_setActive(long shareId, boolean active, Ice.Callback __cb)
Ice.AsyncResult
begin_setActive(long shareId, boolean active, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_setActive(long shareId, boolean active, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_setActive(long shareId, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult
begin_setActive(long shareId, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult
begin_setActive(long shareId, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_setActive(long shareId, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_setActive(long shareId, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_setActive __cb)
Ice.AsyncResult
begin_setActive(long shareId, boolean active, Callback_IShare_setActive __cb)
Ice.AsyncResult
begin_setDescription(long shareId, java.lang.String description)
Ice.AsyncResult
begin_setDescription(long shareId, java.lang.String description, Ice.Callback __cb)
Ice.AsyncResult
begin_setDescription(long shareId, java.lang.String description, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_setDescription(long shareId, java.lang.String description, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_setDescription(long shareId, java.lang.String description, java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult
begin_setDescription(long shareId, java.lang.String description, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult
begin_setDescription(long shareId, java.lang.String description, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_setDescription(long shareId, java.lang.String description, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_setDescription(long shareId, java.lang.String description, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_setDescription __cb)
Ice.AsyncResult
begin_setDescription(long shareId, java.lang.String description, Callback_IShare_setDescription __cb)
Ice.AsyncResult
begin_setExpiration(long shareId, RTime expiration)
Ice.AsyncResult
begin_setExpiration(long shareId, RTime expiration, Ice.Callback __cb)
Ice.AsyncResult
begin_setExpiration(long shareId, RTime expiration, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_setExpiration(long shareId, RTime expiration, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_setExpiration(long shareId, RTime expiration, java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult
begin_setExpiration(long shareId, RTime expiration, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult
begin_setExpiration(long shareId, RTime expiration, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_setExpiration(long shareId, RTime expiration, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_setExpiration(long shareId, RTime expiration, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_setExpiration __cb)
Ice.AsyncResult
begin_setExpiration(long shareId, RTime expiration, Callback_IShare_setExpiration __cb)
void
closeShare(long shareId)
ClosesSession
share.void
closeShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
ClosesSession
share.long
createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled)
long
createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, java.util.Map<java.lang.String,java.lang.String> __ctx)
void
deactivate()
Turns off the access control lists with the current share.void
deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx)
Turns off the access control lists with the current share.void
deleteComment(Annotation comment)
DeletesAnnotation
comment from the database.void
deleteComment(Annotation comment, java.util.Map<java.lang.String,java.lang.String> __ctx)
DeletesAnnotation
comment from the database.void
end_activate(Ice.AsyncResult __result)
Turns on the access control lists attached to the given share for the current session.TextAnnotation
end_addComment(Ice.AsyncResult __result)
CreatesTextAnnotation
comment forSession
share.void
end_addGuest(Ice.AsyncResult __result)
Adds guest email address to the share.void
end_addGuests(Ice.AsyncResult __result)
Adds guest email addresses to the share.void
end_addObject(Ice.AsyncResult __result)
void
end_addObjects(Ice.AsyncResult __result)
TextAnnotation
end_addReply(Ice.AsyncResult __result)
CreatesTextAnnotation
comment which replies to an existing comment.void
end_addUser(Ice.AsyncResult __result)
AddsExperimenter
experimenter toSession
share.void
end_addUsers(Ice.AsyncResult __result)
AddsExperimenter
experimenters toSession
share.void
end_closeShare(Ice.AsyncResult __result)
ClosesSession
share.long
end_createShare(Ice.AsyncResult __result)
void
end_deactivate(Ice.AsyncResult __result)
Turns off the access control lists with the current share.void
end_deleteComment(Ice.AsyncResult __result)
DeletesAnnotation
comment from the database.java.util.Map<java.lang.String,Experimenter>
end_getActiveConnections(Ice.AsyncResult __result)
Gets actual active connections toSession
share.java.util.List<java.lang.String>
end_getAllGuests(Ice.AsyncResult __result)
Get the email addresses for all share guests.java.util.List<Experimenter>
end_getAllMembers(Ice.AsyncResult __result)
Get allExperimenter
users who are a member of the share.java.util.List<java.lang.String>
end_getAllUsers(Ice.AsyncResult __result)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.java.util.Map<java.lang.Long,java.lang.Long>
end_getCommentCount(Ice.AsyncResult __result)
Returns a map from share id to comment count.java.util.List<Annotation>
end_getComments(Ice.AsyncResult __result)
Looks up allAnnotation
comments which belong to theSession
share.java.util.Map<java.lang.String,long[]>
end_getContentMap(Ice.AsyncResult __result)
Returns the contents of the share keyed by type.java.util.List<IObject>
end_getContents(Ice.AsyncResult __result)
int
end_getContentSize(Ice.AsyncResult __result)
Returns the number of items in the share.java.util.List<IObject>
end_getContentSubList(Ice.AsyncResult __result)
Returns a range of items from the share.java.util.List<IObject>
end_getEvents(Ice.AsyncResult __result)
Gets events forSession
share perExperimenter
experimenter for period of time.java.util.Map<java.lang.Long,java.lang.Long>
end_getMemberCount(Ice.AsyncResult __result)
Returns a map from share id to the count of total members (including the owner).java.util.List<Session>
end_getMemberShares(Ice.AsyncResult __result)
Gets all shares where currentExperimenter
is a member.java.util.List<Session>
end_getMemberSharesFor(Ice.AsyncResult __result)
Gets all shares where givenExperimenter
is a member.java.util.List<Session>
end_getOwnShares(Ice.AsyncResult __result)
Gets all owned shares for the currentExperimenter
.java.util.Map<java.lang.String,Experimenter>
end_getPastConnections(Ice.AsyncResult __result)
Gets previous connections toSession
share.Share
end_getShare(Ice.AsyncResult __result)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded.java.util.List<Session>
end_getSharesOwnedBy(Ice.AsyncResult __result)
Gets all shares owned by the givenExperimenter
.void
end_invalidateConnection(Ice.AsyncResult __result)
Makes the connection invalid forSession
share for specified user.void
end_notifyMembersOfShare(Ice.AsyncResult __result)
Notifies via email selected members of share.void
end_removeGuest(Ice.AsyncResult __result)
Removes guest email address from share.void
end_removeGuests(Ice.AsyncResult __result)
Removes guest email addresses from the share.void
end_removeObject(Ice.AsyncResult __result)
void
end_removeObjects(Ice.AsyncResult __result)
Remove existing items from the share.void
end_removeUser(Ice.AsyncResult __result)
RemovesExperimenter
experimenter fromSession
share.void
end_removeUsers(Ice.AsyncResult __result)
RemovesExperimenter
experimenters fromSession
share.void
end_setActive(Ice.AsyncResult __result)
void
end_setDescription(Ice.AsyncResult __result)
void
end_setExpiration(Ice.AsyncResult __result)
java.util.Map<java.lang.String,Experimenter>
getActiveConnections(long shareId)
Gets actual active connections toSession
share.java.util.Map<java.lang.String,Experimenter>
getActiveConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets actual active connections toSession
share.java.util.List<java.lang.String>
getAllGuests(long shareId)
Get the email addresses for all share guests.java.util.List<java.lang.String>
getAllGuests(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Get the email addresses for all share guests.java.util.List<Experimenter>
getAllMembers(long shareId)
Get allExperimenter
users who are a member of the share.java.util.List<Experimenter>
getAllMembers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Get allExperimenter
users who are a member of the share.java.util.List<java.lang.String>
getAllUsers(long shareId)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.java.util.List<java.lang.String>
getAllUsers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.java.util.Map<java.lang.Long,java.lang.Long>
getCommentCount(java.util.List<java.lang.Long> shareIds)
Returns a map from share id to comment count.java.util.Map<java.lang.Long,java.lang.Long>
getCommentCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns a map from share id to comment count.java.util.List<Annotation>
getComments(long shareId)
Looks up allAnnotation
comments which belong to theSession
share.java.util.List<Annotation>
getComments(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up allAnnotation
comments which belong to theSession
share.java.util.Map<java.lang.String,long[]>
getContentMap(long shareId)
Returns the contents of the share keyed by type.java.util.Map<java.lang.String,long[]>
getContentMap(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the contents of the share keyed by type.java.util.List<IObject>
getContents(long shareId)
java.util.List<IObject>
getContents(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
int
getContentSize(long shareId)
Returns the number of items in the share.int
getContentSize(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the number of items in the share.java.util.List<IObject>
getContentSubList(long shareId, int start, int finish)
Returns a range of items from the share.java.util.List<IObject>
getContentSubList(long shareId, int start, int finish, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns a range of items from the share.java.util.List<IObject>
getEvents(long shareId, Experimenter exp, RTime from, RTime to)
Gets events forSession
share perExperimenter
experimenter for period of time.java.util.List<IObject>
getEvents(long shareId, Experimenter exp, RTime from, RTime to, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets events forSession
share perExperimenter
experimenter for period of time.java.util.Map<java.lang.Long,java.lang.Long>
getMemberCount(java.util.List<java.lang.Long> shareIds)
Returns a map from share id to the count of total members (including the owner).java.util.Map<java.lang.Long,java.lang.Long>
getMemberCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns a map from share id to the count of total members (including the owner).java.util.List<Session>
getMemberShares(boolean active)
Gets all shares where currentExperimenter
is a member.java.util.List<Session>
getMemberShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all shares where currentExperimenter
is a member.java.util.List<Session>
getMemberSharesFor(Experimenter user, boolean active)
Gets all shares where givenExperimenter
is a member.java.util.List<Session>
getMemberSharesFor(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all shares where givenExperimenter
is a member.java.util.List<Session>
getOwnShares(boolean active)
Gets all owned shares for the currentExperimenter
.java.util.List<Session>
getOwnShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all owned shares for the currentExperimenter
.java.util.Map<java.lang.String,Experimenter>
getPastConnections(long shareId)
Gets previous connections toSession
share.java.util.Map<java.lang.String,Experimenter>
getPastConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets previous connections toSession
share.Share
getShare(long shareId)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded.Share
getShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded.java.util.List<Session>
getSharesOwnedBy(Experimenter user, boolean active)
Gets all shares owned by the givenExperimenter
.java.util.List<Session>
getSharesOwnedBy(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all shares owned by the givenExperimenter
.void
invalidateConnection(long shareId, Experimenter exp)
Makes the connection invalid forSession
share for specified user.void
invalidateConnection(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx)
Makes the connection invalid forSession
share for specified user.void
notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html)
Notifies via email selected members of share.void
notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, java.util.Map<java.lang.String,java.lang.String> __ctx)
Notifies via email selected members of share.void
removeGuest(long shareId, java.lang.String emailAddress)
Removes guest email address from share.void
removeGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes guest email address from share.void
removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses)
Removes guest email addresses from the share.void
removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes guest email addresses from the share.void
removeObject(long shareId, IObject iobject)
void
removeObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx)
void
removeObjects(long shareId, java.util.List<IObject> iobjects)
Remove existing items from the share.void
removeObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx)
Remove existing items from the share.void
removeUser(long shareId, Experimenter exp)
RemovesExperimenter
experimenter fromSession
share.void
removeUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx)
RemovesExperimenter
experimenter fromSession
share.void
removeUsers(long shareId, java.util.List<Experimenter> exps)
RemovesExperimenter
experimenters fromSession
share.void
removeUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx)
RemovesExperimenter
experimenters fromSession
share.void
setActive(long shareId, boolean active)
void
setActive(long shareId, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
void
setDescription(long shareId, java.lang.String description)
void
setDescription(long shareId, java.lang.String description, java.util.Map<java.lang.String,java.lang.String> __ctx)
void
setExpiration(long shareId, RTime expiration)
void
setExpiration(long shareId, RTime expiration, java.util.Map<java.lang.String,java.lang.String> __ctx)
-
Methods inherited from interface Ice.ObjectPrx
begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway
-
-
-
-
Method Detail
-
activate
void activate(long shareId) throws ServerError
Turns on the access control lists attached to the given share for the current session. Warning: this will slow down the execution of the current session for all database reads. Writing to the database will not be allowed. If share does not exist or is not accessible (non-members) or is disabled, then anValidationException
is thrown.- Throws:
ServerError
-
activate
void activate(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Turns on the access control lists attached to the given share for the current session. Warning: this will slow down the execution of the current session for all database reads. Writing to the database will not be allowed. If share does not exist or is not accessible (non-members) or is disabled, then anValidationException
is thrown.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_activate
Ice.AsyncResult begin_activate(long shareId)
Turns on the access control lists attached to the given share for the current session. Warning: this will slow down the execution of the current session for all database reads. Writing to the database will not be allowed. If share does not exist or is not accessible (non-members) or is disabled, then anValidationException
is thrown.- Returns:
- The asynchronous result object.
-
begin_activate
Ice.AsyncResult begin_activate(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Turns on the access control lists attached to the given share for the current session. Warning: this will slow down the execution of the current session for all database reads. Writing to the database will not be allowed. If share does not exist or is not accessible (non-members) or is disabled, then anValidationException
is thrown.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_activate
Ice.AsyncResult begin_activate(long shareId, Ice.Callback __cb)
Turns on the access control lists attached to the given share for the current session. Warning: this will slow down the execution of the current session for all database reads. Writing to the database will not be allowed. If share does not exist or is not accessible (non-members) or is disabled, then anValidationException
is thrown.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_activate
Ice.AsyncResult begin_activate(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Turns on the access control lists attached to the given share for the current session. Warning: this will slow down the execution of the current session for all database reads. Writing to the database will not be allowed. If share does not exist or is not accessible (non-members) or is disabled, then anValidationException
is thrown.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_activate
Ice.AsyncResult begin_activate(long shareId, Callback_IShare_activate __cb)
Turns on the access control lists attached to the given share for the current session. Warning: this will slow down the execution of the current session for all database reads. Writing to the database will not be allowed. If share does not exist or is not accessible (non-members) or is disabled, then anValidationException
is thrown.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_activate
Ice.AsyncResult begin_activate(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_activate __cb)
Turns on the access control lists attached to the given share for the current session. Warning: this will slow down the execution of the current session for all database reads. Writing to the database will not be allowed. If share does not exist or is not accessible (non-members) or is disabled, then anValidationException
is thrown.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_activate
Ice.AsyncResult begin_activate(long shareId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Turns on the access control lists attached to the given share for the current session. Warning: this will slow down the execution of the current session for all database reads. Writing to the database will not be allowed. If share does not exist or is not accessible (non-members) or is disabled, then anValidationException
is thrown.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_activate
Ice.AsyncResult begin_activate(long shareId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Turns on the access control lists attached to the given share for the current session. Warning: this will slow down the execution of the current session for all database reads. Writing to the database will not be allowed. If share does not exist or is not accessible (non-members) or is disabled, then anValidationException
is thrown.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_activate
Ice.AsyncResult begin_activate(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Turns on the access control lists attached to the given share for the current session. Warning: this will slow down the execution of the current session for all database reads. Writing to the database will not be allowed. If share does not exist or is not accessible (non-members) or is disabled, then anValidationException
is thrown.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_activate
Ice.AsyncResult begin_activate(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Turns on the access control lists attached to the given share for the current session. Warning: this will slow down the execution of the current session for all database reads. Writing to the database will not be allowed. If share does not exist or is not accessible (non-members) or is disabled, then anValidationException
is thrown.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_activate
void end_activate(Ice.AsyncResult __result) throws ServerError
Turns on the access control lists attached to the given share for the current session. Warning: this will slow down the execution of the current session for all database reads. Writing to the database will not be allowed. If share does not exist or is not accessible (non-members) or is disabled, then anValidationException
is thrown.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
deactivate
void deactivate() throws ServerError
Turns off the access control lists with the current share.- Throws:
ServerError
-
deactivate
void deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Turns off the access control lists with the current share.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_deactivate
Ice.AsyncResult begin_deactivate()
Turns off the access control lists with the current share.- Returns:
- The asynchronous result object.
-
begin_deactivate
Ice.AsyncResult begin_deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx)
Turns off the access control lists with the current share.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_deactivate
Ice.AsyncResult begin_deactivate(Ice.Callback __cb)
Turns off the access control lists with the current share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_deactivate
Ice.AsyncResult begin_deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Turns off the access control lists with the current share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_deactivate
Ice.AsyncResult begin_deactivate(Callback_IShare_deactivate __cb)
Turns off the access control lists with the current share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_deactivate
Ice.AsyncResult begin_deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_deactivate __cb)
Turns off the access control lists with the current share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_deactivate
Ice.AsyncResult begin_deactivate(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Turns off the access control lists with the current share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_deactivate
Ice.AsyncResult begin_deactivate(IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Turns off the access control lists with the current share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_deactivate
Ice.AsyncResult begin_deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Turns off the access control lists with the current share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_deactivate
Ice.AsyncResult begin_deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Turns off the access control lists with the current share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_deactivate
void end_deactivate(Ice.AsyncResult __result) throws ServerError
Turns off the access control lists with the current share.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
getShare
Share getShare(long shareId) throws ServerError
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded. Unlike the other methods on this interface, if the sessionId is unknown, does not throw aValidationException
.- Returns:
- a
Session
with id andDetails
set or null. The owner in the Details object is the true owner, and the group in the Details has all member users linked.Annotation
instances of the share are linked to theSession
. Missing is a list of share guests. - Throws:
ServerError
-
getShare
Share getShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded. Unlike the other methods on this interface, if the sessionId is unknown, does not throw aValidationException
.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- a
Session
with id andDetails
set or null. The owner in the Details object is the true owner, and the group in the Details has all member users linked.Annotation
instances of the share are linked to theSession
. Missing is a list of share guests. - Throws:
ServerError
-
begin_getShare
Ice.AsyncResult begin_getShare(long shareId)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded. Unlike the other methods on this interface, if the sessionId is unknown, does not throw aValidationException
.- Returns:
- The asynchronous result object.
-
begin_getShare
Ice.AsyncResult begin_getShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded. Unlike the other methods on this interface, if the sessionId is unknown, does not throw aValidationException
.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getShare
Ice.AsyncResult begin_getShare(long shareId, Ice.Callback __cb)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded. Unlike the other methods on this interface, if the sessionId is unknown, does not throw aValidationException
.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getShare
Ice.AsyncResult begin_getShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded. Unlike the other methods on this interface, if the sessionId is unknown, does not throw aValidationException
.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getShare
Ice.AsyncResult begin_getShare(long shareId, Callback_IShare_getShare __cb)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded. Unlike the other methods on this interface, if the sessionId is unknown, does not throw aValidationException
.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getShare
Ice.AsyncResult begin_getShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getShare __cb)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded. Unlike the other methods on this interface, if the sessionId is unknown, does not throw aValidationException
.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getShare
Ice.AsyncResult begin_getShare(long shareId, IceInternal.Functional_GenericCallback1<Share> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded. Unlike the other methods on this interface, if the sessionId is unknown, does not throw aValidationException
.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getShare
Ice.AsyncResult begin_getShare(long shareId, IceInternal.Functional_GenericCallback1<Share> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded. Unlike the other methods on this interface, if the sessionId is unknown, does not throw aValidationException
.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getShare
Ice.AsyncResult begin_getShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Share> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded. Unlike the other methods on this interface, if the sessionId is unknown, does not throw aValidationException
.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getShare
Ice.AsyncResult begin_getShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Share> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded. Unlike the other methods on this interface, if the sessionId is unknown, does not throw aValidationException
.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getShare
Share end_getShare(Ice.AsyncResult __result) throws ServerError
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded. Unlike the other methods on this interface, if the sessionId is unknown, does not throw aValidationException
.- Parameters:
__result
- The asynchronous result object.- Returns:
- a
Session
with id andDetails
set or null. The owner in the Details object is the true owner, and the group in the Details has all member users linked.Annotation
instances of the share are linked to theSession
. Missing is a list of share guests. - Throws:
ServerError
-
getMemberCount
java.util.Map<java.lang.Long,java.lang.Long> getMemberCount(java.util.List<java.lang.Long> shareIds) throws ServerError
Returns a map from share id to the count of total members (including the owner). This is represented byShareMember
links.- Parameters:
shareIds
- Not null.- Returns:
- Map with all ids present.
- Throws:
ValidationException
- if a given share does not existServerError
-
getMemberCount
java.util.Map<java.lang.Long,java.lang.Long> getMemberCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returns a map from share id to the count of total members (including the owner). This is represented byShareMember
links.- Parameters:
shareIds
- Not null.__ctx
- The Context map to send with the invocation.- Returns:
- Map with all ids present.
- Throws:
ValidationException
- if a given share does not existServerError
-
begin_getMemberCount
Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds)
Returns a map from share id to the count of total members (including the owner). This is represented byShareMember
links.- Parameters:
shareIds
- Not null.- Returns:
- The asynchronous result object.
-
begin_getMemberCount
Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns a map from share id to the count of total members (including the owner). This is represented byShareMember
links.- Parameters:
shareIds
- Not null.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getMemberCount
Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds, Ice.Callback __cb)
Returns a map from share id to the count of total members (including the owner). This is represented byShareMember
links.- Parameters:
shareIds
- Not null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMemberCount
Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns a map from share id to the count of total members (including the owner). This is represented byShareMember
links.- Parameters:
shareIds
- Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMemberCount
Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds, Callback_IShare_getMemberCount __cb)
Returns a map from share id to the count of total members (including the owner). This is represented byShareMember
links.- Parameters:
shareIds
- Not null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMemberCount
Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getMemberCount __cb)
Returns a map from share id to the count of total members (including the owner). This is represented byShareMember
links.- Parameters:
shareIds
- Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMemberCount
Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns a map from share id to the count of total members (including the owner). This is represented byShareMember
links.- Parameters:
shareIds
- Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getMemberCount
Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns a map from share id to the count of total members (including the owner). This is represented byShareMember
links.- Parameters:
shareIds
- Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getMemberCount
Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns a map from share id to the count of total members (including the owner). This is represented byShareMember
links.- Parameters:
shareIds
- Not null.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getMemberCount
Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns a map from share id to the count of total members (including the owner). This is represented byShareMember
links.- Parameters:
shareIds
- Not null.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getMemberCount
java.util.Map<java.lang.Long,java.lang.Long> end_getMemberCount(Ice.AsyncResult __result) throws ServerError
Returns a map from share id to the count of total members (including the owner). This is represented byShareMember
links.- Parameters:
__result
- The asynchronous result object.- Returns:
- Map with all ids present.
- Throws:
ValidationException
- if a given share does not existServerError
-
getOwnShares
java.util.List<Session> getOwnShares(boolean active) throws ServerError
Gets all owned shares for the currentExperimenter
.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.- Returns:
- set of shares. Never null. May be empty.
- Throws:
ServerError
-
getOwnShares
java.util.List<Session> getOwnShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Gets all owned shares for the currentExperimenter
.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.- Returns:
- set of shares. Never null. May be empty.
- Throws:
ServerError
-
begin_getOwnShares
Ice.AsyncResult begin_getOwnShares(boolean active)
Gets all owned shares for the currentExperimenter
.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.- Returns:
- The asynchronous result object.
-
begin_getOwnShares
Ice.AsyncResult begin_getOwnShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all owned shares for the currentExperimenter
.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getOwnShares
Ice.AsyncResult begin_getOwnShares(boolean active, Ice.Callback __cb)
Gets all owned shares for the currentExperimenter
.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getOwnShares
Ice.AsyncResult begin_getOwnShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Gets all owned shares for the currentExperimenter
.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getOwnShares
Ice.AsyncResult begin_getOwnShares(boolean active, Callback_IShare_getOwnShares __cb)
Gets all owned shares for the currentExperimenter
.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getOwnShares
Ice.AsyncResult begin_getOwnShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getOwnShares __cb)
Gets all owned shares for the currentExperimenter
.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getOwnShares
Ice.AsyncResult begin_getOwnShares(boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets all owned shares for the currentExperimenter
.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getOwnShares
Ice.AsyncResult begin_getOwnShares(boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets all owned shares for the currentExperimenter
.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getOwnShares
Ice.AsyncResult begin_getOwnShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets all owned shares for the currentExperimenter
.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getOwnShares
Ice.AsyncResult begin_getOwnShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets all owned shares for the currentExperimenter
.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getOwnShares
java.util.List<Session> end_getOwnShares(Ice.AsyncResult __result) throws ServerError
Gets all owned shares for the currentExperimenter
.- Parameters:
__result
- The asynchronous result object.- Returns:
- set of shares. Never null. May be empty.
- Throws:
ServerError
-
getMemberShares
java.util.List<Session> getMemberShares(boolean active) throws ServerError
Gets all shares where currentExperimenter
is a member.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.- Returns:
- set of shares. Never null. May be empty.
- Throws:
ServerError
-
getMemberShares
java.util.List<Session> getMemberShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Gets all shares where currentExperimenter
is a member.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.- Returns:
- set of shares. Never null. May be empty.
- Throws:
ServerError
-
begin_getMemberShares
Ice.AsyncResult begin_getMemberShares(boolean active)
Gets all shares where currentExperimenter
is a member.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.- Returns:
- The asynchronous result object.
-
begin_getMemberShares
Ice.AsyncResult begin_getMemberShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all shares where currentExperimenter
is a member.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getMemberShares
Ice.AsyncResult begin_getMemberShares(boolean active, Ice.Callback __cb)
Gets all shares where currentExperimenter
is a member.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMemberShares
Ice.AsyncResult begin_getMemberShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Gets all shares where currentExperimenter
is a member.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMemberShares
Ice.AsyncResult begin_getMemberShares(boolean active, Callback_IShare_getMemberShares __cb)
Gets all shares where currentExperimenter
is a member.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMemberShares
Ice.AsyncResult begin_getMemberShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getMemberShares __cb)
Gets all shares where currentExperimenter
is a member.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMemberShares
Ice.AsyncResult begin_getMemberShares(boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets all shares where currentExperimenter
is a member.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getMemberShares
Ice.AsyncResult begin_getMemberShares(boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets all shares where currentExperimenter
is a member.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getMemberShares
Ice.AsyncResult begin_getMemberShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets all shares where currentExperimenter
is a member.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getMemberShares
Ice.AsyncResult begin_getMemberShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets all shares where currentExperimenter
is a member.- Parameters:
active
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getMemberShares
java.util.List<Session> end_getMemberShares(Ice.AsyncResult __result) throws ServerError
Gets all shares where currentExperimenter
is a member.- Parameters:
__result
- The asynchronous result object.- Returns:
- set of shares. Never null. May be empty.
- Throws:
ServerError
-
getSharesOwnedBy
java.util.List<Session> getSharesOwnedBy(Experimenter user, boolean active) throws ServerError
Gets all shares owned by the givenExperimenter
.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.- Returns:
- set of shares. Never null. May be empty.
- Throws:
ServerError
-
getSharesOwnedBy
java.util.List<Session> getSharesOwnedBy(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Gets all shares owned by the givenExperimenter
.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.- Returns:
- set of shares. Never null. May be empty.
- Throws:
ServerError
-
begin_getSharesOwnedBy
Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active)
Gets all shares owned by the givenExperimenter
.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.- Returns:
- The asynchronous result object.
-
begin_getSharesOwnedBy
Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all shares owned by the givenExperimenter
.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getSharesOwnedBy
Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, Ice.Callback __cb)
Gets all shares owned by the givenExperimenter
.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getSharesOwnedBy
Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Gets all shares owned by the givenExperimenter
.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getSharesOwnedBy
Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, Callback_IShare_getSharesOwnedBy __cb)
Gets all shares owned by the givenExperimenter
.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getSharesOwnedBy
Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getSharesOwnedBy __cb)
Gets all shares owned by the givenExperimenter
.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getSharesOwnedBy
Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets all shares owned by the givenExperimenter
.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getSharesOwnedBy
Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets all shares owned by the givenExperimenter
.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getSharesOwnedBy
Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets all shares owned by the givenExperimenter
.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getSharesOwnedBy
Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets all shares owned by the givenExperimenter
.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getSharesOwnedBy
java.util.List<Session> end_getSharesOwnedBy(Ice.AsyncResult __result) throws ServerError
Gets all shares owned by the givenExperimenter
.- Parameters:
__result
- The asynchronous result object.- Returns:
- set of shares. Never null. May be empty.
- Throws:
ServerError
-
getMemberSharesFor
java.util.List<Session> getMemberSharesFor(Experimenter user, boolean active) throws ServerError
Gets all shares where givenExperimenter
is a member.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.- Returns:
- set of shares. Never null. May be empty.
- Throws:
ServerError
-
getMemberSharesFor
java.util.List<Session> getMemberSharesFor(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Gets all shares where givenExperimenter
is a member.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.- Returns:
- set of shares. Never null. May be empty.
- Throws:
ServerError
-
begin_getMemberSharesFor
Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active)
Gets all shares where givenExperimenter
is a member.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.- Returns:
- The asynchronous result object.
-
begin_getMemberSharesFor
Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all shares where givenExperimenter
is a member.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getMemberSharesFor
Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, Ice.Callback __cb)
Gets all shares where givenExperimenter
is a member.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMemberSharesFor
Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Gets all shares where givenExperimenter
is a member.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMemberSharesFor
Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, Callback_IShare_getMemberSharesFor __cb)
Gets all shares where givenExperimenter
is a member.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMemberSharesFor
Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getMemberSharesFor __cb)
Gets all shares where givenExperimenter
is a member.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMemberSharesFor
Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets all shares where givenExperimenter
is a member.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getMemberSharesFor
Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets all shares where givenExperimenter
is a member.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getMemberSharesFor
Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets all shares where givenExperimenter
is a member.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getMemberSharesFor
Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Session>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets all shares where givenExperimenter
is a member.- Parameters:
user
- the experimenteractive
- if true, then only shares which can be used for login will be returned. All draft shares (seecreateShare
) and closed shares (seecloseShare
) will be filtered.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getMemberSharesFor
java.util.List<Session> end_getMemberSharesFor(Ice.AsyncResult __result) throws ServerError
Gets all shares where givenExperimenter
is a member.- Parameters:
__result
- The asynchronous result object.- Returns:
- set of shares. Never null. May be empty.
- Throws:
ServerError
-
getContents
java.util.List<IObject> getContents(long shareId) throws ServerError
- Returns:
- list of objects. Not null. Probably not empty.
- Throws:
ServerError
-
getContents
java.util.List<IObject> getContents(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- list of objects. Not null. Probably not empty.
- Throws:
ServerError
-
begin_getContents
Ice.AsyncResult begin_getContents(long shareId)
- Returns:
- The asynchronous result object.
-
begin_getContents
Ice.AsyncResult begin_getContents(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getContents
Ice.AsyncResult begin_getContents(long shareId, Ice.Callback __cb)
- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getContents
Ice.AsyncResult begin_getContents(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getContents
Ice.AsyncResult begin_getContents(long shareId, Callback_IShare_getContents __cb)
- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getContents
Ice.AsyncResult begin_getContents(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getContents __cb)
- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getContents
Ice.AsyncResult begin_getContents(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getContents
Ice.AsyncResult begin_getContents(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getContents
Ice.AsyncResult begin_getContents(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getContents
Ice.AsyncResult begin_getContents(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getContents
java.util.List<IObject> end_getContents(Ice.AsyncResult __result) throws ServerError
- Parameters:
__result
- The asynchronous result object.- Returns:
- list of objects. Not null. Probably not empty.
- Throws:
ServerError
-
getContentSubList
java.util.List<IObject> getContentSubList(long shareId, int start, int finish) throws ServerError
Returns a range of items from the share.- Throws:
ServerError
- See Also:
getContents(long)
-
getContentSubList
java.util.List<IObject> getContentSubList(long shareId, int start, int finish, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returns a range of items from the share.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
- See Also:
getContents(long)
-
begin_getContentSubList
Ice.AsyncResult begin_getContentSubList(long shareId, int start, int finish)
Returns a range of items from the share.- Returns:
- The asynchronous result object.
-
begin_getContentSubList
Ice.AsyncResult begin_getContentSubList(long shareId, int start, int finish, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns a range of items from the share.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getContentSubList
Ice.AsyncResult begin_getContentSubList(long shareId, int start, int finish, Ice.Callback __cb)
Returns a range of items from the share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getContentSubList
Ice.AsyncResult begin_getContentSubList(long shareId, int start, int finish, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns a range of items from the share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getContentSubList
Ice.AsyncResult begin_getContentSubList(long shareId, int start, int finish, Callback_IShare_getContentSubList __cb)
Returns a range of items from the share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getContentSubList
Ice.AsyncResult begin_getContentSubList(long shareId, int start, int finish, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getContentSubList __cb)
Returns a range of items from the share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getContentSubList
Ice.AsyncResult begin_getContentSubList(long shareId, int start, int finish, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns a range of items from the share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getContentSubList
Ice.AsyncResult begin_getContentSubList(long shareId, int start, int finish, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns a range of items from the share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getContentSubList
Ice.AsyncResult begin_getContentSubList(long shareId, int start, int finish, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns a range of items from the share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getContentSubList
Ice.AsyncResult begin_getContentSubList(long shareId, int start, int finish, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns a range of items from the share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getContentSubList
java.util.List<IObject> end_getContentSubList(Ice.AsyncResult __result) throws ServerError
Returns a range of items from the share.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
- See Also:
getContents(long)
-
getContentSize
int getContentSize(long shareId) throws ServerError
Returns the number of items in the share.- Throws:
ServerError
-
getContentSize
int getContentSize(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returns the number of items in the share.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_getContentSize
Ice.AsyncResult begin_getContentSize(long shareId)
Returns the number of items in the share.- Returns:
- The asynchronous result object.
-
begin_getContentSize
Ice.AsyncResult begin_getContentSize(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the number of items in the share.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getContentSize
Ice.AsyncResult begin_getContentSize(long shareId, Ice.Callback __cb)
Returns the number of items in the share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getContentSize
Ice.AsyncResult begin_getContentSize(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the number of items in the share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getContentSize
Ice.AsyncResult begin_getContentSize(long shareId, Callback_IShare_getContentSize __cb)
Returns the number of items in the share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getContentSize
Ice.AsyncResult begin_getContentSize(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getContentSize __cb)
Returns the number of items in the share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getContentSize
Ice.AsyncResult begin_getContentSize(long shareId, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the number of items in the share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getContentSize
Ice.AsyncResult begin_getContentSize(long shareId, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the number of items in the share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getContentSize
Ice.AsyncResult begin_getContentSize(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the number of items in the share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getContentSize
Ice.AsyncResult begin_getContentSize(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the number of items in the share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getContentSize
int end_getContentSize(Ice.AsyncResult __result) throws ServerError
Returns the number of items in the share.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
getContentMap
java.util.Map<java.lang.String,long[]> getContentMap(long shareId) throws ServerError
Returns the contents of the share keyed by type.- Throws:
ServerError
-
getContentMap
java.util.Map<java.lang.String,long[]> getContentMap(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returns the contents of the share keyed by type.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_getContentMap
Ice.AsyncResult begin_getContentMap(long shareId)
Returns the contents of the share keyed by type.- Returns:
- The asynchronous result object.
-
begin_getContentMap
Ice.AsyncResult begin_getContentMap(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the contents of the share keyed by type.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getContentMap
Ice.AsyncResult begin_getContentMap(long shareId, Ice.Callback __cb)
Returns the contents of the share keyed by type.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getContentMap
Ice.AsyncResult begin_getContentMap(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the contents of the share keyed by type.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getContentMap
Ice.AsyncResult begin_getContentMap(long shareId, Callback_IShare_getContentMap __cb)
Returns the contents of the share keyed by type.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getContentMap
Ice.AsyncResult begin_getContentMap(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getContentMap __cb)
Returns the contents of the share keyed by type.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getContentMap
Ice.AsyncResult begin_getContentMap(long shareId, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,long[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the contents of the share keyed by type.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getContentMap
Ice.AsyncResult begin_getContentMap(long shareId, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,long[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the contents of the share keyed by type.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getContentMap
Ice.AsyncResult begin_getContentMap(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,long[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the contents of the share keyed by type.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getContentMap
Ice.AsyncResult begin_getContentMap(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,long[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the contents of the share keyed by type.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getContentMap
java.util.Map<java.lang.String,long[]> end_getContentMap(Ice.AsyncResult __result) throws ServerError
Returns the contents of the share keyed by type.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
createShare
long createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled) throws ServerError
- Parameters:
enabled
- if true, then the share is immediately available for use. If false, then the share is in draft state. All methods on this interface will work for shares exceptactivate
. Similarly, the share password cannot be used by guests to login.- Throws:
ServerError
-
createShare
long createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
- Parameters:
enabled
- if true, then the share is immediately available for use. If false, then the share is in draft state. All methods on this interface will work for shares exceptactivate
. Similarly, the share password cannot be used by guests to login.__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_createShare
Ice.AsyncResult begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled)
- Parameters:
enabled
- if true, then the share is immediately available for use. If false, then the share is in draft state. All methods on this interface will work for shares exceptactivate
. Similarly, the share password cannot be used by guests to login.- Returns:
- The asynchronous result object.
-
begin_createShare
Ice.AsyncResult begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, java.util.Map<java.lang.String,java.lang.String> __ctx)
- Parameters:
enabled
- if true, then the share is immediately available for use. If false, then the share is in draft state. All methods on this interface will work for shares exceptactivate
. Similarly, the share password cannot be used by guests to login.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_createShare
Ice.AsyncResult begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, Ice.Callback __cb)
- Parameters:
enabled
- if true, then the share is immediately available for use. If false, then the share is in draft state. All methods on this interface will work for shares exceptactivate
. Similarly, the share password cannot be used by guests to login.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createShare
Ice.AsyncResult begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
- Parameters:
enabled
- if true, then the share is immediately available for use. If false, then the share is in draft state. All methods on this interface will work for shares exceptactivate
. Similarly, the share password cannot be used by guests to login.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createShare
Ice.AsyncResult begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, Callback_IShare_createShare __cb)
- Parameters:
enabled
- if true, then the share is immediately available for use. If false, then the share is in draft state. All methods on this interface will work for shares exceptactivate
. Similarly, the share password cannot be used by guests to login.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createShare
Ice.AsyncResult begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_createShare __cb)
- Parameters:
enabled
- if true, then the share is immediately available for use. If false, then the share is in draft state. All methods on this interface will work for shares exceptactivate
. Similarly, the share password cannot be used by guests to login.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_createShare
Ice.AsyncResult begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
- Parameters:
enabled
- if true, then the share is immediately available for use. If false, then the share is in draft state. All methods on this interface will work for shares exceptactivate
. Similarly, the share password cannot be used by guests to login.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_createShare
Ice.AsyncResult begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
- Parameters:
enabled
- if true, then the share is immediately available for use. If false, then the share is in draft state. All methods on this interface will work for shares exceptactivate
. Similarly, the share password cannot be used by guests to login.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_createShare
Ice.AsyncResult begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
- Parameters:
enabled
- if true, then the share is immediately available for use. If false, then the share is in draft state. All methods on this interface will work for shares exceptactivate
. Similarly, the share password cannot be used by guests to login.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_createShare
Ice.AsyncResult begin_createShare(java.lang.String description, RTime expiration, java.util.List<IObject> items, java.util.List<Experimenter> exps, java.util.List<java.lang.String> guests, boolean enabled, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
- Parameters:
enabled
- if true, then the share is immediately available for use. If false, then the share is in draft state. All methods on this interface will work for shares exceptactivate
. Similarly, the share password cannot be used by guests to login.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_createShare
long end_createShare(Ice.AsyncResult __result) throws ServerError
- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
setDescription
void setDescription(long shareId, java.lang.String description) throws ServerError
- Throws:
ServerError
-
setDescription
void setDescription(long shareId, java.lang.String description, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
- Throws:
ServerError
-
begin_setDescription
Ice.AsyncResult begin_setDescription(long shareId, java.lang.String description)
-
begin_setDescription
Ice.AsyncResult begin_setDescription(long shareId, java.lang.String description, java.util.Map<java.lang.String,java.lang.String> __ctx)
-
begin_setDescription
Ice.AsyncResult begin_setDescription(long shareId, java.lang.String description, Ice.Callback __cb)
-
begin_setDescription
Ice.AsyncResult begin_setDescription(long shareId, java.lang.String description, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
-
begin_setDescription
Ice.AsyncResult begin_setDescription(long shareId, java.lang.String description, Callback_IShare_setDescription __cb)
-
begin_setDescription
Ice.AsyncResult begin_setDescription(long shareId, java.lang.String description, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_setDescription __cb)
-
begin_setDescription
Ice.AsyncResult begin_setDescription(long shareId, java.lang.String description, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_setDescription
Ice.AsyncResult begin_setDescription(long shareId, java.lang.String description, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
begin_setDescription
Ice.AsyncResult begin_setDescription(long shareId, java.lang.String description, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_setDescription
Ice.AsyncResult begin_setDescription(long shareId, java.lang.String description, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
end_setDescription
void end_setDescription(Ice.AsyncResult __result) throws ServerError
- Throws:
ServerError
-
setExpiration
void setExpiration(long shareId, RTime expiration) throws ServerError
- Throws:
ServerError
-
setExpiration
void setExpiration(long shareId, RTime expiration, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
- Throws:
ServerError
-
begin_setExpiration
Ice.AsyncResult begin_setExpiration(long shareId, RTime expiration)
-
begin_setExpiration
Ice.AsyncResult begin_setExpiration(long shareId, RTime expiration, java.util.Map<java.lang.String,java.lang.String> __ctx)
-
begin_setExpiration
Ice.AsyncResult begin_setExpiration(long shareId, RTime expiration, Ice.Callback __cb)
-
begin_setExpiration
Ice.AsyncResult begin_setExpiration(long shareId, RTime expiration, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
-
begin_setExpiration
Ice.AsyncResult begin_setExpiration(long shareId, RTime expiration, Callback_IShare_setExpiration __cb)
-
begin_setExpiration
Ice.AsyncResult begin_setExpiration(long shareId, RTime expiration, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_setExpiration __cb)
-
begin_setExpiration
Ice.AsyncResult begin_setExpiration(long shareId, RTime expiration, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_setExpiration
Ice.AsyncResult begin_setExpiration(long shareId, RTime expiration, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
begin_setExpiration
Ice.AsyncResult begin_setExpiration(long shareId, RTime expiration, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_setExpiration
Ice.AsyncResult begin_setExpiration(long shareId, RTime expiration, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
end_setExpiration
void end_setExpiration(Ice.AsyncResult __result) throws ServerError
- Throws:
ServerError
-
setActive
void setActive(long shareId, boolean active) throws ServerError
- Throws:
ServerError
-
setActive
void setActive(long shareId, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
- Throws:
ServerError
-
begin_setActive
Ice.AsyncResult begin_setActive(long shareId, boolean active)
-
begin_setActive
Ice.AsyncResult begin_setActive(long shareId, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
-
begin_setActive
Ice.AsyncResult begin_setActive(long shareId, boolean active, Ice.Callback __cb)
-
begin_setActive
Ice.AsyncResult begin_setActive(long shareId, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
-
begin_setActive
Ice.AsyncResult begin_setActive(long shareId, boolean active, Callback_IShare_setActive __cb)
-
begin_setActive
Ice.AsyncResult begin_setActive(long shareId, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_setActive __cb)
-
begin_setActive
Ice.AsyncResult begin_setActive(long shareId, boolean active, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_setActive
Ice.AsyncResult begin_setActive(long shareId, boolean active, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
begin_setActive
Ice.AsyncResult begin_setActive(long shareId, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_setActive
Ice.AsyncResult begin_setActive(long shareId, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
end_setActive
void end_setActive(Ice.AsyncResult __result) throws ServerError
- Throws:
ServerError
-
closeShare
void closeShare(long shareId) throws ServerError
ClosesSession
share. No further logins will be possible and all getters (e.g.getMemberShares
,getOwnShares
, ...) will filter these results ifonlyActive
is true.- Throws:
ServerError
-
closeShare
void closeShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
ClosesSession
share. No further logins will be possible and all getters (e.g.getMemberShares
,getOwnShares
, ...) will filter these results ifonlyActive
is true.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_closeShare
Ice.AsyncResult begin_closeShare(long shareId)
ClosesSession
share. No further logins will be possible and all getters (e.g.getMemberShares
,getOwnShares
, ...) will filter these results ifonlyActive
is true.- Returns:
- The asynchronous result object.
-
begin_closeShare
Ice.AsyncResult begin_closeShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
ClosesSession
share. No further logins will be possible and all getters (e.g.getMemberShares
,getOwnShares
, ...) will filter these results ifonlyActive
is true.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_closeShare
Ice.AsyncResult begin_closeShare(long shareId, Ice.Callback __cb)
ClosesSession
share. No further logins will be possible and all getters (e.g.getMemberShares
,getOwnShares
, ...) will filter these results ifonlyActive
is true.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_closeShare
Ice.AsyncResult begin_closeShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
ClosesSession
share. No further logins will be possible and all getters (e.g.getMemberShares
,getOwnShares
, ...) will filter these results ifonlyActive
is true.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_closeShare
Ice.AsyncResult begin_closeShare(long shareId, Callback_IShare_closeShare __cb)
ClosesSession
share. No further logins will be possible and all getters (e.g.getMemberShares
,getOwnShares
, ...) will filter these results ifonlyActive
is true.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_closeShare
Ice.AsyncResult begin_closeShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_closeShare __cb)
ClosesSession
share. No further logins will be possible and all getters (e.g.getMemberShares
,getOwnShares
, ...) will filter these results ifonlyActive
is true.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_closeShare
Ice.AsyncResult begin_closeShare(long shareId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ClosesSession
share. No further logins will be possible and all getters (e.g.getMemberShares
,getOwnShares
, ...) will filter these results ifonlyActive
is true.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_closeShare
Ice.AsyncResult begin_closeShare(long shareId, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ClosesSession
share. No further logins will be possible and all getters (e.g.getMemberShares
,getOwnShares
, ...) will filter these results ifonlyActive
is true.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_closeShare
Ice.AsyncResult begin_closeShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ClosesSession
share. No further logins will be possible and all getters (e.g.getMemberShares
,getOwnShares
, ...) will filter these results ifonlyActive
is true.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_closeShare
Ice.AsyncResult begin_closeShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
ClosesSession
share. No further logins will be possible and all getters (e.g.getMemberShares
,getOwnShares
, ...) will filter these results ifonlyActive
is true.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_closeShare
void end_closeShare(Ice.AsyncResult __result) throws ServerError
ClosesSession
share. No further logins will be possible and all getters (e.g.getMemberShares
,getOwnShares
, ...) will filter these results ifonlyActive
is true.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
addObjects
void addObjects(long shareId, java.util.List<IObject> iobjects) throws ServerError
Adds newIObject
items toSession
share. Conceptually callsaddObjects
for every argument passed, but the graphs will be merged.- Throws:
ServerError
-
addObjects
void addObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Adds newIObject
items toSession
share. Conceptually callsaddObjects
for every argument passed, but the graphs will be merged.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_addObjects
Ice.AsyncResult begin_addObjects(long shareId, java.util.List<IObject> iobjects)
Adds newIObject
items toSession
share. Conceptually callsaddObjects
for every argument passed, but the graphs will be merged.- Returns:
- The asynchronous result object.
-
begin_addObjects
Ice.AsyncResult begin_addObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx)
Adds newIObject
items toSession
share. Conceptually callsaddObjects
for every argument passed, but the graphs will be merged.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_addObjects
Ice.AsyncResult begin_addObjects(long shareId, java.util.List<IObject> iobjects, Ice.Callback __cb)
Adds newIObject
items toSession
share. Conceptually callsaddObjects
for every argument passed, but the graphs will be merged.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addObjects
Ice.AsyncResult begin_addObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Adds newIObject
items toSession
share. Conceptually callsaddObjects
for every argument passed, but the graphs will be merged.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addObjects
Ice.AsyncResult begin_addObjects(long shareId, java.util.List<IObject> iobjects, Callback_IShare_addObjects __cb)
Adds newIObject
items toSession
share. Conceptually callsaddObjects
for every argument passed, but the graphs will be merged.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addObjects
Ice.AsyncResult begin_addObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addObjects __cb)
Adds newIObject
items toSession
share. Conceptually callsaddObjects
for every argument passed, but the graphs will be merged.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addObjects
Ice.AsyncResult begin_addObjects(long shareId, java.util.List<IObject> iobjects, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Adds newIObject
items toSession
share. Conceptually callsaddObjects
for every argument passed, but the graphs will be merged.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_addObjects
Ice.AsyncResult begin_addObjects(long shareId, java.util.List<IObject> iobjects, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Adds newIObject
items toSession
share. Conceptually callsaddObjects
for every argument passed, but the graphs will be merged.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_addObjects
Ice.AsyncResult begin_addObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Adds newIObject
items toSession
share. Conceptually callsaddObjects
for every argument passed, but the graphs will be merged.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_addObjects
Ice.AsyncResult begin_addObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Adds newIObject
items toSession
share. Conceptually callsaddObjects
for every argument passed, but the graphs will be merged.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_addObjects
void end_addObjects(Ice.AsyncResult __result) throws ServerError
Adds newIObject
items toSession
share. Conceptually callsaddObjects
for every argument passed, but the graphs will be merged.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
addObject
void addObject(long shareId, IObject iobject) throws ServerError
Adds newIObject
item toSession
share. The entire object graph with the exception of all Details will be loaded into the share. If you would like to load a single object, then pass an unloaded reference.- Throws:
ServerError
-
addObject
void addObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Adds newIObject
item toSession
share. The entire object graph with the exception of all Details will be loaded into the share. If you would like to load a single object, then pass an unloaded reference.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_addObject
Ice.AsyncResult begin_addObject(long shareId, IObject iobject)
Adds newIObject
item toSession
share. The entire object graph with the exception of all Details will be loaded into the share. If you would like to load a single object, then pass an unloaded reference.- Returns:
- The asynchronous result object.
-
begin_addObject
Ice.AsyncResult begin_addObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx)
Adds newIObject
item toSession
share. The entire object graph with the exception of all Details will be loaded into the share. If you would like to load a single object, then pass an unloaded reference.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_addObject
Ice.AsyncResult begin_addObject(long shareId, IObject iobject, Ice.Callback __cb)
Adds newIObject
item toSession
share. The entire object graph with the exception of all Details will be loaded into the share. If you would like to load a single object, then pass an unloaded reference.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addObject
Ice.AsyncResult begin_addObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Adds newIObject
item toSession
share. The entire object graph with the exception of all Details will be loaded into the share. If you would like to load a single object, then pass an unloaded reference.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addObject
Ice.AsyncResult begin_addObject(long shareId, IObject iobject, Callback_IShare_addObject __cb)
Adds newIObject
item toSession
share. The entire object graph with the exception of all Details will be loaded into the share. If you would like to load a single object, then pass an unloaded reference.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addObject
Ice.AsyncResult begin_addObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addObject __cb)
Adds newIObject
item toSession
share. The entire object graph with the exception of all Details will be loaded into the share. If you would like to load a single object, then pass an unloaded reference.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addObject
Ice.AsyncResult begin_addObject(long shareId, IObject iobject, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Adds newIObject
item toSession
share. The entire object graph with the exception of all Details will be loaded into the share. If you would like to load a single object, then pass an unloaded reference.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_addObject
Ice.AsyncResult begin_addObject(long shareId, IObject iobject, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Adds newIObject
item toSession
share. The entire object graph with the exception of all Details will be loaded into the share. If you would like to load a single object, then pass an unloaded reference.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_addObject
Ice.AsyncResult begin_addObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Adds newIObject
item toSession
share. The entire object graph with the exception of all Details will be loaded into the share. If you would like to load a single object, then pass an unloaded reference.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_addObject
Ice.AsyncResult begin_addObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Adds newIObject
item toSession
share. The entire object graph with the exception of all Details will be loaded into the share. If you would like to load a single object, then pass an unloaded reference.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_addObject
void end_addObject(Ice.AsyncResult __result) throws ServerError
Adds newIObject
item toSession
share. The entire object graph with the exception of all Details will be loaded into the share. If you would like to load a single object, then pass an unloaded reference.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
removeObjects
void removeObjects(long shareId, java.util.List<IObject> iobjects) throws ServerError
Remove existing items from the share.- Throws:
ServerError
-
removeObjects
void removeObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Remove existing items from the share.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_removeObjects
Ice.AsyncResult begin_removeObjects(long shareId, java.util.List<IObject> iobjects)
Remove existing items from the share.- Returns:
- The asynchronous result object.
-
begin_removeObjects
Ice.AsyncResult begin_removeObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx)
Remove existing items from the share.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_removeObjects
Ice.AsyncResult begin_removeObjects(long shareId, java.util.List<IObject> iobjects, Ice.Callback __cb)
Remove existing items from the share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeObjects
Ice.AsyncResult begin_removeObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Remove existing items from the share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeObjects
Ice.AsyncResult begin_removeObjects(long shareId, java.util.List<IObject> iobjects, Callback_IShare_removeObjects __cb)
Remove existing items from the share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeObjects
Ice.AsyncResult begin_removeObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_removeObjects __cb)
Remove existing items from the share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeObjects
Ice.AsyncResult begin_removeObjects(long shareId, java.util.List<IObject> iobjects, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Remove existing items from the share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_removeObjects
Ice.AsyncResult begin_removeObjects(long shareId, java.util.List<IObject> iobjects, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Remove existing items from the share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_removeObjects
Ice.AsyncResult begin_removeObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Remove existing items from the share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_removeObjects
Ice.AsyncResult begin_removeObjects(long shareId, java.util.List<IObject> iobjects, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Remove existing items from the share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_removeObjects
void end_removeObjects(Ice.AsyncResult __result) throws ServerError
Remove existing items from the share.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
removeObject
void removeObject(long shareId, IObject iobject) throws ServerError
- Throws:
ServerError
-
removeObject
void removeObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_removeObject
Ice.AsyncResult begin_removeObject(long shareId, IObject iobject)
- Returns:
- The asynchronous result object.
-
begin_removeObject
Ice.AsyncResult begin_removeObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx)
- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_removeObject
Ice.AsyncResult begin_removeObject(long shareId, IObject iobject, Ice.Callback __cb)
- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeObject
Ice.AsyncResult begin_removeObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeObject
Ice.AsyncResult begin_removeObject(long shareId, IObject iobject, Callback_IShare_removeObject __cb)
- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeObject
Ice.AsyncResult begin_removeObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_removeObject __cb)
- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeObject
Ice.AsyncResult begin_removeObject(long shareId, IObject iobject, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_removeObject
Ice.AsyncResult begin_removeObject(long shareId, IObject iobject, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_removeObject
Ice.AsyncResult begin_removeObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_removeObject
Ice.AsyncResult begin_removeObject(long shareId, IObject iobject, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_removeObject
void end_removeObject(Ice.AsyncResult __result) throws ServerError
- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
getCommentCount
java.util.Map<java.lang.Long,java.lang.Long> getCommentCount(java.util.List<java.lang.Long> shareIds) throws ServerError
Returns a map from share id to comment count.- Parameters:
shareIds
- Not null.- Returns:
- Map with all ids present and 0 if no count exists.
- Throws:
ValidationException
- if a given share does not existServerError
-
getCommentCount
java.util.Map<java.lang.Long,java.lang.Long> getCommentCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returns a map from share id to comment count.- Parameters:
shareIds
- Not null.__ctx
- The Context map to send with the invocation.- Returns:
- Map with all ids present and 0 if no count exists.
- Throws:
ValidationException
- if a given share does not existServerError
-
begin_getCommentCount
Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds)
Returns a map from share id to comment count.- Parameters:
shareIds
- Not null.- Returns:
- The asynchronous result object.
-
begin_getCommentCount
Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns a map from share id to comment count.- Parameters:
shareIds
- Not null.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getCommentCount
Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds, Ice.Callback __cb)
Returns a map from share id to comment count.- Parameters:
shareIds
- Not null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getCommentCount
Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns a map from share id to comment count.- Parameters:
shareIds
- Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getCommentCount
Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds, Callback_IShare_getCommentCount __cb)
Returns a map from share id to comment count.- Parameters:
shareIds
- Not null.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getCommentCount
Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getCommentCount __cb)
Returns a map from share id to comment count.- Parameters:
shareIds
- Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getCommentCount
Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns a map from share id to comment count.- Parameters:
shareIds
- Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getCommentCount
Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns a map from share id to comment count.- Parameters:
shareIds
- Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getCommentCount
Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns a map from share id to comment count.- Parameters:
shareIds
- Not null.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getCommentCount
Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns a map from share id to comment count.- Parameters:
shareIds
- Not null.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getCommentCount
java.util.Map<java.lang.Long,java.lang.Long> end_getCommentCount(Ice.AsyncResult __result) throws ServerError
Returns a map from share id to comment count.- Parameters:
__result
- The asynchronous result object.- Returns:
- Map with all ids present and 0 if no count exists.
- Throws:
ValidationException
- if a given share does not existServerError
-
getComments
java.util.List<Annotation> getComments(long shareId) throws ServerError
Looks up allAnnotation
comments which belong to theSession
share.- Returns:
- list of Annotation
- Throws:
ServerError
-
getComments
java.util.List<Annotation> getComments(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Looks up allAnnotation
comments which belong to theSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- list of Annotation
- Throws:
ServerError
-
begin_getComments
Ice.AsyncResult begin_getComments(long shareId)
Looks up allAnnotation
comments which belong to theSession
share.- Returns:
- The asynchronous result object.
-
begin_getComments
Ice.AsyncResult begin_getComments(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up allAnnotation
comments which belong to theSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getComments
Ice.AsyncResult begin_getComments(long shareId, Ice.Callback __cb)
Looks up allAnnotation
comments which belong to theSession
share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getComments
Ice.AsyncResult begin_getComments(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Looks up allAnnotation
comments which belong to theSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getComments
Ice.AsyncResult begin_getComments(long shareId, Callback_IShare_getComments __cb)
Looks up allAnnotation
comments which belong to theSession
share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getComments
Ice.AsyncResult begin_getComments(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getComments __cb)
Looks up allAnnotation
comments which belong to theSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getComments
Ice.AsyncResult begin_getComments(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Looks up allAnnotation
comments which belong to theSession
share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getComments
Ice.AsyncResult begin_getComments(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Looks up allAnnotation
comments which belong to theSession
share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getComments
Ice.AsyncResult begin_getComments(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Looks up allAnnotation
comments which belong to theSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getComments
Ice.AsyncResult begin_getComments(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Looks up allAnnotation
comments which belong to theSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getComments
java.util.List<Annotation> end_getComments(Ice.AsyncResult __result) throws ServerError
Looks up allAnnotation
comments which belong to theSession
share.- Parameters:
__result
- The asynchronous result object.- Returns:
- list of Annotation
- Throws:
ServerError
-
addComment
TextAnnotation addComment(long shareId, java.lang.String comment) throws ServerError
CreatesTextAnnotation
comment forSession
share.- Throws:
ServerError
-
addComment
TextAnnotation addComment(long shareId, java.lang.String comment, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
CreatesTextAnnotation
comment forSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_addComment
Ice.AsyncResult begin_addComment(long shareId, java.lang.String comment)
CreatesTextAnnotation
comment forSession
share.- Returns:
- The asynchronous result object.
-
begin_addComment
Ice.AsyncResult begin_addComment(long shareId, java.lang.String comment, java.util.Map<java.lang.String,java.lang.String> __ctx)
CreatesTextAnnotation
comment forSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_addComment
Ice.AsyncResult begin_addComment(long shareId, java.lang.String comment, Ice.Callback __cb)
CreatesTextAnnotation
comment forSession
share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addComment
Ice.AsyncResult begin_addComment(long shareId, java.lang.String comment, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
CreatesTextAnnotation
comment forSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addComment
Ice.AsyncResult begin_addComment(long shareId, java.lang.String comment, Callback_IShare_addComment __cb)
CreatesTextAnnotation
comment forSession
share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addComment
Ice.AsyncResult begin_addComment(long shareId, java.lang.String comment, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addComment __cb)
CreatesTextAnnotation
comment forSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addComment
Ice.AsyncResult begin_addComment(long shareId, java.lang.String comment, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
CreatesTextAnnotation
comment forSession
share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_addComment
Ice.AsyncResult begin_addComment(long shareId, java.lang.String comment, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
CreatesTextAnnotation
comment forSession
share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_addComment
Ice.AsyncResult begin_addComment(long shareId, java.lang.String comment, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
CreatesTextAnnotation
comment forSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_addComment
Ice.AsyncResult begin_addComment(long shareId, java.lang.String comment, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
CreatesTextAnnotation
comment forSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_addComment
TextAnnotation end_addComment(Ice.AsyncResult __result) throws ServerError
CreatesTextAnnotation
comment forSession
share.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
addReply
TextAnnotation addReply(long shareId, java.lang.String comment, TextAnnotation replyTo) throws ServerError
CreatesTextAnnotation
comment which replies to an existing comment.- Returns:
- the new
TextAnnotation
- Throws:
ServerError
-
addReply
TextAnnotation addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
CreatesTextAnnotation
comment which replies to an existing comment.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- the new
TextAnnotation
- Throws:
ServerError
-
begin_addReply
Ice.AsyncResult begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo)
CreatesTextAnnotation
comment which replies to an existing comment.- Returns:
- The asynchronous result object.
-
begin_addReply
Ice.AsyncResult begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, java.util.Map<java.lang.String,java.lang.String> __ctx)
CreatesTextAnnotation
comment which replies to an existing comment.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_addReply
Ice.AsyncResult begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, Ice.Callback __cb)
CreatesTextAnnotation
comment which replies to an existing comment.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addReply
Ice.AsyncResult begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
CreatesTextAnnotation
comment which replies to an existing comment.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addReply
Ice.AsyncResult begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, Callback_IShare_addReply __cb)
CreatesTextAnnotation
comment which replies to an existing comment.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addReply
Ice.AsyncResult begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addReply __cb)
CreatesTextAnnotation
comment which replies to an existing comment.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addReply
Ice.AsyncResult begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
CreatesTextAnnotation
comment which replies to an existing comment.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_addReply
Ice.AsyncResult begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
CreatesTextAnnotation
comment which replies to an existing comment.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_addReply
Ice.AsyncResult begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
CreatesTextAnnotation
comment which replies to an existing comment.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_addReply
Ice.AsyncResult begin_addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TextAnnotation> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
CreatesTextAnnotation
comment which replies to an existing comment.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_addReply
TextAnnotation end_addReply(Ice.AsyncResult __result) throws ServerError
CreatesTextAnnotation
comment which replies to an existing comment.- Parameters:
__result
- The asynchronous result object.- Returns:
- the new
TextAnnotation
- Throws:
ServerError
-
deleteComment
void deleteComment(Annotation comment) throws ServerError
DeletesAnnotation
comment from the database.- Throws:
ServerError
-
deleteComment
void deleteComment(Annotation comment, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
DeletesAnnotation
comment from the database.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_deleteComment
Ice.AsyncResult begin_deleteComment(Annotation comment)
DeletesAnnotation
comment from the database.- Returns:
- The asynchronous result object.
-
begin_deleteComment
Ice.AsyncResult begin_deleteComment(Annotation comment, java.util.Map<java.lang.String,java.lang.String> __ctx)
DeletesAnnotation
comment from the database.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_deleteComment
Ice.AsyncResult begin_deleteComment(Annotation comment, Ice.Callback __cb)
DeletesAnnotation
comment from the database.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_deleteComment
Ice.AsyncResult begin_deleteComment(Annotation comment, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
DeletesAnnotation
comment from the database.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_deleteComment
Ice.AsyncResult begin_deleteComment(Annotation comment, Callback_IShare_deleteComment __cb)
DeletesAnnotation
comment from the database.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_deleteComment
Ice.AsyncResult begin_deleteComment(Annotation comment, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_deleteComment __cb)
DeletesAnnotation
comment from the database.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_deleteComment
Ice.AsyncResult begin_deleteComment(Annotation comment, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
DeletesAnnotation
comment from the database.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_deleteComment
Ice.AsyncResult begin_deleteComment(Annotation comment, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
DeletesAnnotation
comment from the database.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_deleteComment
Ice.AsyncResult begin_deleteComment(Annotation comment, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
DeletesAnnotation
comment from the database.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_deleteComment
Ice.AsyncResult begin_deleteComment(Annotation comment, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
DeletesAnnotation
comment from the database.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_deleteComment
void end_deleteComment(Ice.AsyncResult __result) throws ServerError
DeletesAnnotation
comment from the database.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
getAllMembers
java.util.List<Experimenter> getAllMembers(long shareId) throws ServerError
Get allExperimenter
users who are a member of the share.- Throws:
ServerError
-
getAllMembers
java.util.List<Experimenter> getAllMembers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Get allExperimenter
users who are a member of the share.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_getAllMembers
Ice.AsyncResult begin_getAllMembers(long shareId)
Get allExperimenter
users who are a member of the share.- Returns:
- The asynchronous result object.
-
begin_getAllMembers
Ice.AsyncResult begin_getAllMembers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Get allExperimenter
users who are a member of the share.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getAllMembers
Ice.AsyncResult begin_getAllMembers(long shareId, Ice.Callback __cb)
Get allExperimenter
users who are a member of the share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getAllMembers
Ice.AsyncResult begin_getAllMembers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Get allExperimenter
users who are a member of the share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getAllMembers
Ice.AsyncResult begin_getAllMembers(long shareId, Callback_IShare_getAllMembers __cb)
Get allExperimenter
users who are a member of the share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getAllMembers
Ice.AsyncResult begin_getAllMembers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getAllMembers __cb)
Get allExperimenter
users who are a member of the share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getAllMembers
Ice.AsyncResult begin_getAllMembers(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get allExperimenter
users who are a member of the share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getAllMembers
Ice.AsyncResult begin_getAllMembers(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Get allExperimenter
users who are a member of the share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getAllMembers
Ice.AsyncResult begin_getAllMembers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get allExperimenter
users who are a member of the share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getAllMembers
Ice.AsyncResult begin_getAllMembers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Get allExperimenter
users who are a member of the share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getAllMembers
java.util.List<Experimenter> end_getAllMembers(Ice.AsyncResult __result) throws ServerError
Get allExperimenter
users who are a member of the share.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
getAllGuests
java.util.List<java.lang.String> getAllGuests(long shareId) throws ServerError
Get the email addresses for all share guests.- Throws:
ServerError
-
getAllGuests
java.util.List<java.lang.String> getAllGuests(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Get the email addresses for all share guests.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_getAllGuests
Ice.AsyncResult begin_getAllGuests(long shareId)
Get the email addresses for all share guests.- Returns:
- The asynchronous result object.
-
begin_getAllGuests
Ice.AsyncResult begin_getAllGuests(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Get the email addresses for all share guests.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getAllGuests
Ice.AsyncResult begin_getAllGuests(long shareId, Ice.Callback __cb)
Get the email addresses for all share guests.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getAllGuests
Ice.AsyncResult begin_getAllGuests(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Get the email addresses for all share guests.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getAllGuests
Ice.AsyncResult begin_getAllGuests(long shareId, Callback_IShare_getAllGuests __cb)
Get the email addresses for all share guests.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getAllGuests
Ice.AsyncResult begin_getAllGuests(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getAllGuests __cb)
Get the email addresses for all share guests.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getAllGuests
Ice.AsyncResult begin_getAllGuests(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get the email addresses for all share guests.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getAllGuests
Ice.AsyncResult begin_getAllGuests(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Get the email addresses for all share guests.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getAllGuests
Ice.AsyncResult begin_getAllGuests(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get the email addresses for all share guests.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getAllGuests
Ice.AsyncResult begin_getAllGuests(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Get the email addresses for all share guests.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getAllGuests
java.util.List<java.lang.String> end_getAllGuests(Ice.AsyncResult __result) throws ServerError
Get the email addresses for all share guests.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
getAllUsers
java.util.List<java.lang.String> getAllUsers(long shareId) throws ServerError, ValidationException
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.- Parameters:
shareId
-- Returns:
- a
Set
containing the login of all users - Throws:
ValidationException
- if there is a conflict between email addresses and user names.ServerError
-
getAllUsers
java.util.List<java.lang.String> getAllUsers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError, ValidationException
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.- Parameters:
shareId
-__ctx
- The Context map to send with the invocation.- Returns:
- a
Set
containing the login of all users - Throws:
ValidationException
- if there is a conflict between email addresses and user names.ServerError
-
begin_getAllUsers
Ice.AsyncResult begin_getAllUsers(long shareId)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.- Parameters:
shareId
-- Returns:
- The asynchronous result object.
-
begin_getAllUsers
Ice.AsyncResult begin_getAllUsers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.- Parameters:
shareId
-__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getAllUsers
Ice.AsyncResult begin_getAllUsers(long shareId, Ice.Callback __cb)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.- Parameters:
shareId
-__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getAllUsers
Ice.AsyncResult begin_getAllUsers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.- Parameters:
shareId
-__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getAllUsers
Ice.AsyncResult begin_getAllUsers(long shareId, Callback_IShare_getAllUsers __cb)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.- Parameters:
shareId
-__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getAllUsers
Ice.AsyncResult begin_getAllUsers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getAllUsers __cb)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.- Parameters:
shareId
-__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getAllUsers
Ice.AsyncResult begin_getAllUsers(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.- Parameters:
shareId
-__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getAllUsers
Ice.AsyncResult begin_getAllUsers(long shareId, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.- Parameters:
shareId
-__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getAllUsers
Ice.AsyncResult begin_getAllUsers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.- Parameters:
shareId
-__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getAllUsers
Ice.AsyncResult begin_getAllUsers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.- Parameters:
shareId
-__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getAllUsers
java.util.List<java.lang.String> end_getAllUsers(Ice.AsyncResult __result) throws ServerError, ValidationException
Get a single set containing theomero.model.Experimenter.getOmeName
login names of the users as well email addresses for guests.- Parameters:
__result
- The asynchronous result object.- Returns:
- a
Set
containing the login of all users - Throws:
ValidationException
- if there is a conflict between email addresses and user names.ServerError
-
addUsers
void addUsers(long shareId, java.util.List<Experimenter> exps) throws ServerError
AddsExperimenter
experimenters toSession
share.- Throws:
ServerError
-
addUsers
void addUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
AddsExperimenter
experimenters toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_addUsers
Ice.AsyncResult begin_addUsers(long shareId, java.util.List<Experimenter> exps)
AddsExperimenter
experimenters toSession
share.- Returns:
- The asynchronous result object.
-
begin_addUsers
Ice.AsyncResult begin_addUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx)
AddsExperimenter
experimenters toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_addUsers
Ice.AsyncResult begin_addUsers(long shareId, java.util.List<Experimenter> exps, Ice.Callback __cb)
AddsExperimenter
experimenters toSession
share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addUsers
Ice.AsyncResult begin_addUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
AddsExperimenter
experimenters toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addUsers
Ice.AsyncResult begin_addUsers(long shareId, java.util.List<Experimenter> exps, Callback_IShare_addUsers __cb)
AddsExperimenter
experimenters toSession
share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addUsers
Ice.AsyncResult begin_addUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addUsers __cb)
AddsExperimenter
experimenters toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addUsers
Ice.AsyncResult begin_addUsers(long shareId, java.util.List<Experimenter> exps, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
AddsExperimenter
experimenters toSession
share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_addUsers
Ice.AsyncResult begin_addUsers(long shareId, java.util.List<Experimenter> exps, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
AddsExperimenter
experimenters toSession
share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_addUsers
Ice.AsyncResult begin_addUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
AddsExperimenter
experimenters toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_addUsers
Ice.AsyncResult begin_addUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
AddsExperimenter
experimenters toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_addUsers
void end_addUsers(Ice.AsyncResult __result) throws ServerError
AddsExperimenter
experimenters toSession
share.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
addGuests
void addGuests(long shareId, java.util.List<java.lang.String> emailAddresses) throws ServerError
Adds guest email addresses to the share.- Throws:
ServerError
-
addGuests
void addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Adds guest email addresses to the share.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_addGuests
Ice.AsyncResult begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses)
Adds guest email addresses to the share.- Returns:
- The asynchronous result object.
-
begin_addGuests
Ice.AsyncResult begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx)
Adds guest email addresses to the share.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_addGuests
Ice.AsyncResult begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, Ice.Callback __cb)
Adds guest email addresses to the share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addGuests
Ice.AsyncResult begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Adds guest email addresses to the share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addGuests
Ice.AsyncResult begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, Callback_IShare_addGuests __cb)
Adds guest email addresses to the share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addGuests
Ice.AsyncResult begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addGuests __cb)
Adds guest email addresses to the share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addGuests
Ice.AsyncResult begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Adds guest email addresses to the share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_addGuests
Ice.AsyncResult begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Adds guest email addresses to the share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_addGuests
Ice.AsyncResult begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Adds guest email addresses to the share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_addGuests
Ice.AsyncResult begin_addGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Adds guest email addresses to the share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_addGuests
void end_addGuests(Ice.AsyncResult __result) throws ServerError
Adds guest email addresses to the share.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
removeUsers
void removeUsers(long shareId, java.util.List<Experimenter> exps) throws ServerError
RemovesExperimenter
experimenters fromSession
share.- Throws:
ServerError
-
removeUsers
void removeUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
RemovesExperimenter
experimenters fromSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_removeUsers
Ice.AsyncResult begin_removeUsers(long shareId, java.util.List<Experimenter> exps)
RemovesExperimenter
experimenters fromSession
share.- Returns:
- The asynchronous result object.
-
begin_removeUsers
Ice.AsyncResult begin_removeUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx)
RemovesExperimenter
experimenters fromSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_removeUsers
Ice.AsyncResult begin_removeUsers(long shareId, java.util.List<Experimenter> exps, Ice.Callback __cb)
RemovesExperimenter
experimenters fromSession
share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeUsers
Ice.AsyncResult begin_removeUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
RemovesExperimenter
experimenters fromSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeUsers
Ice.AsyncResult begin_removeUsers(long shareId, java.util.List<Experimenter> exps, Callback_IShare_removeUsers __cb)
RemovesExperimenter
experimenters fromSession
share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeUsers
Ice.AsyncResult begin_removeUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_removeUsers __cb)
RemovesExperimenter
experimenters fromSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeUsers
Ice.AsyncResult begin_removeUsers(long shareId, java.util.List<Experimenter> exps, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
RemovesExperimenter
experimenters fromSession
share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_removeUsers
Ice.AsyncResult begin_removeUsers(long shareId, java.util.List<Experimenter> exps, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
RemovesExperimenter
experimenters fromSession
share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_removeUsers
Ice.AsyncResult begin_removeUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
RemovesExperimenter
experimenters fromSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_removeUsers
Ice.AsyncResult begin_removeUsers(long shareId, java.util.List<Experimenter> exps, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
RemovesExperimenter
experimenters fromSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_removeUsers
void end_removeUsers(Ice.AsyncResult __result) throws ServerError
RemovesExperimenter
experimenters fromSession
share.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
removeGuests
void removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses) throws ServerError
Removes guest email addresses from the share.- Throws:
ServerError
-
removeGuests
void removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Removes guest email addresses from the share.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_removeGuests
Ice.AsyncResult begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses)
Removes guest email addresses from the share.- Returns:
- The asynchronous result object.
-
begin_removeGuests
Ice.AsyncResult begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes guest email addresses from the share.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_removeGuests
Ice.AsyncResult begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, Ice.Callback __cb)
Removes guest email addresses from the share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeGuests
Ice.AsyncResult begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Removes guest email addresses from the share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeGuests
Ice.AsyncResult begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, Callback_IShare_removeGuests __cb)
Removes guest email addresses from the share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeGuests
Ice.AsyncResult begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_removeGuests __cb)
Removes guest email addresses from the share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeGuests
Ice.AsyncResult begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Removes guest email addresses from the share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_removeGuests
Ice.AsyncResult begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Removes guest email addresses from the share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_removeGuests
Ice.AsyncResult begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Removes guest email addresses from the share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_removeGuests
Ice.AsyncResult begin_removeGuests(long shareId, java.util.List<java.lang.String> emailAddresses, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Removes guest email addresses from the share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_removeGuests
void end_removeGuests(Ice.AsyncResult __result) throws ServerError
Removes guest email addresses from the share.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
addUser
void addUser(long shareId, Experimenter exp) throws ServerError
AddsExperimenter
experimenter toSession
share.- Throws:
ServerError
-
addUser
void addUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
AddsExperimenter
experimenter toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_addUser
Ice.AsyncResult begin_addUser(long shareId, Experimenter exp)
AddsExperimenter
experimenter toSession
share.- Returns:
- The asynchronous result object.
-
begin_addUser
Ice.AsyncResult begin_addUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx)
AddsExperimenter
experimenter toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_addUser
Ice.AsyncResult begin_addUser(long shareId, Experimenter exp, Ice.Callback __cb)
AddsExperimenter
experimenter toSession
share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addUser
Ice.AsyncResult begin_addUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
AddsExperimenter
experimenter toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addUser
Ice.AsyncResult begin_addUser(long shareId, Experimenter exp, Callback_IShare_addUser __cb)
AddsExperimenter
experimenter toSession
share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addUser
Ice.AsyncResult begin_addUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addUser __cb)
AddsExperimenter
experimenter toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addUser
Ice.AsyncResult begin_addUser(long shareId, Experimenter exp, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
AddsExperimenter
experimenter toSession
share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_addUser
Ice.AsyncResult begin_addUser(long shareId, Experimenter exp, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
AddsExperimenter
experimenter toSession
share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_addUser
Ice.AsyncResult begin_addUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
AddsExperimenter
experimenter toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_addUser
Ice.AsyncResult begin_addUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
AddsExperimenter
experimenter toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_addUser
void end_addUser(Ice.AsyncResult __result) throws ServerError
AddsExperimenter
experimenter toSession
share.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
addGuest
void addGuest(long shareId, java.lang.String emailAddress) throws ServerError
Adds guest email address to the share.- Throws:
ServerError
-
addGuest
void addGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Adds guest email address to the share.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_addGuest
Ice.AsyncResult begin_addGuest(long shareId, java.lang.String emailAddress)
Adds guest email address to the share.- Returns:
- The asynchronous result object.
-
begin_addGuest
Ice.AsyncResult begin_addGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx)
Adds guest email address to the share.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_addGuest
Ice.AsyncResult begin_addGuest(long shareId, java.lang.String emailAddress, Ice.Callback __cb)
Adds guest email address to the share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addGuest
Ice.AsyncResult begin_addGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Adds guest email address to the share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addGuest
Ice.AsyncResult begin_addGuest(long shareId, java.lang.String emailAddress, Callback_IShare_addGuest __cb)
Adds guest email address to the share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addGuest
Ice.AsyncResult begin_addGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_addGuest __cb)
Adds guest email address to the share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_addGuest
Ice.AsyncResult begin_addGuest(long shareId, java.lang.String emailAddress, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Adds guest email address to the share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_addGuest
Ice.AsyncResult begin_addGuest(long shareId, java.lang.String emailAddress, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Adds guest email address to the share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_addGuest
Ice.AsyncResult begin_addGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Adds guest email address to the share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_addGuest
Ice.AsyncResult begin_addGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Adds guest email address to the share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_addGuest
void end_addGuest(Ice.AsyncResult __result) throws ServerError
Adds guest email address to the share.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
removeUser
void removeUser(long shareId, Experimenter exp) throws ServerError
RemovesExperimenter
experimenter fromSession
share.- Throws:
ServerError
-
removeUser
void removeUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
RemovesExperimenter
experimenter fromSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_removeUser
Ice.AsyncResult begin_removeUser(long shareId, Experimenter exp)
RemovesExperimenter
experimenter fromSession
share.- Returns:
- The asynchronous result object.
-
begin_removeUser
Ice.AsyncResult begin_removeUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx)
RemovesExperimenter
experimenter fromSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_removeUser
Ice.AsyncResult begin_removeUser(long shareId, Experimenter exp, Ice.Callback __cb)
RemovesExperimenter
experimenter fromSession
share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeUser
Ice.AsyncResult begin_removeUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
RemovesExperimenter
experimenter fromSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeUser
Ice.AsyncResult begin_removeUser(long shareId, Experimenter exp, Callback_IShare_removeUser __cb)
RemovesExperimenter
experimenter fromSession
share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeUser
Ice.AsyncResult begin_removeUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_removeUser __cb)
RemovesExperimenter
experimenter fromSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeUser
Ice.AsyncResult begin_removeUser(long shareId, Experimenter exp, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
RemovesExperimenter
experimenter fromSession
share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_removeUser
Ice.AsyncResult begin_removeUser(long shareId, Experimenter exp, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
RemovesExperimenter
experimenter fromSession
share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_removeUser
Ice.AsyncResult begin_removeUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
RemovesExperimenter
experimenter fromSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_removeUser
Ice.AsyncResult begin_removeUser(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
RemovesExperimenter
experimenter fromSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_removeUser
void end_removeUser(Ice.AsyncResult __result) throws ServerError
RemovesExperimenter
experimenter fromSession
share.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
removeGuest
void removeGuest(long shareId, java.lang.String emailAddress) throws ServerError
Removes guest email address from share.- Throws:
ServerError
-
removeGuest
void removeGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Removes guest email address from share.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_removeGuest
Ice.AsyncResult begin_removeGuest(long shareId, java.lang.String emailAddress)
Removes guest email address from share.- Returns:
- The asynchronous result object.
-
begin_removeGuest
Ice.AsyncResult begin_removeGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes guest email address from share.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_removeGuest
Ice.AsyncResult begin_removeGuest(long shareId, java.lang.String emailAddress, Ice.Callback __cb)
Removes guest email address from share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeGuest
Ice.AsyncResult begin_removeGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Removes guest email address from share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeGuest
Ice.AsyncResult begin_removeGuest(long shareId, java.lang.String emailAddress, Callback_IShare_removeGuest __cb)
Removes guest email address from share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeGuest
Ice.AsyncResult begin_removeGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_removeGuest __cb)
Removes guest email address from share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_removeGuest
Ice.AsyncResult begin_removeGuest(long shareId, java.lang.String emailAddress, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Removes guest email address from share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_removeGuest
Ice.AsyncResult begin_removeGuest(long shareId, java.lang.String emailAddress, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Removes guest email address from share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_removeGuest
Ice.AsyncResult begin_removeGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Removes guest email address from share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_removeGuest
Ice.AsyncResult begin_removeGuest(long shareId, java.lang.String emailAddress, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Removes guest email address from share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_removeGuest
void end_removeGuest(Ice.AsyncResult __result) throws ServerError
Removes guest email address from share.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
getActiveConnections
java.util.Map<java.lang.String,Experimenter> getActiveConnections(long shareId) throws ServerError
Gets actual active connections toSession
share.- Returns:
- map of experimenter and IP address
- Throws:
ServerError
-
getActiveConnections
java.util.Map<java.lang.String,Experimenter> getActiveConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Gets actual active connections toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- map of experimenter and IP address
- Throws:
ServerError
-
begin_getActiveConnections
Ice.AsyncResult begin_getActiveConnections(long shareId)
Gets actual active connections toSession
share.- Returns:
- The asynchronous result object.
-
begin_getActiveConnections
Ice.AsyncResult begin_getActiveConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets actual active connections toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getActiveConnections
Ice.AsyncResult begin_getActiveConnections(long shareId, Ice.Callback __cb)
Gets actual active connections toSession
share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getActiveConnections
Ice.AsyncResult begin_getActiveConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Gets actual active connections toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getActiveConnections
Ice.AsyncResult begin_getActiveConnections(long shareId, Callback_IShare_getActiveConnections __cb)
Gets actual active connections toSession
share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getActiveConnections
Ice.AsyncResult begin_getActiveConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getActiveConnections __cb)
Gets actual active connections toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getActiveConnections
Ice.AsyncResult begin_getActiveConnections(long shareId, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets actual active connections toSession
share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getActiveConnections
Ice.AsyncResult begin_getActiveConnections(long shareId, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets actual active connections toSession
share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getActiveConnections
Ice.AsyncResult begin_getActiveConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets actual active connections toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getActiveConnections
Ice.AsyncResult begin_getActiveConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets actual active connections toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getActiveConnections
java.util.Map<java.lang.String,Experimenter> end_getActiveConnections(Ice.AsyncResult __result) throws ServerError
Gets actual active connections toSession
share.- Parameters:
__result
- The asynchronous result object.- Returns:
- map of experimenter and IP address
- Throws:
ServerError
-
getPastConnections
java.util.Map<java.lang.String,Experimenter> getPastConnections(long shareId) throws ServerError
Gets previous connections toSession
share.- Returns:
- map of experimenter and IP address
- Throws:
ServerError
-
getPastConnections
java.util.Map<java.lang.String,Experimenter> getPastConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Gets previous connections toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- map of experimenter and IP address
- Throws:
ServerError
-
begin_getPastConnections
Ice.AsyncResult begin_getPastConnections(long shareId)
Gets previous connections toSession
share.- Returns:
- The asynchronous result object.
-
begin_getPastConnections
Ice.AsyncResult begin_getPastConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets previous connections toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getPastConnections
Ice.AsyncResult begin_getPastConnections(long shareId, Ice.Callback __cb)
Gets previous connections toSession
share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPastConnections
Ice.AsyncResult begin_getPastConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Gets previous connections toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPastConnections
Ice.AsyncResult begin_getPastConnections(long shareId, Callback_IShare_getPastConnections __cb)
Gets previous connections toSession
share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPastConnections
Ice.AsyncResult begin_getPastConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getPastConnections __cb)
Gets previous connections toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPastConnections
Ice.AsyncResult begin_getPastConnections(long shareId, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets previous connections toSession
share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getPastConnections
Ice.AsyncResult begin_getPastConnections(long shareId, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets previous connections toSession
share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getPastConnections
Ice.AsyncResult begin_getPastConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets previous connections toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getPastConnections
Ice.AsyncResult begin_getPastConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,Experimenter>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets previous connections toSession
share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getPastConnections
java.util.Map<java.lang.String,Experimenter> end_getPastConnections(Ice.AsyncResult __result) throws ServerError
Gets previous connections toSession
share.- Parameters:
__result
- The asynchronous result object.- Returns:
- map of experimenter and IP address
- Throws:
ServerError
-
invalidateConnection
void invalidateConnection(long shareId, Experimenter exp) throws ServerError
Makes the connection invalid forSession
share for specified user.- Throws:
ServerError
-
invalidateConnection
void invalidateConnection(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Makes the connection invalid forSession
share for specified user.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_invalidateConnection
Ice.AsyncResult begin_invalidateConnection(long shareId, Experimenter exp)
Makes the connection invalid forSession
share for specified user.- Returns:
- The asynchronous result object.
-
begin_invalidateConnection
Ice.AsyncResult begin_invalidateConnection(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx)
Makes the connection invalid forSession
share for specified user.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_invalidateConnection
Ice.AsyncResult begin_invalidateConnection(long shareId, Experimenter exp, Ice.Callback __cb)
Makes the connection invalid forSession
share for specified user.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_invalidateConnection
Ice.AsyncResult begin_invalidateConnection(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Makes the connection invalid forSession
share for specified user.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_invalidateConnection
Ice.AsyncResult begin_invalidateConnection(long shareId, Experimenter exp, Callback_IShare_invalidateConnection __cb)
Makes the connection invalid forSession
share for specified user.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_invalidateConnection
Ice.AsyncResult begin_invalidateConnection(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_invalidateConnection __cb)
Makes the connection invalid forSession
share for specified user.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_invalidateConnection
Ice.AsyncResult begin_invalidateConnection(long shareId, Experimenter exp, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Makes the connection invalid forSession
share for specified user.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_invalidateConnection
Ice.AsyncResult begin_invalidateConnection(long shareId, Experimenter exp, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Makes the connection invalid forSession
share for specified user.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_invalidateConnection
Ice.AsyncResult begin_invalidateConnection(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Makes the connection invalid forSession
share for specified user.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_invalidateConnection
Ice.AsyncResult begin_invalidateConnection(long shareId, Experimenter exp, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Makes the connection invalid forSession
share for specified user.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_invalidateConnection
void end_invalidateConnection(Ice.AsyncResult __result) throws ServerError
Makes the connection invalid forSession
share for specified user.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
getEvents
java.util.List<IObject> getEvents(long shareId, Experimenter exp, RTime from, RTime to) throws ServerError
Gets events forSession
share perExperimenter
experimenter for period of time.- Returns:
- List of events
- Throws:
ServerError
-
getEvents
java.util.List<IObject> getEvents(long shareId, Experimenter exp, RTime from, RTime to, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Gets events forSession
share perExperimenter
experimenter for period of time.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- List of events
- Throws:
ServerError
-
begin_getEvents
Ice.AsyncResult begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to)
Gets events forSession
share perExperimenter
experimenter for period of time.- Returns:
- The asynchronous result object.
-
begin_getEvents
Ice.AsyncResult begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets events forSession
share perExperimenter
experimenter for period of time.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getEvents
Ice.AsyncResult begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, Ice.Callback __cb)
Gets events forSession
share perExperimenter
experimenter for period of time.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getEvents
Ice.AsyncResult begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Gets events forSession
share perExperimenter
experimenter for period of time.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getEvents
Ice.AsyncResult begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, Callback_IShare_getEvents __cb)
Gets events forSession
share perExperimenter
experimenter for period of time.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getEvents
Ice.AsyncResult begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getEvents __cb)
Gets events forSession
share perExperimenter
experimenter for period of time.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getEvents
Ice.AsyncResult begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets events forSession
share perExperimenter
experimenter for period of time.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getEvents
Ice.AsyncResult begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets events forSession
share perExperimenter
experimenter for period of time.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getEvents
Ice.AsyncResult begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Gets events forSession
share perExperimenter
experimenter for period of time.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getEvents
Ice.AsyncResult begin_getEvents(long shareId, Experimenter exp, RTime from, RTime to, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Gets events forSession
share perExperimenter
experimenter for period of time.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getEvents
java.util.List<IObject> end_getEvents(Ice.AsyncResult __result) throws ServerError
Gets events forSession
share perExperimenter
experimenter for period of time.- Parameters:
__result
- The asynchronous result object.- Returns:
- List of events
- Throws:
ServerError
-
notifyMembersOfShare
void notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html) throws ServerError
Notifies via email selected members of share.- Throws:
ServerError
-
notifyMembersOfShare
void notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Notifies via email selected members of share.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_notifyMembersOfShare
Ice.AsyncResult begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html)
Notifies via email selected members of share.- Returns:
- The asynchronous result object.
-
begin_notifyMembersOfShare
Ice.AsyncResult begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, java.util.Map<java.lang.String,java.lang.String> __ctx)
Notifies via email selected members of share.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_notifyMembersOfShare
Ice.AsyncResult begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, Ice.Callback __cb)
Notifies via email selected members of share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_notifyMembersOfShare
Ice.AsyncResult begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Notifies via email selected members of share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_notifyMembersOfShare
Ice.AsyncResult begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, Callback_IShare_notifyMembersOfShare __cb)
Notifies via email selected members of share.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_notifyMembersOfShare
Ice.AsyncResult begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_notifyMembersOfShare __cb)
Notifies via email selected members of share.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_notifyMembersOfShare
Ice.AsyncResult begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Notifies via email selected members of share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_notifyMembersOfShare
Ice.AsyncResult begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Notifies via email selected members of share.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_notifyMembersOfShare
Ice.AsyncResult begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Notifies via email selected members of share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_notifyMembersOfShare
Ice.AsyncResult begin_notifyMembersOfShare(long shareId, java.lang.String subject, java.lang.String message, boolean html, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Notifies via email selected members of share.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_notifyMembersOfShare
void end_notifyMembersOfShare(Ice.AsyncResult __result) throws ServerError
Notifies via email selected members of share.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
-