public interface ISharePrx extends ServiceInterfacePrx
| Modifier and Type | Method and 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)
Creates
TextAnnotation comment for
Session share. |
TextAnnotation |
addComment(long shareId,
java.lang.String comment,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Creates
TextAnnotation comment for
Session 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)
Creates
TextAnnotation 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)
Creates
TextAnnotation comment which
replies to an existing comment. |
void |
addUser(long shareId,
Experimenter exp)
Adds
Experimenter experimenter to
Session share. |
void |
addUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Adds
Experimenter experimenter to
Session share. |
void |
addUsers(long shareId,
java.util.List<Experimenter> exps)
Adds
Experimenter experimenters to
Session share. |
void |
addUsers(long shareId,
java.util.List<Experimenter> exps,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Adds
Experimenter experimenters to
Session 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,
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,
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,
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,
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_addComment(long shareId,
java.lang.String comment)
Creates
TextAnnotation comment for
Session share. |
Ice.AsyncResult |
begin_addComment(long shareId,
java.lang.String comment,
Callback_IShare_addComment __cb)
Creates
TextAnnotation comment for
Session share. |
Ice.AsyncResult |
begin_addComment(long shareId,
java.lang.String comment,
Ice.Callback __cb)
Creates
TextAnnotation comment for
Session 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)
Creates
TextAnnotation comment for
Session 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)
Creates
TextAnnotation comment for
Session share. |
Ice.AsyncResult |
begin_addComment(long shareId,
java.lang.String comment,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Creates
TextAnnotation comment for
Session 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)
Creates
TextAnnotation comment for
Session share. |
Ice.AsyncResult |
begin_addComment(long shareId,
java.lang.String comment,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Creates
TextAnnotation comment for
Session 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)
Creates
TextAnnotation comment for
Session 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)
Creates
TextAnnotation comment for
Session 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,
Callback_IShare_addGuest __cb)
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,
Callback_IShare_addGuest __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,
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_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,
Callback_IShare_addGuests __cb)
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,
Callback_IShare_addGuests __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,
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_addObject(long shareId,
IObject iobject)
|
Ice.AsyncResult |
begin_addObject(long shareId,
IObject iobject,
Callback_IShare_addObject __cb)
|
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,
Callback_IShare_addObject __cb)
|
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_addObjects(long shareId,
java.util.List<IObject> iobjects)
|
Ice.AsyncResult |
begin_addObjects(long shareId,
java.util.List<IObject> iobjects,
Callback_IShare_addObjects __cb)
|
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,
Callback_IShare_addObjects __cb)
|
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_addReply(long shareId,
java.lang.String comment,
TextAnnotation replyTo)
Creates
TextAnnotation comment which
replies to an existing comment. |
Ice.AsyncResult |
begin_addReply(long shareId,
java.lang.String comment,
TextAnnotation replyTo,
Callback_IShare_addReply __cb)
Creates
TextAnnotation comment which
replies to an existing comment. |
Ice.AsyncResult |
begin_addReply(long shareId,
java.lang.String comment,
TextAnnotation replyTo,
Ice.Callback __cb)
Creates
TextAnnotation 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)
Creates
TextAnnotation 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)
Creates
TextAnnotation 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)
Creates
TextAnnotation 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)
Creates
TextAnnotation 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)
Creates
TextAnnotation 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)
Creates
TextAnnotation 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)
Creates
TextAnnotation comment which
replies to an existing comment. |
Ice.AsyncResult |
begin_addUser(long shareId,
Experimenter exp)
Adds
Experimenter experimenter to
Session share. |
Ice.AsyncResult |
begin_addUser(long shareId,
Experimenter exp,
Callback_IShare_addUser __cb)
Adds
Experimenter experimenter to
Session share. |
Ice.AsyncResult |
begin_addUser(long shareId,
Experimenter exp,
Ice.Callback __cb)
Adds
Experimenter experimenter to
Session 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)
Adds
Experimenter experimenter to
Session 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)
Adds
Experimenter experimenter to
Session share. |
Ice.AsyncResult |
begin_addUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Adds
Experimenter experimenter to
Session share. |
Ice.AsyncResult |
begin_addUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_addUser __cb)
Adds
Experimenter experimenter to
Session share. |
Ice.AsyncResult |
begin_addUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Adds
Experimenter experimenter to
Session 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)
Adds
Experimenter experimenter to
Session 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)
Adds
Experimenter experimenter to
Session share. |
Ice.AsyncResult |
begin_addUsers(long shareId,
java.util.List<Experimenter> exps)
Adds
Experimenter experimenters to
Session share. |
Ice.AsyncResult |
begin_addUsers(long shareId,
java.util.List<Experimenter> exps,
Callback_IShare_addUsers __cb)
Adds
Experimenter experimenters to
Session share. |
Ice.AsyncResult |
begin_addUsers(long shareId,
java.util.List<Experimenter> exps,
Ice.Callback __cb)
Adds
Experimenter experimenters to
Session 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)
Adds
Experimenter experimenters to
Session 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)
Adds
Experimenter experimenters to
Session share. |
Ice.AsyncResult |
begin_addUsers(long shareId,
java.util.List<Experimenter> exps,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Adds
Experimenter experimenters to
Session 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)
Adds
Experimenter experimenters to
Session 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)
Adds
Experimenter experimenters to
Session 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)
Adds
Experimenter experimenters to
Session 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)
Adds
Experimenter experimenters to
Session share. |
Ice.AsyncResult |
begin_closeShare(long shareId)
Closes
Session share. |
Ice.AsyncResult |
begin_closeShare(long shareId,
Callback_IShare_closeShare __cb)
Closes
Session share. |
Ice.AsyncResult |
begin_closeShare(long shareId,
Ice.Callback __cb)
Closes
Session share. |
Ice.AsyncResult |
begin_closeShare(long shareId,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Closes
Session 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)
Closes
Session share. |
Ice.AsyncResult |
begin_closeShare(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Closes
Session share. |
Ice.AsyncResult |
begin_closeShare(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_closeShare __cb)
Closes
Session share. |
Ice.AsyncResult |
begin_closeShare(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Closes
Session 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)
Closes
Session 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)
Closes
Session 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,
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,
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,
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,
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_deactivate()
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_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,
Callback_IShare_deactivate __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,
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_deleteComment(Annotation comment)
Deletes
Annotation comment from the
database. |
Ice.AsyncResult |
begin_deleteComment(Annotation comment,
Callback_IShare_deleteComment __cb)
Deletes
Annotation comment from the
database. |
Ice.AsyncResult |
begin_deleteComment(Annotation comment,
Ice.Callback __cb)
Deletes
Annotation 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)
Deletes
Annotation 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)
Deletes
Annotation comment from the
database. |
Ice.AsyncResult |
begin_deleteComment(Annotation comment,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Deletes
Annotation comment from the
database. |
Ice.AsyncResult |
begin_deleteComment(Annotation comment,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_deleteComment __cb)
Deletes
Annotation comment from the
database. |
Ice.AsyncResult |
begin_deleteComment(Annotation comment,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Deletes
Annotation 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)
Deletes
Annotation 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)
Deletes
Annotation comment from the
database. |
Ice.AsyncResult |
begin_getActiveConnections(long shareId)
Gets actual active connections to
Session share. |
Ice.AsyncResult |
begin_getActiveConnections(long shareId,
Callback_IShare_getActiveConnections __cb)
Gets actual active connections to
Session share. |
Ice.AsyncResult |
begin_getActiveConnections(long shareId,
Ice.Callback __cb)
Gets actual active connections to
Session 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 to
Session 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 to
Session share. |
Ice.AsyncResult |
begin_getActiveConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets actual active connections to
Session 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 to
Session share. |
Ice.AsyncResult |
begin_getActiveConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Gets actual active connections to
Session 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 to
Session 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 to
Session share. |
Ice.AsyncResult |
begin_getAllGuests(long shareId)
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_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,
Callback_IShare_getAllGuests __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,
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_getAllMembers(long shareId)
Get all
Experimenter users who are a
member of the share. |
Ice.AsyncResult |
begin_getAllMembers(long shareId,
Callback_IShare_getAllMembers __cb)
Get all
Experimenter users who are a
member of the share. |
Ice.AsyncResult |
begin_getAllMembers(long shareId,
Ice.Callback __cb)
Get all
Experimenter 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 all
Experimenter 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 all
Experimenter 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 all
Experimenter 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 all
Experimenter 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 all
Experimenter 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 all
Experimenter 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 all
Experimenter users who are a
member of the share. |
Ice.AsyncResult |
begin_getAllUsers(long shareId)
Get a single set containing the
omero.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 the
omero.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 the
omero.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 the
omero.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 the
omero.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 the
omero.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 the
omero.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 the
omero.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 the
omero.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 the
omero.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,
Callback_IShare_getCommentCount __cb)
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,
Callback_IShare_getCommentCount __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,
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_getComments(long shareId)
Looks up all
Annotation comments which
belong to the Session share. |
Ice.AsyncResult |
begin_getComments(long shareId,
Callback_IShare_getComments __cb)
Looks up all
Annotation comments which
belong to the Session share. |
Ice.AsyncResult |
begin_getComments(long shareId,
Ice.Callback __cb)
Looks up all
Annotation comments which
belong to the Session 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 all
Annotation comments which
belong to the Session 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 all
Annotation comments which
belong to the Session share. |
Ice.AsyncResult |
begin_getComments(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up all
Annotation comments which
belong to the Session share. |
Ice.AsyncResult |
begin_getComments(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getComments __cb)
Looks up all
Annotation comments which
belong to the Session share. |
Ice.AsyncResult |
begin_getComments(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Looks up all
Annotation comments which
belong to the Session 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 all
Annotation comments which
belong to the Session 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 all
Annotation comments which
belong to the Session share. |
Ice.AsyncResult |
begin_getContentMap(long shareId)
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_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,
Callback_IShare_getContentMap __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,
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_getContents(long shareId)
|
Ice.AsyncResult |
begin_getContents(long shareId,
Callback_IShare_getContents __cb)
|
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,
Callback_IShare_getContents __cb)
|
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_getContentSize(long shareId)
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_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,
Callback_IShare_getContentSize __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,
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_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,
Callback_IShare_getContentSubList __cb)
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,
Callback_IShare_getContentSubList __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,
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_getEvents(long shareId,
Experimenter exp,
RTime from,
RTime to)
Gets events for
Session share per
Experimenter experimenter for period of
time. |
Ice.AsyncResult |
begin_getEvents(long shareId,
Experimenter exp,
RTime from,
RTime to,
Callback_IShare_getEvents __cb)
Gets events for
Session share per
Experimenter experimenter for period of
time. |
Ice.AsyncResult |
begin_getEvents(long shareId,
Experimenter exp,
RTime from,
RTime to,
Ice.Callback __cb)
Gets events for
Session share per
Experimenter 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 for
Session share per
Experimenter 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 for
Session share per
Experimenter 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 for
Session share per
Experimenter 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 for
Session share per
Experimenter 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 for
Session share per
Experimenter 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 for
Session share per
Experimenter 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 for
Session share per
Experimenter 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,
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,
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,
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,
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_getMemberShares(boolean active)
Gets all shares where current
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberShares(boolean active,
Callback_IShare_getMemberShares __cb)
Gets all shares where current
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberShares(boolean active,
Ice.Callback __cb)
Gets all shares where current
Experimenter 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 current
Experimenter 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 current
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberShares(boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all shares where current
Experimenter 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 current
Experimenter 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 current
Experimenter 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 current
Experimenter 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 current
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberSharesFor(Experimenter user,
boolean active)
Gets all shares where given
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberSharesFor(Experimenter user,
boolean active,
Callback_IShare_getMemberSharesFor __cb)
Gets all shares where given
Experimenter is a member. |
Ice.AsyncResult |
begin_getMemberSharesFor(Experimenter user,
boolean active,
Ice.Callback __cb)
Gets all shares where given
Experimenter 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 given
Experimenter 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 given
Experimenter 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 given
Experimenter 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 given
Experimenter 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 given
Experimenter 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 given
Experimenter 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 given
Experimenter is a member. |
Ice.AsyncResult |
begin_getOwnShares(boolean active)
Gets all owned shares for the current
Experimenter. |
Ice.AsyncResult |
begin_getOwnShares(boolean active,
Callback_IShare_getOwnShares __cb)
Gets all owned shares for the current
Experimenter. |
Ice.AsyncResult |
begin_getOwnShares(boolean active,
Ice.Callback __cb)
Gets all owned shares for the current
Experimenter. |
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 current
Experimenter. |
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 current
Experimenter. |
Ice.AsyncResult |
begin_getOwnShares(boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all owned shares for the current
Experimenter. |
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 current
Experimenter. |
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 current
Experimenter. |
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 current
Experimenter. |
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 current
Experimenter. |
Ice.AsyncResult |
begin_getPastConnections(long shareId)
Gets previous connections to
Session share. |
Ice.AsyncResult |
begin_getPastConnections(long shareId,
Callback_IShare_getPastConnections __cb)
Gets previous connections to
Session share. |
Ice.AsyncResult |
begin_getPastConnections(long shareId,
Ice.Callback __cb)
Gets previous connections to
Session 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 to
Session 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 to
Session share. |
Ice.AsyncResult |
begin_getPastConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets previous connections to
Session share. |
Ice.AsyncResult |
begin_getPastConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getPastConnections __cb)
Gets previous connections to
Session share. |
Ice.AsyncResult |
begin_getPastConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Gets previous connections to
Session 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 to
Session 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 to
Session share. |
Ice.AsyncResult |
begin_getShare(long shareId)
Gets a share as a
Session with all
related: Annotation comments,
Experimenter members, fully loaded. |
Ice.AsyncResult |
begin_getShare(long shareId,
Callback_IShare_getShare __cb)
Gets a share as a
Session with all
related: Annotation comments,
Experimenter members, fully loaded. |
Ice.AsyncResult |
begin_getShare(long shareId,
Ice.Callback __cb)
Gets a share as a
Session 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 a
Session 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 a
Session 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 a
Session 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 a
Session 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 a
Session 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 a
Session 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 a
Session with all
related: Annotation comments,
Experimenter members, fully loaded. |
Ice.AsyncResult |
begin_getSharesOwnedBy(Experimenter user,
boolean active)
Gets all shares owned by the given
Experimenter. |
Ice.AsyncResult |
begin_getSharesOwnedBy(Experimenter user,
boolean active,
Callback_IShare_getSharesOwnedBy __cb)
Gets all shares owned by the given
Experimenter. |
Ice.AsyncResult |
begin_getSharesOwnedBy(Experimenter user,
boolean active,
Ice.Callback __cb)
Gets all shares owned by the given
Experimenter. |
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 given
Experimenter. |
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 given
Experimenter. |
Ice.AsyncResult |
begin_getSharesOwnedBy(Experimenter user,
boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all shares owned by the given
Experimenter. |
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 given
Experimenter. |
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 given
Experimenter. |
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 given
Experimenter. |
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 given
Experimenter. |
Ice.AsyncResult |
begin_invalidateConnection(long shareId,
Experimenter exp)
Makes the connection invalid for
Session share for specified user. |
Ice.AsyncResult |
begin_invalidateConnection(long shareId,
Experimenter exp,
Callback_IShare_invalidateConnection __cb)
Makes the connection invalid for
Session share for specified user. |
Ice.AsyncResult |
begin_invalidateConnection(long shareId,
Experimenter exp,
Ice.Callback __cb)
Makes the connection invalid for
Session 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 for
Session 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 for
Session 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 for
Session 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 for
Session 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 for
Session 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 for
Session 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 for
Session 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,
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,
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,
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,
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_removeGuest(long shareId,
java.lang.String emailAddress)
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_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,
Callback_IShare_removeGuest __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,
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_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,
Callback_IShare_removeGuests __cb)
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,
Callback_IShare_removeGuests __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,
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_removeObject(long shareId,
IObject iobject)
|
Ice.AsyncResult |
begin_removeObject(long shareId,
IObject iobject,
Callback_IShare_removeObject __cb)
|
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,
Callback_IShare_removeObject __cb)
|
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_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,
Callback_IShare_removeObjects __cb)
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,
Callback_IShare_removeObjects __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,
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_removeUser(long shareId,
Experimenter exp)
Removes
Experimenter experimenter from
Session share. |
Ice.AsyncResult |
begin_removeUser(long shareId,
Experimenter exp,
Callback_IShare_removeUser __cb)
Removes
Experimenter experimenter from
Session share. |
Ice.AsyncResult |
begin_removeUser(long shareId,
Experimenter exp,
Ice.Callback __cb)
Removes
Experimenter experimenter from
Session 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)
Removes
Experimenter experimenter from
Session 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)
Removes
Experimenter experimenter from
Session share. |
Ice.AsyncResult |
begin_removeUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes
Experimenter experimenter from
Session share. |
Ice.AsyncResult |
begin_removeUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_removeUser __cb)
Removes
Experimenter experimenter from
Session share. |
Ice.AsyncResult |
begin_removeUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Removes
Experimenter experimenter from
Session 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)
Removes
Experimenter experimenter from
Session 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)
Removes
Experimenter experimenter from
Session share. |
Ice.AsyncResult |
begin_removeUsers(long shareId,
java.util.List<Experimenter> exps)
Removes
Experimenter experimenters from
Session share. |
Ice.AsyncResult |
begin_removeUsers(long shareId,
java.util.List<Experimenter> exps,
Callback_IShare_removeUsers __cb)
Removes
Experimenter experimenters from
Session share. |
Ice.AsyncResult |
begin_removeUsers(long shareId,
java.util.List<Experimenter> exps,
Ice.Callback __cb)
Removes
Experimenter experimenters from
Session 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)
Removes
Experimenter experimenters from
Session 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)
Removes
Experimenter experimenters from
Session share. |
Ice.AsyncResult |
begin_removeUsers(long shareId,
java.util.List<Experimenter> exps,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes
Experimenter experimenters from
Session 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)
Removes
Experimenter experimenters from
Session 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)
Removes
Experimenter experimenters from
Session 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)
Removes
Experimenter experimenters from
Session 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)
Removes
Experimenter experimenters from
Session share. |
Ice.AsyncResult |
begin_setActive(long shareId,
boolean active) |
Ice.AsyncResult |
begin_setActive(long shareId,
boolean active,
Callback_IShare_setActive __cb) |
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,
Callback_IShare_setActive __cb) |
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_setDescription(long shareId,
java.lang.String description) |
Ice.AsyncResult |
begin_setDescription(long shareId,
java.lang.String description,
Callback_IShare_setDescription __cb) |
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,
Callback_IShare_setDescription __cb) |
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_setExpiration(long shareId,
RTime expiration) |
Ice.AsyncResult |
begin_setExpiration(long shareId,
RTime expiration,
Callback_IShare_setExpiration __cb) |
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,
Callback_IShare_setExpiration __cb) |
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) |
void |
closeShare(long shareId)
Closes
Session share. |
void |
closeShare(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Closes
Session 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)
Deletes
Annotation comment from the
database. |
void |
deleteComment(Annotation comment,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Deletes
Annotation 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)
Creates
TextAnnotation comment for
Session 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)
Creates
TextAnnotation comment which
replies to an existing comment. |
void |
end_addUser(Ice.AsyncResult __result)
Adds
Experimenter experimenter to
Session share. |
void |
end_addUsers(Ice.AsyncResult __result)
Adds
Experimenter experimenters to
Session share. |
void |
end_closeShare(Ice.AsyncResult __result)
Closes
Session 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)
Deletes
Annotation comment from the
database. |
java.util.Map<java.lang.String,Experimenter> |
end_getActiveConnections(Ice.AsyncResult __result)
Gets actual active connections to
Session 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 all
Experimenter users who are a
member of the share. |
java.util.List<java.lang.String> |
end_getAllUsers(Ice.AsyncResult __result)
Get a single set containing the
omero.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 all
Annotation comments which
belong to the Session 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 for
Session share per
Experimenter 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 current
Experimenter is a member. |
java.util.List<Session> |
end_getMemberSharesFor(Ice.AsyncResult __result)
Gets all shares where given
Experimenter is a member. |
java.util.List<Session> |
end_getOwnShares(Ice.AsyncResult __result)
Gets all owned shares for the current
Experimenter. |
java.util.Map<java.lang.String,Experimenter> |
end_getPastConnections(Ice.AsyncResult __result)
Gets previous connections to
Session share. |
Share |
end_getShare(Ice.AsyncResult __result)
Gets a share as a
Session with all
related: Annotation comments,
Experimenter members, fully loaded. |
java.util.List<Session> |
end_getSharesOwnedBy(Ice.AsyncResult __result)
Gets all shares owned by the given
Experimenter. |
void |
end_invalidateConnection(Ice.AsyncResult __result)
Makes the connection invalid for
Session 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)
Removes
Experimenter experimenter from
Session share. |
void |
end_removeUsers(Ice.AsyncResult __result)
Removes
Experimenter experimenters from
Session 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 to
Session 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 to
Session 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 all
Experimenter 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 all
Experimenter users who are a
member of the share. |
java.util.List<java.lang.String> |
getAllUsers(long shareId)
Get a single set containing the
omero.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 the
omero.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 all
Annotation comments which
belong to the Session share. |
java.util.List<Annotation> |
getComments(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Looks up all
Annotation comments which
belong to the Session 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 for
Session share per
Experimenter 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 for
Session share per
Experimenter 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 current
Experimenter is a member. |
java.util.List<Session> |
getMemberShares(boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all shares where current
Experimenter is a member. |
java.util.List<Session> |
getMemberSharesFor(Experimenter user,
boolean active)
Gets all shares where given
Experimenter 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 given
Experimenter is a member. |
java.util.List<Session> |
getOwnShares(boolean active)
Gets all owned shares for the current
Experimenter. |
java.util.List<Session> |
getOwnShares(boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets all owned shares for the current
Experimenter. |
java.util.Map<java.lang.String,Experimenter> |
getPastConnections(long shareId)
Gets previous connections to
Session share. |
java.util.Map<java.lang.String,Experimenter> |
getPastConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Gets previous connections to
Session share. |
Share |
getShare(long shareId)
Gets a share as a
Session 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 a
Session with all
related: Annotation comments,
Experimenter members, fully loaded. |
java.util.List<Session> |
getSharesOwnedBy(Experimenter user,
boolean active)
Gets all shares owned by the given
Experimenter. |
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 given
Experimenter. |
void |
invalidateConnection(long shareId,
Experimenter exp)
Makes the connection invalid for
Session share for specified user. |
void |
invalidateConnection(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Makes the connection invalid for
Session 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)
Removes
Experimenter experimenter from
Session share. |
void |
removeUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes
Experimenter experimenter from
Session share. |
void |
removeUsers(long shareId,
java.util.List<Experimenter> exps)
Removes
Experimenter experimenters from
Session share. |
void |
removeUsers(long shareId,
java.util.List<Experimenter> exps,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes
Experimenter experimenters from
Session 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) |
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_twowayvoid activate(long shareId)
throws ServerError
ValidationException is thrown.ServerErrorvoid activate(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
ValidationException is thrown.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_activate(long shareId)
ValidationException is thrown.Ice.AsyncResult begin_activate(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
ValidationException is thrown.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_activate(long shareId,
Ice.Callback __cb)
ValidationException is thrown.__cb - The asynchronous callback object.Ice.AsyncResult begin_activate(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
ValidationException is thrown.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_activate(long shareId,
Callback_IShare_activate __cb)
ValidationException is thrown.__cb - The asynchronous callback object.Ice.AsyncResult begin_activate(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_activate __cb)
ValidationException is thrown.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_activate(long shareId,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
ValidationException is thrown.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
ValidationException is thrown.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
ValidationException is thrown.__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.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)
ValidationException is thrown.__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.void end_activate(Ice.AsyncResult __result)
throws ServerError
ValidationException is thrown.__result - The asynchronous result object.ServerErrorvoid deactivate()
throws ServerError
ServerErrorvoid deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_deactivate()
Ice.AsyncResult begin_deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_deactivate(Ice.Callback __cb)
__cb - The asynchronous callback object.Ice.AsyncResult begin_deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_deactivate(Callback_IShare_deactivate __cb)
__cb - The asynchronous callback object.Ice.AsyncResult begin_deactivate(java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_deactivate __cb)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_deactivate(IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.Ice.AsyncResult begin_deactivate(IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
__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.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)
__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.void end_deactivate(Ice.AsyncResult __result)
throws ServerError
__result - The asynchronous result object.ServerErrorShare getShare(long shareId) throws ServerError
Session with all
related: Annotation comments,
Experimenter members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException.Session with id and
Details 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 the
Session. Missing is a list of
share guests.ServerErrorShare getShare(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Session with all
related: Annotation comments,
Experimenter members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException.__ctx - The Context map to send with the invocation.Session with id and
Details 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 the
Session. Missing is a list of
share guests.ServerErrorIce.AsyncResult begin_getShare(long shareId)
Session with all
related: Annotation comments,
Experimenter members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException.Ice.AsyncResult begin_getShare(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Session with all
related: Annotation comments,
Experimenter members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_getShare(long shareId,
Ice.Callback __cb)
Session with all
related: Annotation comments,
Experimenter members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException.__cb - The asynchronous callback object.Ice.AsyncResult begin_getShare(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Session with all
related: Annotation comments,
Experimenter members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getShare(long shareId,
Callback_IShare_getShare __cb)
Session with all
related: Annotation comments,
Experimenter members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException.__cb - The asynchronous callback object.Ice.AsyncResult begin_getShare(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getShare __cb)
Session with all
related: Annotation comments,
Experimenter members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getShare(long shareId,
IceInternal.Functional_GenericCallback1<Share> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Session with all
related: Annotation comments,
Experimenter members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
Session with all
related: Annotation comments,
Experimenter members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
Session with all
related: Annotation comments,
Experimenter members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException.__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.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)
Session with all
related: Annotation comments,
Experimenter members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException.__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.Share end_getShare(Ice.AsyncResult __result) throws ServerError
Session with all
related: Annotation comments,
Experimenter members, fully loaded.
Unlike the other methods on this interface, if the
sessionId is unknown, does not throw a
ValidationException.__result - The asynchronous result object.Session with id and
Details 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 the
Session. Missing is a list of
share guests.ServerErrorjava.util.Map<java.lang.Long,java.lang.Long> getMemberCount(java.util.List<java.lang.Long> shareIds)
throws ServerError
ShareMember links.shareIds - Not null.ValidationException - if a given share does not existServerErrorjava.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
ShareMember links.shareIds - Not null.__ctx - The Context map to send with the invocation.ValidationException - if a given share does not existServerErrorIce.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds)
ShareMember links.shareIds - Not null.Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds,
java.util.Map<java.lang.String,java.lang.String> __ctx)
ShareMember links.shareIds - Not null.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds,
Ice.Callback __cb)
ShareMember links.shareIds - Not null.__cb - The asynchronous callback object.Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
ShareMember links.shareIds - Not null.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getMemberCount(java.util.List<java.lang.Long> shareIds,
Callback_IShare_getMemberCount __cb)
ShareMember links.shareIds - Not null.__cb - The asynchronous callback object.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)
ShareMember links.shareIds - Not null.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
ShareMember links.shareIds - Not null.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
ShareMember links.shareIds - Not null.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
ShareMember links.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.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)
ShareMember links.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.java.util.Map<java.lang.Long,java.lang.Long> end_getMemberCount(Ice.AsyncResult __result)
throws ServerError
ShareMember links.__result - The asynchronous result object.ValidationException - if a given share does not existServerErrorjava.util.List<Session> getOwnShares(boolean active) throws ServerError
Experimenter.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.ServerErrorjava.util.List<Session> getOwnShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Experimenter.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_getOwnShares(boolean active)
Experimenter.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.Ice.AsyncResult begin_getOwnShares(boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Experimenter.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_getOwnShares(boolean active,
Ice.Callback __cb)
Experimenter.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__cb - The asynchronous callback object.Ice.AsyncResult begin_getOwnShares(boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Experimenter.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getOwnShares(boolean active,
Callback_IShare_getOwnShares __cb)
Experimenter.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__cb - The asynchronous callback object.Ice.AsyncResult begin_getOwnShares(boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getOwnShares __cb)
Experimenter.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
Experimenter.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
Experimenter.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
Experimenter.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) 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.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)
Experimenter.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) 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.java.util.List<Session> end_getOwnShares(Ice.AsyncResult __result) throws ServerError
Experimenter.__result - The asynchronous result object.ServerErrorjava.util.List<Session> getMemberShares(boolean active) throws ServerError
Experimenter is a member.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.ServerErrorjava.util.List<Session> getMemberShares(boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Experimenter is a member.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_getMemberShares(boolean active)
Experimenter is a member.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.Ice.AsyncResult begin_getMemberShares(boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Experimenter is a member.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_getMemberShares(boolean active,
Ice.Callback __cb)
Experimenter is a member.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__cb - The asynchronous callback object.Ice.AsyncResult begin_getMemberShares(boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Experimenter is a member.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getMemberShares(boolean active,
Callback_IShare_getMemberShares __cb)
Experimenter is a member.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__cb - The asynchronous callback object.Ice.AsyncResult begin_getMemberShares(boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getMemberShares __cb)
Experimenter is a member.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
Experimenter is a member.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
Experimenter is a member.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
Experimenter is a member.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) 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.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)
Experimenter is a member.active - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) 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.java.util.List<Session> end_getMemberShares(Ice.AsyncResult __result) throws ServerError
Experimenter is a member.__result - The asynchronous result object.ServerErrorjava.util.List<Session> getSharesOwnedBy(Experimenter user, boolean active) throws ServerError
Experimenter.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.ServerErrorjava.util.List<Session> getSharesOwnedBy(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Experimenter.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active)
Experimenter.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
Experimenter.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, Ice.Callback __cb)
Experimenter.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__cb - The asynchronous callback object.Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Experimenter.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, Callback_IShare_getSharesOwnedBy __cb)
Experimenter.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__cb - The asynchronous callback object.Ice.AsyncResult begin_getSharesOwnedBy(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getSharesOwnedBy __cb)
Experimenter.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
Experimenter.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
Experimenter.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
Experimenter.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) 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.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)
Experimenter.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) 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.java.util.List<Session> end_getSharesOwnedBy(Ice.AsyncResult __result) throws ServerError
Experimenter.__result - The asynchronous result object.ServerErrorjava.util.List<Session> getMemberSharesFor(Experimenter user, boolean active) throws ServerError
Experimenter is a member.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.ServerErrorjava.util.List<Session> getMemberSharesFor(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Experimenter is a member.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active)
Experimenter is a member.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx)
Experimenter is a member.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, Ice.Callback __cb)
Experimenter is a member.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__cb - The asynchronous callback object.Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Experimenter is a member.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, Callback_IShare_getMemberSharesFor __cb)
Experimenter is a member.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__cb - The asynchronous callback object.Ice.AsyncResult begin_getMemberSharesFor(Experimenter user, boolean active, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_getMemberSharesFor __cb)
Experimenter is a member.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
Experimenter is a member.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
Experimenter is a member.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) will be filtered.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
Experimenter is a member.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) 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.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)
Experimenter is a member.user - the experimenteractive - if true, then only shares which can be used for
login will be returned. All draft shares
(see createShare) and closed shares (see
closeShare) 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.java.util.List<Session> end_getMemberSharesFor(Ice.AsyncResult __result) throws ServerError
Experimenter is a member.__result - The asynchronous result object.ServerErrorjava.util.List<IObject> getContents(long shareId) throws ServerError
ServerErrorjava.util.List<IObject> getContents(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_getContents(long shareId)
Ice.AsyncResult begin_getContents(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_getContents(long shareId,
Ice.Callback __cb)
__cb - The asynchronous callback object.Ice.AsyncResult begin_getContents(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getContents(long shareId,
Callback_IShare_getContents __cb)
__cb - The asynchronous callback object.Ice.AsyncResult begin_getContents(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getContents __cb)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
__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.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)
__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.java.util.List<IObject> end_getContents(Ice.AsyncResult __result) throws ServerError
__result - The asynchronous result object.ServerErrorjava.util.List<IObject> getContentSubList(long shareId, int start, int finish) throws ServerError
ServerErrorgetContents(long)java.util.List<IObject> getContentSubList(long shareId, int start, int finish, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx - The Context map to send with the invocation.ServerErrorgetContents(long)Ice.AsyncResult begin_getContentSubList(long shareId,
int start,
int finish)
Ice.AsyncResult begin_getContentSubList(long shareId,
int start,
int finish,
java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_getContentSubList(long shareId,
int start,
int finish,
Ice.Callback __cb)
__cb - The asynchronous callback object.Ice.AsyncResult begin_getContentSubList(long shareId,
int start,
int finish,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getContentSubList(long shareId,
int start,
int finish,
Callback_IShare_getContentSubList __cb)
__cb - The asynchronous callback object.Ice.AsyncResult begin_getContentSubList(long shareId,
int start,
int finish,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getContentSubList __cb)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
__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.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)
__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.java.util.List<IObject> end_getContentSubList(Ice.AsyncResult __result) throws ServerError
__result - The asynchronous result object.ServerErrorgetContents(long)int getContentSize(long shareId)
throws ServerError
ServerErrorint getContentSize(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_getContentSize(long shareId)
Ice.AsyncResult begin_getContentSize(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_getContentSize(long shareId,
Ice.Callback __cb)
__cb - The asynchronous callback object.Ice.AsyncResult begin_getContentSize(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getContentSize(long shareId,
Callback_IShare_getContentSize __cb)
__cb - The asynchronous callback object.Ice.AsyncResult begin_getContentSize(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getContentSize __cb)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getContentSize(long shareId,
IceInternal.Functional_IntCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
__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.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)
__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.int end_getContentSize(Ice.AsyncResult __result)
throws ServerError
__result - The asynchronous result object.ServerErrorjava.util.Map<java.lang.String,long[]> getContentMap(long shareId)
throws ServerError
ServerErrorjava.util.Map<java.lang.String,long[]> getContentMap(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_getContentMap(long shareId)
Ice.AsyncResult begin_getContentMap(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_getContentMap(long shareId,
Ice.Callback __cb)
__cb - The asynchronous callback object.Ice.AsyncResult begin_getContentMap(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getContentMap(long shareId,
Callback_IShare_getContentMap __cb)
__cb - The asynchronous callback object.Ice.AsyncResult begin_getContentMap(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getContentMap __cb)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
__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.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)
__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.java.util.Map<java.lang.String,long[]> end_getContentMap(Ice.AsyncResult __result)
throws ServerError
__result - The asynchronous result object.ServerErrorlong 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
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 except activate.
Similarly, the share password cannot be used by
guests to login.ServerErrorlong 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
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 except activate.
Similarly, the share password cannot be used by
guests to login.__ctx - The Context map to send with the invocation.ServerErrorIce.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)
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 except activate.
Similarly, the share password cannot be used by
guests to login.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)
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 except activate.
Similarly, the share password cannot be used by
guests to login.__ctx - The Context map to send with the invocation.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)
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 except activate.
Similarly, the share password cannot be used by
guests to login.__cb - The asynchronous callback object.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)
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 except activate.
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.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)
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 except activate.
Similarly, the share password cannot be used by
guests to login.__cb - The asynchronous callback object.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)
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 except activate.
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.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)
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 except activate.
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.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)
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 except activate.
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.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)
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 except activate.
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.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)
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 except activate.
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.long end_createShare(Ice.AsyncResult __result)
throws ServerError
__result - The asynchronous result object.ServerErrorvoid setDescription(long shareId,
java.lang.String description)
throws ServerError
ServerErrorvoid setDescription(long shareId,
java.lang.String description,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
ServerErrorIce.AsyncResult begin_setDescription(long shareId,
java.lang.String description)
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,
Ice.Callback __cb)
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,
Callback_IShare_setDescription __cb)
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,
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,
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)
void end_setDescription(Ice.AsyncResult __result)
throws ServerError
ServerErrorvoid setExpiration(long shareId,
RTime expiration)
throws ServerError
ServerErrorvoid setExpiration(long shareId,
RTime expiration,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
ServerErrorIce.AsyncResult begin_setExpiration(long shareId,
RTime expiration)
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,
Ice.Callback __cb)
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,
Callback_IShare_setExpiration __cb)
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,
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,
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)
void end_setExpiration(Ice.AsyncResult __result)
throws ServerError
ServerErrorvoid setActive(long shareId,
boolean active)
throws ServerError
ServerErrorvoid setActive(long shareId,
boolean active,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
ServerErrorIce.AsyncResult begin_setActive(long shareId,
boolean active)
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,
Ice.Callback __cb)
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,
Callback_IShare_setActive __cb)
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,
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,
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)
void end_setActive(Ice.AsyncResult __result)
throws ServerError
ServerErrorvoid closeShare(long shareId)
throws ServerError
Session share. No further logins
will be possible and all getters (e.g.
getMemberShares, getOwnShares, ...) will
filter these results if onlyActive is true.ServerErrorvoid closeShare(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
Session share. No further logins
will be possible and all getters (e.g.
getMemberShares, getOwnShares, ...) will
filter these results if onlyActive is true.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_closeShare(long shareId)
Session share. No further logins
will be possible and all getters (e.g.
getMemberShares, getOwnShares, ...) will
filter these results if onlyActive is true.Ice.AsyncResult begin_closeShare(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Session share. No further logins
will be possible and all getters (e.g.
getMemberShares, getOwnShares, ...) will
filter these results if onlyActive is true.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_closeShare(long shareId,
Ice.Callback __cb)
Session share. No further logins
will be possible and all getters (e.g.
getMemberShares, getOwnShares, ...) will
filter these results if onlyActive is true.__cb - The asynchronous callback object.Ice.AsyncResult begin_closeShare(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Session share. No further logins
will be possible and all getters (e.g.
getMemberShares, getOwnShares, ...) will
filter these results if onlyActive is true.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_closeShare(long shareId,
Callback_IShare_closeShare __cb)
Session share. No further logins
will be possible and all getters (e.g.
getMemberShares, getOwnShares, ...) will
filter these results if onlyActive is true.__cb - The asynchronous callback object.Ice.AsyncResult begin_closeShare(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_closeShare __cb)
Session share. No further logins
will be possible and all getters (e.g.
getMemberShares, getOwnShares, ...) will
filter these results if onlyActive is true.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_closeShare(long shareId,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Session share. No further logins
will be possible and all getters (e.g.
getMemberShares, getOwnShares, ...) will
filter these results if onlyActive is true.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
Session share. No further logins
will be possible and all getters (e.g.
getMemberShares, getOwnShares, ...) will
filter these results if onlyActive is true.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
Session share. No further logins
will be possible and all getters (e.g.
getMemberShares, getOwnShares, ...) will
filter these results if onlyActive is true.__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.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)
Session share. No further logins
will be possible and all getters (e.g.
getMemberShares, getOwnShares, ...) will
filter these results if onlyActive is true.__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.void end_closeShare(Ice.AsyncResult __result)
throws ServerError
Session share. No further logins
will be possible and all getters (e.g.
getMemberShares, getOwnShares, ...) will
filter these results if onlyActive is true.__result - The asynchronous result object.ServerErrorvoid addObjects(long shareId,
java.util.List<IObject> iobjects)
throws ServerError
IObject items to
Session share. Conceptually calls
addObjects for every argument passed, but the
graphs will be merged.ServerErrorvoid addObjects(long shareId,
java.util.List<IObject> iobjects,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
IObject items to
Session share. Conceptually calls
addObjects for every argument passed, but the
graphs will be merged.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_addObjects(long shareId,
java.util.List<IObject> iobjects)
IObject items to
Session share. Conceptually calls
addObjects for every argument passed, but the
graphs will be merged.Ice.AsyncResult begin_addObjects(long shareId,
java.util.List<IObject> iobjects,
java.util.Map<java.lang.String,java.lang.String> __ctx)
IObject items to
Session share. Conceptually calls
addObjects for every argument passed, but the
graphs will be merged.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_addObjects(long shareId,
java.util.List<IObject> iobjects,
Ice.Callback __cb)
IObject items to
Session share. Conceptually calls
addObjects for every argument passed, but the
graphs will be merged.__cb - The asynchronous callback object.Ice.AsyncResult begin_addObjects(long shareId,
java.util.List<IObject> iobjects,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
IObject items to
Session share. Conceptually calls
addObjects for every argument passed, but the
graphs will be merged.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_addObjects(long shareId,
java.util.List<IObject> iobjects,
Callback_IShare_addObjects __cb)
IObject items to
Session share. Conceptually calls
addObjects for every argument passed, but the
graphs will be merged.__cb - The asynchronous callback object.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)
IObject items to
Session share. Conceptually calls
addObjects for every argument passed, but the
graphs will be merged.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
IObject items to
Session share. Conceptually calls
addObjects for every argument passed, but the
graphs will be merged.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
IObject items to
Session share. Conceptually calls
addObjects for every argument passed, but the
graphs will be merged.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
IObject items to
Session share. Conceptually calls
addObjects for every argument passed, but the
graphs will be merged.__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.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)
IObject items to
Session share. Conceptually calls
addObjects for every argument passed, but the
graphs will be merged.__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.void end_addObjects(Ice.AsyncResult __result)
throws ServerError
IObject items to
Session share. Conceptually calls
addObjects for every argument passed, but the
graphs will be merged.__result - The asynchronous result object.ServerErrorvoid addObject(long shareId,
IObject iobject)
throws ServerError
IObject item to
Session 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.ServerErrorvoid addObject(long shareId,
IObject iobject,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
IObject item to
Session 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.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_addObject(long shareId,
IObject iobject)
IObject item to
Session 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.Ice.AsyncResult begin_addObject(long shareId,
IObject iobject,
java.util.Map<java.lang.String,java.lang.String> __ctx)
IObject item to
Session 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.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_addObject(long shareId,
IObject iobject,
Ice.Callback __cb)
IObject item to
Session 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.__cb - The asynchronous callback object.Ice.AsyncResult begin_addObject(long shareId,
IObject iobject,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
IObject item to
Session 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.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_addObject(long shareId,
IObject iobject,
Callback_IShare_addObject __cb)
IObject item to
Session 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.__cb - The asynchronous callback object.Ice.AsyncResult begin_addObject(long shareId,
IObject iobject,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_addObject __cb)
IObject item to
Session 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.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_addObject(long shareId,
IObject iobject,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IObject item to
Session 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.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
IObject item to
Session 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.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
IObject item to
Session 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.__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.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)
IObject item to
Session 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.__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.void end_addObject(Ice.AsyncResult __result)
throws ServerError
IObject item to
Session 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.__result - The asynchronous result object.ServerErrorvoid removeObjects(long shareId,
java.util.List<IObject> iobjects)
throws ServerError
ServerErrorvoid removeObjects(long shareId,
java.util.List<IObject> iobjects,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_removeObjects(long shareId,
java.util.List<IObject> iobjects)
Ice.AsyncResult begin_removeObjects(long shareId,
java.util.List<IObject> iobjects,
java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_removeObjects(long shareId,
java.util.List<IObject> iobjects,
Ice.Callback __cb)
__cb - The asynchronous callback object.Ice.AsyncResult begin_removeObjects(long shareId,
java.util.List<IObject> iobjects,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_removeObjects(long shareId,
java.util.List<IObject> iobjects,
Callback_IShare_removeObjects __cb)
__cb - The asynchronous callback object.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)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
__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.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)
__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.void end_removeObjects(Ice.AsyncResult __result)
throws ServerError
__result - The asynchronous result object.ServerErrorvoid removeObject(long shareId,
IObject iobject)
throws ServerError
ServerErrorvoid removeObject(long shareId,
IObject iobject,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_removeObject(long shareId,
IObject iobject)
Ice.AsyncResult begin_removeObject(long shareId,
IObject iobject,
java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_removeObject(long shareId,
IObject iobject,
Ice.Callback __cb)
__cb - The asynchronous callback object.Ice.AsyncResult begin_removeObject(long shareId,
IObject iobject,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_removeObject(long shareId,
IObject iobject,
Callback_IShare_removeObject __cb)
__cb - The asynchronous callback object.Ice.AsyncResult begin_removeObject(long shareId,
IObject iobject,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_removeObject __cb)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_removeObject(long shareId,
IObject iobject,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
__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.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)
__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.void end_removeObject(Ice.AsyncResult __result)
throws ServerError
__result - The asynchronous result object.ServerErrorjava.util.Map<java.lang.Long,java.lang.Long> getCommentCount(java.util.List<java.lang.Long> shareIds)
throws ServerError
shareIds - Not null.ValidationException - if a given share does not existServerErrorjava.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
shareIds - Not null.__ctx - The Context map to send with the invocation.ValidationException - if a given share does not existServerErrorIce.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds)
shareIds - Not null.Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds,
java.util.Map<java.lang.String,java.lang.String> __ctx)
shareIds - Not null.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds,
Ice.Callback __cb)
shareIds - Not null.__cb - The asynchronous callback object.Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
shareIds - Not null.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getCommentCount(java.util.List<java.lang.Long> shareIds,
Callback_IShare_getCommentCount __cb)
shareIds - Not null.__cb - The asynchronous callback object.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)
shareIds - Not null.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
shareIds - Not null.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
shareIds - Not null.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
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.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)
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.java.util.Map<java.lang.Long,java.lang.Long> end_getCommentCount(Ice.AsyncResult __result)
throws ServerError
__result - The asynchronous result object.ValidationException - if a given share does not existServerErrorjava.util.List<Annotation> getComments(long shareId) throws ServerError
Annotation comments which
belong to the Session share.ServerErrorjava.util.List<Annotation> getComments(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Annotation comments which
belong to the Session share.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_getComments(long shareId)
Annotation comments which
belong to the Session share.Ice.AsyncResult begin_getComments(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Annotation comments which
belong to the Session share.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_getComments(long shareId,
Ice.Callback __cb)
Annotation comments which
belong to the Session share.__cb - The asynchronous callback object.Ice.AsyncResult begin_getComments(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Annotation comments which
belong to the Session share.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getComments(long shareId,
Callback_IShare_getComments __cb)
Annotation comments which
belong to the Session share.__cb - The asynchronous callback object.Ice.AsyncResult begin_getComments(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getComments __cb)
Annotation comments which
belong to the Session share.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
Annotation comments which
belong to the Session share.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
Annotation comments which
belong to the Session share.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
Annotation comments which
belong to the Session share.__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.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)
Annotation comments which
belong to the Session share.__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.java.util.List<Annotation> end_getComments(Ice.AsyncResult __result) throws ServerError
Annotation comments which
belong to the Session share.__result - The asynchronous result object.ServerErrorTextAnnotation addComment(long shareId, java.lang.String comment) throws ServerError
TextAnnotation comment for
Session share.ServerErrorTextAnnotation addComment(long shareId, java.lang.String comment, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
TextAnnotation comment for
Session share.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_addComment(long shareId,
java.lang.String comment)
TextAnnotation comment for
Session share.Ice.AsyncResult begin_addComment(long shareId,
java.lang.String comment,
java.util.Map<java.lang.String,java.lang.String> __ctx)
TextAnnotation comment for
Session share.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_addComment(long shareId,
java.lang.String comment,
Ice.Callback __cb)
TextAnnotation comment for
Session share.__cb - The asynchronous callback object.Ice.AsyncResult begin_addComment(long shareId,
java.lang.String comment,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
TextAnnotation comment for
Session share.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_addComment(long shareId,
java.lang.String comment,
Callback_IShare_addComment __cb)
TextAnnotation comment for
Session share.__cb - The asynchronous callback object.Ice.AsyncResult begin_addComment(long shareId,
java.lang.String comment,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_addComment __cb)
TextAnnotation comment for
Session share.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
TextAnnotation comment for
Session share.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
TextAnnotation comment for
Session share.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
TextAnnotation comment for
Session share.__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.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)
TextAnnotation comment for
Session share.__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.TextAnnotation end_addComment(Ice.AsyncResult __result) throws ServerError
TextAnnotation comment for
Session share.__result - The asynchronous result object.ServerErrorTextAnnotation addReply(long shareId, java.lang.String comment, TextAnnotation replyTo) throws ServerError
TextAnnotation comment which
replies to an existing comment.TextAnnotationServerErrorTextAnnotation addReply(long shareId, java.lang.String comment, TextAnnotation replyTo, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
TextAnnotation comment which
replies to an existing comment.__ctx - The Context map to send with the invocation.TextAnnotationServerErrorIce.AsyncResult begin_addReply(long shareId,
java.lang.String comment,
TextAnnotation replyTo)
TextAnnotation 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)
TextAnnotation comment which
replies to an existing comment.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_addReply(long shareId,
java.lang.String comment,
TextAnnotation replyTo,
Ice.Callback __cb)
TextAnnotation comment which
replies to an existing comment.__cb - The asynchronous callback object.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)
TextAnnotation comment which
replies to an existing comment.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_addReply(long shareId,
java.lang.String comment,
TextAnnotation replyTo,
Callback_IShare_addReply __cb)
TextAnnotation comment which
replies to an existing comment.__cb - The asynchronous callback object.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)
TextAnnotation comment which
replies to an existing comment.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
TextAnnotation comment which
replies to an existing comment.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
TextAnnotation comment which
replies to an existing comment.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
TextAnnotation comment which
replies to an existing comment.__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.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)
TextAnnotation comment which
replies to an existing comment.__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.TextAnnotation end_addReply(Ice.AsyncResult __result) throws ServerError
TextAnnotation comment which
replies to an existing comment.__result - The asynchronous result object.TextAnnotationServerErrorvoid deleteComment(Annotation comment) throws ServerError
Annotation comment from the
database.ServerErrorvoid deleteComment(Annotation comment, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Annotation comment from the
database.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_deleteComment(Annotation comment)
Annotation comment from the
database.Ice.AsyncResult begin_deleteComment(Annotation comment, java.util.Map<java.lang.String,java.lang.String> __ctx)
Annotation comment from the
database.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_deleteComment(Annotation comment, Ice.Callback __cb)
Annotation comment from the
database.__cb - The asynchronous callback object.Ice.AsyncResult begin_deleteComment(Annotation comment, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Annotation comment from the
database.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_deleteComment(Annotation comment, Callback_IShare_deleteComment __cb)
Annotation comment from the
database.__cb - The asynchronous callback object.Ice.AsyncResult begin_deleteComment(Annotation comment, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IShare_deleteComment __cb)
Annotation comment from the
database.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_deleteComment(Annotation comment, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Annotation comment from the
database.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
Annotation comment from the
database.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
Annotation comment from the
database.__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.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)
Annotation comment from the
database.__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.void end_deleteComment(Ice.AsyncResult __result)
throws ServerError
Annotation comment from the
database.__result - The asynchronous result object.ServerErrorjava.util.List<Experimenter> getAllMembers(long shareId) throws ServerError
Experimenter users who are a
member of the share.ServerErrorjava.util.List<Experimenter> getAllMembers(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Experimenter users who are a
member of the share.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_getAllMembers(long shareId)
Experimenter users who are a
member of the share.Ice.AsyncResult begin_getAllMembers(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Experimenter users who are a
member of the share.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_getAllMembers(long shareId,
Ice.Callback __cb)
Experimenter users who are a
member of the share.__cb - The asynchronous callback object.Ice.AsyncResult begin_getAllMembers(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Experimenter users who are a
member of the share.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getAllMembers(long shareId,
Callback_IShare_getAllMembers __cb)
Experimenter users who are a
member of the share.__cb - The asynchronous callback object.Ice.AsyncResult begin_getAllMembers(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getAllMembers __cb)
Experimenter users who are a
member of the share.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
Experimenter users who are a
member of the share.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
Experimenter users who are a
member of the share.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
Experimenter users who are a
member of the share.__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.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)
Experimenter users who are a
member of the share.__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.java.util.List<Experimenter> end_getAllMembers(Ice.AsyncResult __result) throws ServerError
Experimenter users who are a
member of the share.__result - The asynchronous result object.ServerErrorjava.util.List<java.lang.String> getAllGuests(long shareId)
throws ServerError
ServerErrorjava.util.List<java.lang.String> getAllGuests(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_getAllGuests(long shareId)
Ice.AsyncResult begin_getAllGuests(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_getAllGuests(long shareId,
Ice.Callback __cb)
__cb - The asynchronous callback object.Ice.AsyncResult begin_getAllGuests(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getAllGuests(long shareId,
Callback_IShare_getAllGuests __cb)
__cb - The asynchronous callback object.Ice.AsyncResult begin_getAllGuests(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getAllGuests __cb)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
__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.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)
__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.java.util.List<java.lang.String> end_getAllGuests(Ice.AsyncResult __result)
throws ServerError
__result - The asynchronous result object.ServerErrorjava.util.List<java.lang.String> getAllUsers(long shareId)
throws ServerError,
ValidationException
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests.shareId - Set containing the login of all
usersValidationException - if there is a conflict between email addresses and
user names.ServerErrorjava.util.List<java.lang.String> getAllUsers(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError,
ValidationException
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests.shareId - __ctx - The Context map to send with the invocation.Set containing the login of all
usersValidationException - if there is a conflict between email addresses and
user names.ServerErrorIce.AsyncResult begin_getAllUsers(long shareId)
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests.shareId - Ice.AsyncResult begin_getAllUsers(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests.shareId - __ctx - The Context map to send with the invocation.Ice.AsyncResult begin_getAllUsers(long shareId,
Ice.Callback __cb)
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests.shareId - __cb - The asynchronous callback object.Ice.AsyncResult begin_getAllUsers(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests.shareId - __ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getAllUsers(long shareId,
Callback_IShare_getAllUsers __cb)
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests.shareId - __cb - The asynchronous callback object.Ice.AsyncResult begin_getAllUsers(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getAllUsers __cb)
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests.shareId - __ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests.shareId - __responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests.shareId - __responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests.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.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)
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests.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.java.util.List<java.lang.String> end_getAllUsers(Ice.AsyncResult __result)
throws ServerError,
ValidationException
omero.model.Experimenter.getOmeName login names
of the users as well email addresses for guests.__result - The asynchronous result object.Set containing the login of all
usersValidationException - if there is a conflict between email addresses and
user names.ServerErrorvoid addUsers(long shareId,
java.util.List<Experimenter> exps)
throws ServerError
Experimenter experimenters to
Session share.ServerErrorvoid addUsers(long shareId,
java.util.List<Experimenter> exps,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
Experimenter experimenters to
Session share.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_addUsers(long shareId,
java.util.List<Experimenter> exps)
Experimenter experimenters to
Session share.Ice.AsyncResult begin_addUsers(long shareId,
java.util.List<Experimenter> exps,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Experimenter experimenters to
Session share.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_addUsers(long shareId,
java.util.List<Experimenter> exps,
Ice.Callback __cb)
Experimenter experimenters to
Session share.__cb - The asynchronous callback object.Ice.AsyncResult begin_addUsers(long shareId,
java.util.List<Experimenter> exps,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Experimenter experimenters to
Session share.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_addUsers(long shareId,
java.util.List<Experimenter> exps,
Callback_IShare_addUsers __cb)
Experimenter experimenters to
Session share.__cb - The asynchronous callback object.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)
Experimenter experimenters to
Session share.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
Experimenter experimenters to
Session share.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
Experimenter experimenters to
Session share.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
Experimenter experimenters to
Session share.__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.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)
Experimenter experimenters to
Session share.__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.void end_addUsers(Ice.AsyncResult __result)
throws ServerError
Experimenter experimenters to
Session share.__result - The asynchronous result object.ServerErrorvoid addGuests(long shareId,
java.util.List<java.lang.String> emailAddresses)
throws ServerError
ServerErrorvoid addGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_addGuests(long shareId,
java.util.List<java.lang.String> emailAddresses)
Ice.AsyncResult begin_addGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_addGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
Ice.Callback __cb)
__cb - The asynchronous callback object.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)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_addGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
Callback_IShare_addGuests __cb)
__cb - The asynchronous callback object.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)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
__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.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)
__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.void end_addGuests(Ice.AsyncResult __result)
throws ServerError
__result - The asynchronous result object.ServerErrorvoid removeUsers(long shareId,
java.util.List<Experimenter> exps)
throws ServerError
Experimenter experimenters from
Session share.ServerErrorvoid removeUsers(long shareId,
java.util.List<Experimenter> exps,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
Experimenter experimenters from
Session share.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_removeUsers(long shareId,
java.util.List<Experimenter> exps)
Experimenter experimenters from
Session share.Ice.AsyncResult begin_removeUsers(long shareId,
java.util.List<Experimenter> exps,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Experimenter experimenters from
Session share.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_removeUsers(long shareId,
java.util.List<Experimenter> exps,
Ice.Callback __cb)
Experimenter experimenters from
Session share.__cb - The asynchronous callback object.Ice.AsyncResult begin_removeUsers(long shareId,
java.util.List<Experimenter> exps,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Experimenter experimenters from
Session share.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_removeUsers(long shareId,
java.util.List<Experimenter> exps,
Callback_IShare_removeUsers __cb)
Experimenter experimenters from
Session share.__cb - The asynchronous callback object.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)
Experimenter experimenters from
Session share.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
Experimenter experimenters from
Session share.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
Experimenter experimenters from
Session share.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
Experimenter experimenters from
Session share.__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.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)
Experimenter experimenters from
Session share.__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.void end_removeUsers(Ice.AsyncResult __result)
throws ServerError
Experimenter experimenters from
Session share.__result - The asynchronous result object.ServerErrorvoid removeGuests(long shareId,
java.util.List<java.lang.String> emailAddresses)
throws ServerError
ServerErrorvoid removeGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_removeGuests(long shareId,
java.util.List<java.lang.String> emailAddresses)
Ice.AsyncResult begin_removeGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_removeGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
Ice.Callback __cb)
__cb - The asynchronous callback object.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)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_removeGuests(long shareId,
java.util.List<java.lang.String> emailAddresses,
Callback_IShare_removeGuests __cb)
__cb - The asynchronous callback object.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)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
__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.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)
__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.void end_removeGuests(Ice.AsyncResult __result)
throws ServerError
__result - The asynchronous result object.ServerErrorvoid addUser(long shareId,
Experimenter exp)
throws ServerError
Experimenter experimenter to
Session share.ServerErrorvoid addUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
Experimenter experimenter to
Session share.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_addUser(long shareId,
Experimenter exp)
Experimenter experimenter to
Session share.Ice.AsyncResult begin_addUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Experimenter experimenter to
Session share.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_addUser(long shareId,
Experimenter exp,
Ice.Callback __cb)
Experimenter experimenter to
Session share.__cb - The asynchronous callback object.Ice.AsyncResult begin_addUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Experimenter experimenter to
Session share.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_addUser(long shareId,
Experimenter exp,
Callback_IShare_addUser __cb)
Experimenter experimenter to
Session share.__cb - The asynchronous callback object.Ice.AsyncResult begin_addUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_addUser __cb)
Experimenter experimenter to
Session share.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_addUser(long shareId,
Experimenter exp,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Experimenter experimenter to
Session share.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
Experimenter experimenter to
Session share.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
Experimenter experimenter to
Session share.__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.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)
Experimenter experimenter to
Session share.__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.void end_addUser(Ice.AsyncResult __result)
throws ServerError
Experimenter experimenter to
Session share.__result - The asynchronous result object.ServerErrorvoid addGuest(long shareId,
java.lang.String emailAddress)
throws ServerError
ServerErrorvoid addGuest(long shareId,
java.lang.String emailAddress,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_addGuest(long shareId,
java.lang.String emailAddress)
Ice.AsyncResult begin_addGuest(long shareId,
java.lang.String emailAddress,
java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_addGuest(long shareId,
java.lang.String emailAddress,
Ice.Callback __cb)
__cb - The asynchronous callback object.Ice.AsyncResult begin_addGuest(long shareId,
java.lang.String emailAddress,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_addGuest(long shareId,
java.lang.String emailAddress,
Callback_IShare_addGuest __cb)
__cb - The asynchronous callback object.Ice.AsyncResult begin_addGuest(long shareId,
java.lang.String emailAddress,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_addGuest __cb)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
__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.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)
__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.void end_addGuest(Ice.AsyncResult __result)
throws ServerError
__result - The asynchronous result object.ServerErrorvoid removeUser(long shareId,
Experimenter exp)
throws ServerError
Experimenter experimenter from
Session share.ServerErrorvoid removeUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
Experimenter experimenter from
Session share.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_removeUser(long shareId,
Experimenter exp)
Experimenter experimenter from
Session share.Ice.AsyncResult begin_removeUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Experimenter experimenter from
Session share.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_removeUser(long shareId,
Experimenter exp,
Ice.Callback __cb)
Experimenter experimenter from
Session share.__cb - The asynchronous callback object.Ice.AsyncResult begin_removeUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Experimenter experimenter from
Session share.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_removeUser(long shareId,
Experimenter exp,
Callback_IShare_removeUser __cb)
Experimenter experimenter from
Session share.__cb - The asynchronous callback object.Ice.AsyncResult begin_removeUser(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_removeUser __cb)
Experimenter experimenter from
Session share.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_removeUser(long shareId,
Experimenter exp,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Experimenter experimenter from
Session share.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
Experimenter experimenter from
Session share.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
Experimenter experimenter from
Session share.__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.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)
Experimenter experimenter from
Session share.__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.void end_removeUser(Ice.AsyncResult __result)
throws ServerError
Experimenter experimenter from
Session share.__result - The asynchronous result object.ServerErrorvoid removeGuest(long shareId,
java.lang.String emailAddress)
throws ServerError
ServerErrorvoid removeGuest(long shareId,
java.lang.String emailAddress,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_removeGuest(long shareId,
java.lang.String emailAddress)
Ice.AsyncResult begin_removeGuest(long shareId,
java.lang.String emailAddress,
java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_removeGuest(long shareId,
java.lang.String emailAddress,
Ice.Callback __cb)
__cb - The asynchronous callback object.Ice.AsyncResult begin_removeGuest(long shareId,
java.lang.String emailAddress,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_removeGuest(long shareId,
java.lang.String emailAddress,
Callback_IShare_removeGuest __cb)
__cb - The asynchronous callback object.Ice.AsyncResult begin_removeGuest(long shareId,
java.lang.String emailAddress,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_removeGuest __cb)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
__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.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)
__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.void end_removeGuest(Ice.AsyncResult __result)
throws ServerError
__result - The asynchronous result object.ServerErrorjava.util.Map<java.lang.String,Experimenter> getActiveConnections(long shareId) throws ServerError
Session share.ServerErrorjava.util.Map<java.lang.String,Experimenter> getActiveConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Session share.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_getActiveConnections(long shareId)
Session share.Ice.AsyncResult begin_getActiveConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Session share.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_getActiveConnections(long shareId,
Ice.Callback __cb)
Session share.__cb - The asynchronous callback object.Ice.AsyncResult begin_getActiveConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Session share.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getActiveConnections(long shareId,
Callback_IShare_getActiveConnections __cb)
Session share.__cb - The asynchronous callback object.Ice.AsyncResult begin_getActiveConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getActiveConnections __cb)
Session share.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
Session share.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
Session share.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
Session share.__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.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)
Session share.__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.java.util.Map<java.lang.String,Experimenter> end_getActiveConnections(Ice.AsyncResult __result) throws ServerError
Session share.__result - The asynchronous result object.ServerErrorjava.util.Map<java.lang.String,Experimenter> getPastConnections(long shareId) throws ServerError
Session share.ServerErrorjava.util.Map<java.lang.String,Experimenter> getPastConnections(long shareId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Session share.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_getPastConnections(long shareId)
Session share.Ice.AsyncResult begin_getPastConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Session share.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_getPastConnections(long shareId,
Ice.Callback __cb)
Session share.__cb - The asynchronous callback object.Ice.AsyncResult begin_getPastConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Session share.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getPastConnections(long shareId,
Callback_IShare_getPastConnections __cb)
Session share.__cb - The asynchronous callback object.Ice.AsyncResult begin_getPastConnections(long shareId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_getPastConnections __cb)
Session share.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
Session share.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
Session share.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
Session share.__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.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)
Session share.__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.java.util.Map<java.lang.String,Experimenter> end_getPastConnections(Ice.AsyncResult __result) throws ServerError
Session share.__result - The asynchronous result object.ServerErrorvoid invalidateConnection(long shareId,
Experimenter exp)
throws ServerError
Session share for specified user.ServerErrorvoid invalidateConnection(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx)
throws ServerError
Session share for specified user.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_invalidateConnection(long shareId,
Experimenter exp)
Session share for specified user.Ice.AsyncResult begin_invalidateConnection(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Session share for specified user.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_invalidateConnection(long shareId,
Experimenter exp,
Ice.Callback __cb)
Session share for specified user.__cb - The asynchronous callback object.Ice.AsyncResult begin_invalidateConnection(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Session share for specified user.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_invalidateConnection(long shareId,
Experimenter exp,
Callback_IShare_invalidateConnection __cb)
Session share for specified user.__cb - The asynchronous callback object.Ice.AsyncResult begin_invalidateConnection(long shareId,
Experimenter exp,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IShare_invalidateConnection __cb)
Session share for specified user.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_invalidateConnection(long shareId,
Experimenter exp,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Session share for specified user.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
Session share for specified user.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
Session share for specified user.__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.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)
Session share for specified user.__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.void end_invalidateConnection(Ice.AsyncResult __result)
throws ServerError
Session share for specified user.__result - The asynchronous result object.ServerErrorjava.util.List<IObject> getEvents(long shareId, Experimenter exp, RTime from, RTime to) throws ServerError
Session share per
Experimenter experimenter for period of
time.ServerErrorjava.util.List<IObject> getEvents(long shareId, Experimenter exp, RTime from, RTime to, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Session share per
Experimenter experimenter for period of
time.__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_getEvents(long shareId,
Experimenter exp,
RTime from,
RTime to)
Session share per
Experimenter 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)
Session share per
Experimenter experimenter for period of
time.__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_getEvents(long shareId,
Experimenter exp,
RTime from,
RTime to,
Ice.Callback __cb)
Session share per
Experimenter experimenter for period of
time.__cb - The asynchronous callback object.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)
Session share per
Experimenter experimenter for period of
time.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_getEvents(long shareId,
Experimenter exp,
RTime from,
RTime to,
Callback_IShare_getEvents __cb)
Session share per
Experimenter experimenter for period of
time.__cb - The asynchronous callback object.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)
Session share per
Experimenter experimenter for period of
time.__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
Session share per
Experimenter experimenter for period of
time.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
Session share per
Experimenter experimenter for period of
time.__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
Session share per
Experimenter experimenter for period of
time.__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.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)
Session share per
Experimenter experimenter for period of
time.__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.java.util.List<IObject> end_getEvents(Ice.AsyncResult __result) throws ServerError
Session share per
Experimenter experimenter for period of
time.__result - The asynchronous result object.ServerErrorvoid notifyMembersOfShare(long shareId,
java.lang.String subject,
java.lang.String message,
boolean html)
throws ServerError
ServerErrorvoid 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
__ctx - The Context map to send with the invocation.ServerErrorIce.AsyncResult begin_notifyMembersOfShare(long shareId,
java.lang.String subject,
java.lang.String message,
boolean html)
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)
__ctx - The Context map to send with the invocation.Ice.AsyncResult begin_notifyMembersOfShare(long shareId,
java.lang.String subject,
java.lang.String message,
boolean html,
Ice.Callback __cb)
__cb - The asynchronous callback object.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)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.Ice.AsyncResult begin_notifyMembersOfShare(long shareId,
java.lang.String subject,
java.lang.String message,
boolean html,
Callback_IShare_notifyMembersOfShare __cb)
__cb - The asynchronous callback object.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)
__ctx - The Context map to send with the invocation.__cb - The asynchronous callback object.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.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)
__responseCb - The lambda response callback.__userExceptionCb - The lambda user exception callback.__exceptionCb - The lambda exception callback.__sentCb - The lambda sent callback.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)
__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.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)
__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.void end_notifyMembersOfShare(Ice.AsyncResult __result)
throws ServerError
__result - The asynchronous result object.ServerError