public final class IContainerPrxHelper extends Ice.ObjectPrxHelperBase implements IContainerPrx
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
static long |
serialVersionUID |
Constructor and Description |
---|
IContainerPrxHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
__createDataObject_completed(Ice.TwowayCallbackArg1UE<IObject> __cb,
Ice.AsyncResult __result) |
static void |
__createDataObjects_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb,
Ice.AsyncResult __result) |
static void |
__findContainerHierarchies_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb,
Ice.AsyncResult __result) |
static void |
__getCollectionCount_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Long,java.lang.Long>> __cb,
Ice.AsyncResult __result) |
static void |
__getImages_completed(Ice.TwowayCallbackArg1UE<java.util.List<Image>> __cb,
Ice.AsyncResult __result) |
static void |
__getImagesByOptions_completed(Ice.TwowayCallbackArg1UE<java.util.List<Image>> __cb,
Ice.AsyncResult __result) |
static void |
__getImagesBySplitFilesets_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Long,java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>>> __cb,
Ice.AsyncResult __result) |
static void |
__getUserImages_completed(Ice.TwowayCallbackArg1UE<java.util.List<Image>> __cb,
Ice.AsyncResult __result) |
static void |
__link_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb,
Ice.AsyncResult __result) |
static void |
__loadContainerHierarchy_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb,
Ice.AsyncResult __result) |
static IContainerPrx |
__read(IceInternal.BasicStream __is) |
static void |
__retrieveCollection_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb,
Ice.AsyncResult __result) |
static void |
__unlink_completed(Ice.TwowayCallbackVoidUE __cb,
Ice.AsyncResult __result) |
static void |
__updateDataObject_completed(Ice.TwowayCallbackArg1UE<IObject> __cb,
Ice.AsyncResult __result) |
static void |
__updateDataObjects_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb,
Ice.AsyncResult __result) |
static void |
__write(IceInternal.BasicStream __os,
IContainerPrx v) |
Ice.AsyncResult |
begin_createDataObject(IObject obj,
Parameters options)
Creates the specified data object.
|
Ice.AsyncResult |
begin_createDataObject(IObject obj,
Parameters options,
Callback_IContainer_createDataObject __cb)
Creates the specified data object.
|
Ice.AsyncResult |
begin_createDataObject(IObject obj,
Parameters options,
Ice.Callback __cb)
Creates the specified data object.
|
Ice.AsyncResult |
begin_createDataObject(IObject obj,
Parameters options,
IceInternal.Functional_GenericCallback1<IObject> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Creates the specified data object.
|
Ice.AsyncResult |
begin_createDataObject(IObject obj,
Parameters options,
IceInternal.Functional_GenericCallback1<IObject> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Creates the specified data object.
|
Ice.AsyncResult |
begin_createDataObject(IObject obj,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Creates the specified data object.
|
Ice.AsyncResult |
begin_createDataObject(IObject obj,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IContainer_createDataObject __cb)
Creates the specified data object.
|
Ice.AsyncResult |
begin_createDataObject(IObject obj,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Creates the specified data object.
|
Ice.AsyncResult |
begin_createDataObject(IObject obj,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<IObject> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Creates the specified data object.
|
Ice.AsyncResult |
begin_createDataObject(IObject obj,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<IObject> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Creates the specified data object.
|
Ice.AsyncResult |
begin_createDataObjects(java.util.List<IObject> dataObjects,
Parameters options)
Convenience method to save network calls.
|
Ice.AsyncResult |
begin_createDataObjects(java.util.List<IObject> dataObjects,
Parameters options,
Callback_IContainer_createDataObjects __cb)
Convenience method to save network calls.
|
Ice.AsyncResult |
begin_createDataObjects(java.util.List<IObject> dataObjects,
Parameters options,
Ice.Callback __cb)
Convenience method to save network calls.
|
Ice.AsyncResult |
begin_createDataObjects(java.util.List<IObject> dataObjects,
Parameters options,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Convenience method to save network calls.
|
Ice.AsyncResult |
begin_createDataObjects(java.util.List<IObject> dataObjects,
Parameters options,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Convenience method to save network calls.
|
Ice.AsyncResult |
begin_createDataObjects(java.util.List<IObject> dataObjects,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Convenience method to save network calls.
|
Ice.AsyncResult |
begin_createDataObjects(java.util.List<IObject> dataObjects,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IContainer_createDataObjects __cb)
Convenience method to save network calls.
|
Ice.AsyncResult |
begin_createDataObjects(java.util.List<IObject> dataObjects,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Convenience method to save network calls.
|
Ice.AsyncResult |
begin_createDataObjects(java.util.List<IObject> dataObjects,
Parameters options,
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)
Convenience method to save network calls.
|
Ice.AsyncResult |
begin_createDataObjects(java.util.List<IObject> dataObjects,
Parameters options,
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)
Convenience method to save network calls.
|
Ice.AsyncResult |
begin_findContainerHierarchies(java.lang.String rootType,
java.util.List<java.lang.Long> imageIds,
Parameters options)
Retrieves hierarchy trees in various hierarchies that
contain the specified Images.
|
Ice.AsyncResult |
begin_findContainerHierarchies(java.lang.String rootType,
java.util.List<java.lang.Long> imageIds,
Parameters options,
Callback_IContainer_findContainerHierarchies __cb)
Retrieves hierarchy trees in various hierarchies that
contain the specified Images.
|
Ice.AsyncResult |
begin_findContainerHierarchies(java.lang.String rootType,
java.util.List<java.lang.Long> imageIds,
Parameters options,
Ice.Callback __cb)
Retrieves hierarchy trees in various hierarchies that
contain the specified Images.
|
Ice.AsyncResult |
begin_findContainerHierarchies(java.lang.String rootType,
java.util.List<java.lang.Long> imageIds,
Parameters options,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves hierarchy trees in various hierarchies that
contain the specified Images.
|
Ice.AsyncResult |
begin_findContainerHierarchies(java.lang.String rootType,
java.util.List<java.lang.Long> imageIds,
Parameters options,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Retrieves hierarchy trees in various hierarchies that
contain the specified Images.
|
Ice.AsyncResult |
begin_findContainerHierarchies(java.lang.String rootType,
java.util.List<java.lang.Long> imageIds,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves hierarchy trees in various hierarchies that
contain the specified Images.
|
Ice.AsyncResult |
begin_findContainerHierarchies(java.lang.String rootType,
java.util.List<java.lang.Long> imageIds,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IContainer_findContainerHierarchies __cb)
Retrieves hierarchy trees in various hierarchies that
contain the specified Images.
|
Ice.AsyncResult |
begin_findContainerHierarchies(java.lang.String rootType,
java.util.List<java.lang.Long> imageIds,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Retrieves hierarchy trees in various hierarchies that
contain the specified Images.
|
Ice.AsyncResult |
begin_findContainerHierarchies(java.lang.String rootType,
java.util.List<java.lang.Long> imageIds,
Parameters options,
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)
Retrieves hierarchy trees in various hierarchies that
contain the specified Images.
|
Ice.AsyncResult |
begin_findContainerHierarchies(java.lang.String rootType,
java.util.List<java.lang.Long> imageIds,
Parameters options,
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)
Retrieves hierarchy trees in various hierarchies that
contain the specified Images.
|
Ice.AsyncResult |
begin_getCollectionCount(java.lang.String type,
java.lang.String property,
java.util.List<java.lang.Long> ids,
Parameters options)
Counts the number of members in a collection for a given
object.
|
Ice.AsyncResult |
begin_getCollectionCount(java.lang.String type,
java.lang.String property,
java.util.List<java.lang.Long> ids,
Parameters options,
Callback_IContainer_getCollectionCount __cb)
Counts the number of members in a collection for a given
object.
|
Ice.AsyncResult |
begin_getCollectionCount(java.lang.String type,
java.lang.String property,
java.util.List<java.lang.Long> ids,
Parameters options,
Ice.Callback __cb)
Counts the number of members in a collection for a given
object.
|
Ice.AsyncResult |
begin_getCollectionCount(java.lang.String type,
java.lang.String property,
java.util.List<java.lang.Long> ids,
Parameters options,
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)
Counts the number of members in a collection for a given
object.
|
Ice.AsyncResult |
begin_getCollectionCount(java.lang.String type,
java.lang.String property,
java.util.List<java.lang.Long> ids,
Parameters options,
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)
Counts the number of members in a collection for a given
object.
|
Ice.AsyncResult |
begin_getCollectionCount(java.lang.String type,
java.lang.String property,
java.util.List<java.lang.Long> ids,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Counts the number of members in a collection for a given
object.
|
Ice.AsyncResult |
begin_getCollectionCount(java.lang.String type,
java.lang.String property,
java.util.List<java.lang.Long> ids,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IContainer_getCollectionCount __cb)
Counts the number of members in a collection for a given
object.
|
Ice.AsyncResult |
begin_getCollectionCount(java.lang.String type,
java.lang.String property,
java.util.List<java.lang.Long> ids,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Counts the number of members in a collection for a given
object.
|
Ice.AsyncResult |
begin_getCollectionCount(java.lang.String type,
java.lang.String property,
java.util.List<java.lang.Long> ids,
Parameters options,
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)
Counts the number of members in a collection for a given
object.
|
Ice.AsyncResult |
begin_getCollectionCount(java.lang.String type,
java.lang.String property,
java.util.List<java.lang.Long> ids,
Parameters options,
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)
Counts the number of members in a collection for a given
object.
|
Ice.AsyncResult |
begin_getImages(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options)
Retrieve a user's (or all users') images within any given
container.
|
Ice.AsyncResult |
begin_getImages(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options,
Callback_IContainer_getImages __cb)
Retrieve a user's (or all users') images within any given
container.
|
Ice.AsyncResult |
begin_getImages(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options,
Ice.Callback __cb)
Retrieve a user's (or all users') images within any given
container.
|
Ice.AsyncResult |
begin_getImages(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options,
IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieve a user's (or all users') images within any given
container.
|
Ice.AsyncResult |
begin_getImages(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options,
IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Retrieve a user's (or all users') images within any given
container.
|
Ice.AsyncResult |
begin_getImages(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieve a user's (or all users') images within any given
container.
|
Ice.AsyncResult |
begin_getImages(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IContainer_getImages __cb)
Retrieve a user's (or all users') images within any given
container.
|
Ice.AsyncResult |
begin_getImages(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Retrieve a user's (or all users') images within any given
container.
|
Ice.AsyncResult |
begin_getImages(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieve a user's (or all users') images within any given
container.
|
Ice.AsyncResult |
begin_getImages(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Retrieve a user's (or all users') images within any given
container.
|
Ice.AsyncResult |
begin_getImagesByOptions(Parameters options)
Retrieves images by options.
|
Ice.AsyncResult |
begin_getImagesByOptions(Parameters options,
Callback_IContainer_getImagesByOptions __cb)
Retrieves images by options.
|
Ice.AsyncResult |
begin_getImagesByOptions(Parameters options,
Ice.Callback __cb)
Retrieves images by options.
|
Ice.AsyncResult |
begin_getImagesByOptions(Parameters options,
IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves images by options.
|
Ice.AsyncResult |
begin_getImagesByOptions(Parameters options,
IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Retrieves images by options.
|
Ice.AsyncResult |
begin_getImagesByOptions(Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves images by options.
|
Ice.AsyncResult |
begin_getImagesByOptions(Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IContainer_getImagesByOptions __cb)
Retrieves images by options.
|
Ice.AsyncResult |
begin_getImagesByOptions(Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Retrieves images by options.
|
Ice.AsyncResult |
begin_getImagesByOptions(Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves images by options.
|
Ice.AsyncResult |
begin_getImagesByOptions(Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Retrieves images by options.
|
Ice.AsyncResult |
begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included,
Parameters options)
Given a list of IDs of certain entity types, calculates
which filesets are split such that a non-empty proper
subset of their images are referenced, directly or
indirectly, as being included.
|
Ice.AsyncResult |
begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included,
Parameters options,
Callback_IContainer_getImagesBySplitFilesets __cb)
Given a list of IDs of certain entity types, calculates
which filesets are split such that a non-empty proper
subset of their images are referenced, directly or
indirectly, as being included.
|
Ice.AsyncResult |
begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included,
Parameters options,
Ice.Callback __cb)
Given a list of IDs of certain entity types, calculates
which filesets are split such that a non-empty proper
subset of their images are referenced, directly or
indirectly, as being included.
|
Ice.AsyncResult |
begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included,
Parameters options,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Given a list of IDs of certain entity types, calculates
which filesets are split such that a non-empty proper
subset of their images are referenced, directly or
indirectly, as being included.
|
Ice.AsyncResult |
begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included,
Parameters options,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Given a list of IDs of certain entity types, calculates
which filesets are split such that a non-empty proper
subset of their images are referenced, directly or
indirectly, as being included.
|
Ice.AsyncResult |
begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Given a list of IDs of certain entity types, calculates
which filesets are split such that a non-empty proper
subset of their images are referenced, directly or
indirectly, as being included.
|
Ice.AsyncResult |
begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IContainer_getImagesBySplitFilesets __cb)
Given a list of IDs of certain entity types, calculates
which filesets are split such that a non-empty proper
subset of their images are referenced, directly or
indirectly, as being included.
|
Ice.AsyncResult |
begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Given a list of IDs of certain entity types, calculates
which filesets are split such that a non-empty proper
subset of their images are referenced, directly or
indirectly, as being included.
|
Ice.AsyncResult |
begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Given a list of IDs of certain entity types, calculates
which filesets are split such that a non-empty proper
subset of their images are referenced, directly or
indirectly, as being included.
|
Ice.AsyncResult |
begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Given a list of IDs of certain entity types, calculates
which filesets are split such that a non-empty proper
subset of their images are referenced, directly or
indirectly, as being included.
|
Ice.AsyncResult |
begin_getUserImages(Parameters options)
Retrieves a user's images.
|
Ice.AsyncResult |
begin_getUserImages(Parameters options,
Callback_IContainer_getUserImages __cb)
Retrieves a user's images.
|
Ice.AsyncResult |
begin_getUserImages(Parameters options,
Ice.Callback __cb)
Retrieves a user's images.
|
Ice.AsyncResult |
begin_getUserImages(Parameters options,
IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a user's images.
|
Ice.AsyncResult |
begin_getUserImages(Parameters options,
IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Retrieves a user's images.
|
Ice.AsyncResult |
begin_getUserImages(Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a user's images.
|
Ice.AsyncResult |
begin_getUserImages(Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IContainer_getUserImages __cb)
Retrieves a user's images.
|
Ice.AsyncResult |
begin_getUserImages(Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Retrieves a user's images.
|
Ice.AsyncResult |
begin_getUserImages(Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a user's images.
|
Ice.AsyncResult |
begin_getUserImages(Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Retrieves a user's images.
|
Ice.AsyncResult |
begin_link(java.util.List<IObject> links,
Parameters options)
Convenience method for creating links.
|
Ice.AsyncResult |
begin_link(java.util.List<IObject> links,
Parameters options,
Callback_IContainer_link __cb)
Convenience method for creating links.
|
Ice.AsyncResult |
begin_link(java.util.List<IObject> links,
Parameters options,
Ice.Callback __cb)
Convenience method for creating links.
|
Ice.AsyncResult |
begin_link(java.util.List<IObject> links,
Parameters options,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Convenience method for creating links.
|
Ice.AsyncResult |
begin_link(java.util.List<IObject> links,
Parameters options,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Convenience method for creating links.
|
Ice.AsyncResult |
begin_link(java.util.List<IObject> links,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Convenience method for creating links.
|
Ice.AsyncResult |
begin_link(java.util.List<IObject> links,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IContainer_link __cb)
Convenience method for creating links.
|
Ice.AsyncResult |
begin_link(java.util.List<IObject> links,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Convenience method for creating links.
|
Ice.AsyncResult |
begin_link(java.util.List<IObject> links,
Parameters options,
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)
Convenience method for creating links.
|
Ice.AsyncResult |
begin_link(java.util.List<IObject> links,
Parameters options,
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)
Convenience method for creating links.
|
Ice.AsyncResult |
begin_loadContainerHierarchy(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options)
Retrieves hierarchy trees rooted by a given node (unless
orphan is specified -- See below)
|
Ice.AsyncResult |
begin_loadContainerHierarchy(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options,
Callback_IContainer_loadContainerHierarchy __cb)
Retrieves hierarchy trees rooted by a given node (unless
orphan is specified -- See below)
|
Ice.AsyncResult |
begin_loadContainerHierarchy(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options,
Ice.Callback __cb)
Retrieves hierarchy trees rooted by a given node (unless
orphan is specified -- See below)
|
Ice.AsyncResult |
begin_loadContainerHierarchy(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves hierarchy trees rooted by a given node (unless
orphan is specified -- See below)
|
Ice.AsyncResult |
begin_loadContainerHierarchy(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Retrieves hierarchy trees rooted by a given node (unless
orphan is specified -- See below)
|
Ice.AsyncResult |
begin_loadContainerHierarchy(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves hierarchy trees rooted by a given node (unless
orphan is specified -- See below)
|
Ice.AsyncResult |
begin_loadContainerHierarchy(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IContainer_loadContainerHierarchy __cb)
Retrieves hierarchy trees rooted by a given node (unless
orphan is specified -- See below)
|
Ice.AsyncResult |
begin_loadContainerHierarchy(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Retrieves hierarchy trees rooted by a given node (unless
orphan is specified -- See below)
|
Ice.AsyncResult |
begin_loadContainerHierarchy(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options,
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)
Retrieves hierarchy trees rooted by a given node (unless
orphan is specified -- See below)
|
Ice.AsyncResult |
begin_loadContainerHierarchy(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options,
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)
Retrieves hierarchy trees rooted by a given node (unless
orphan is specified -- See below)
|
Ice.AsyncResult |
begin_retrieveCollection(IObject obj,
java.lang.String collectionName,
Parameters options)
Retrieves a collection with all members initialized
(loaded).
|
Ice.AsyncResult |
begin_retrieveCollection(IObject obj,
java.lang.String collectionName,
Parameters options,
Callback_IContainer_retrieveCollection __cb)
Retrieves a collection with all members initialized
(loaded).
|
Ice.AsyncResult |
begin_retrieveCollection(IObject obj,
java.lang.String collectionName,
Parameters options,
Ice.Callback __cb)
Retrieves a collection with all members initialized
(loaded).
|
Ice.AsyncResult |
begin_retrieveCollection(IObject obj,
java.lang.String collectionName,
Parameters options,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a collection with all members initialized
(loaded).
|
Ice.AsyncResult |
begin_retrieveCollection(IObject obj,
java.lang.String collectionName,
Parameters options,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Retrieves a collection with all members initialized
(loaded).
|
Ice.AsyncResult |
begin_retrieveCollection(IObject obj,
java.lang.String collectionName,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a collection with all members initialized
(loaded).
|
Ice.AsyncResult |
begin_retrieveCollection(IObject obj,
java.lang.String collectionName,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IContainer_retrieveCollection __cb)
Retrieves a collection with all members initialized
(loaded).
|
Ice.AsyncResult |
begin_retrieveCollection(IObject obj,
java.lang.String collectionName,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Retrieves a collection with all members initialized
(loaded).
|
Ice.AsyncResult |
begin_retrieveCollection(IObject obj,
java.lang.String collectionName,
Parameters options,
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)
Retrieves a collection with all members initialized
(loaded).
|
Ice.AsyncResult |
begin_retrieveCollection(IObject obj,
java.lang.String collectionName,
Parameters options,
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)
Retrieves a collection with all members initialized
(loaded).
|
Ice.AsyncResult |
begin_unlink(java.util.List<IObject> links,
Parameters options)
Removes links between OmeroDataObjects e.g Project-Dataset,
Dataset-Image
Note that the objects themselves aren't deleted, only the
Link objects.
|
Ice.AsyncResult |
begin_unlink(java.util.List<IObject> links,
Parameters options,
Callback_IContainer_unlink __cb)
Removes links between OmeroDataObjects e.g Project-Dataset,
Dataset-Image
Note that the objects themselves aren't deleted, only the
Link objects.
|
Ice.AsyncResult |
begin_unlink(java.util.List<IObject> links,
Parameters options,
Ice.Callback __cb)
Removes links between OmeroDataObjects e.g Project-Dataset,
Dataset-Image
Note that the objects themselves aren't deleted, only the
Link objects.
|
Ice.AsyncResult |
begin_unlink(java.util.List<IObject> links,
Parameters options,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Removes links between OmeroDataObjects e.g Project-Dataset,
Dataset-Image
Note that the objects themselves aren't deleted, only the
Link objects.
|
Ice.AsyncResult |
begin_unlink(java.util.List<IObject> links,
Parameters options,
IceInternal.Functional_VoidCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Removes links between OmeroDataObjects e.g Project-Dataset,
Dataset-Image
Note that the objects themselves aren't deleted, only the
Link objects.
|
Ice.AsyncResult |
begin_unlink(java.util.List<IObject> links,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes links between OmeroDataObjects e.g Project-Dataset,
Dataset-Image
Note that the objects themselves aren't deleted, only the
Link objects.
|
Ice.AsyncResult |
begin_unlink(java.util.List<IObject> links,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IContainer_unlink __cb)
Removes links between OmeroDataObjects e.g Project-Dataset,
Dataset-Image
Note that the objects themselves aren't deleted, only the
Link objects.
|
Ice.AsyncResult |
begin_unlink(java.util.List<IObject> links,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Removes links between OmeroDataObjects e.g Project-Dataset,
Dataset-Image
Note that the objects themselves aren't deleted, only the
Link objects.
|
Ice.AsyncResult |
begin_unlink(java.util.List<IObject> links,
Parameters options,
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 links between OmeroDataObjects e.g Project-Dataset,
Dataset-Image
Note that the objects themselves aren't deleted, only the
Link objects.
|
Ice.AsyncResult |
begin_unlink(java.util.List<IObject> links,
Parameters options,
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 links between OmeroDataObjects e.g Project-Dataset,
Dataset-Image
Note that the objects themselves aren't deleted, only the
Link objects.
|
Ice.AsyncResult |
begin_updateDataObject(IObject obj,
Parameters options)
Updates a data object.
|
Ice.AsyncResult |
begin_updateDataObject(IObject obj,
Parameters options,
Callback_IContainer_updateDataObject __cb)
Updates a data object.
|
Ice.AsyncResult |
begin_updateDataObject(IObject obj,
Parameters options,
Ice.Callback __cb)
Updates a data object.
|
Ice.AsyncResult |
begin_updateDataObject(IObject obj,
Parameters options,
IceInternal.Functional_GenericCallback1<IObject> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Updates a data object.
|
Ice.AsyncResult |
begin_updateDataObject(IObject obj,
Parameters options,
IceInternal.Functional_GenericCallback1<IObject> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Updates a data object.
|
Ice.AsyncResult |
begin_updateDataObject(IObject obj,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Updates a data object.
|
Ice.AsyncResult |
begin_updateDataObject(IObject obj,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IContainer_updateDataObject __cb)
Updates a data object.
|
Ice.AsyncResult |
begin_updateDataObject(IObject obj,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Updates a data object.
|
Ice.AsyncResult |
begin_updateDataObject(IObject obj,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<IObject> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Updates a data object.
|
Ice.AsyncResult |
begin_updateDataObject(IObject obj,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<IObject> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Updates a data object.
|
Ice.AsyncResult |
begin_updateDataObjects(java.util.List<IObject> objs,
Parameters options)
Convenience method to save network calls.
|
Ice.AsyncResult |
begin_updateDataObjects(java.util.List<IObject> objs,
Parameters options,
Callback_IContainer_updateDataObjects __cb)
Convenience method to save network calls.
|
Ice.AsyncResult |
begin_updateDataObjects(java.util.List<IObject> objs,
Parameters options,
Ice.Callback __cb)
Convenience method to save network calls.
|
Ice.AsyncResult |
begin_updateDataObjects(java.util.List<IObject> objs,
Parameters options,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Convenience method to save network calls.
|
Ice.AsyncResult |
begin_updateDataObjects(java.util.List<IObject> objs,
Parameters options,
IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Convenience method to save network calls.
|
Ice.AsyncResult |
begin_updateDataObjects(java.util.List<IObject> objs,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Convenience method to save network calls.
|
Ice.AsyncResult |
begin_updateDataObjects(java.util.List<IObject> objs,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_IContainer_updateDataObjects __cb)
Convenience method to save network calls.
|
Ice.AsyncResult |
begin_updateDataObjects(java.util.List<IObject> objs,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Convenience method to save network calls.
|
Ice.AsyncResult |
begin_updateDataObjects(java.util.List<IObject> objs,
Parameters options,
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)
Convenience method to save network calls.
|
Ice.AsyncResult |
begin_updateDataObjects(java.util.List<IObject> objs,
Parameters options,
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)
Convenience method to save network calls.
|
static IContainerPrx |
checkedCast(Ice.ObjectPrx __obj)
Contacts the remote server to verify that the object implements this type.
|
static IContainerPrx |
checkedCast(Ice.ObjectPrx __obj,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that the object implements this type.
|
static IContainerPrx |
checkedCast(Ice.ObjectPrx __obj,
java.lang.String __facet)
Contacts the remote server to verify that a facet of the object implements this type.
|
static IContainerPrx |
checkedCast(Ice.ObjectPrx __obj,
java.lang.String __facet,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that a facet of the object implements this type.
|
IObject |
createDataObject(IObject obj,
Parameters options)
Creates the specified data object.
|
IObject |
createDataObject(IObject obj,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Creates the specified data object.
|
java.util.List<IObject> |
createDataObjects(java.util.List<IObject> dataObjects,
Parameters options)
Convenience method to save network calls.
|
java.util.List<IObject> |
createDataObjects(java.util.List<IObject> dataObjects,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Convenience method to save network calls.
|
IObject |
end_createDataObject(Ice.AsyncResult __iresult)
Creates the specified data object.
|
java.util.List<IObject> |
end_createDataObjects(Ice.AsyncResult __iresult)
Convenience method to save network calls.
|
java.util.List<IObject> |
end_findContainerHierarchies(Ice.AsyncResult __iresult)
Retrieves hierarchy trees in various hierarchies that
contain the specified Images.
|
java.util.Map<java.lang.Long,java.lang.Long> |
end_getCollectionCount(Ice.AsyncResult __iresult)
Counts the number of members in a collection for a given
object.
|
java.util.List<Image> |
end_getImages(Ice.AsyncResult __iresult)
Retrieve a user's (or all users') images within any given
container.
|
java.util.List<Image> |
end_getImagesByOptions(Ice.AsyncResult __iresult)
Retrieves images by options.
|
java.util.Map<java.lang.Long,java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> |
end_getImagesBySplitFilesets(Ice.AsyncResult __iresult)
Given a list of IDs of certain entity types, calculates
which filesets are split such that a non-empty proper
subset of their images are referenced, directly or
indirectly, as being included.
|
java.util.List<Image> |
end_getUserImages(Ice.AsyncResult __iresult)
Retrieves a user's images.
|
java.util.List<IObject> |
end_link(Ice.AsyncResult __iresult)
Convenience method for creating links.
|
java.util.List<IObject> |
end_loadContainerHierarchy(Ice.AsyncResult __iresult)
Retrieves hierarchy trees rooted by a given node (unless
orphan is specified -- See below)
|
java.util.List<IObject> |
end_retrieveCollection(Ice.AsyncResult __iresult)
Retrieves a collection with all members initialized
(loaded).
|
void |
end_unlink(Ice.AsyncResult __iresult)
Removes links between OmeroDataObjects e.g Project-Dataset,
Dataset-Image
Note that the objects themselves aren't deleted, only the
Link objects.
|
IObject |
end_updateDataObject(Ice.AsyncResult __iresult)
Updates a data object.
|
java.util.List<IObject> |
end_updateDataObjects(Ice.AsyncResult __iresult)
Convenience method to save network calls.
|
java.util.List<IObject> |
findContainerHierarchies(java.lang.String rootType,
java.util.List<java.lang.Long> imageIds,
Parameters options)
Retrieves hierarchy trees in various hierarchies that
contain the specified Images.
|
java.util.List<IObject> |
findContainerHierarchies(java.lang.String rootType,
java.util.List<java.lang.Long> imageIds,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves hierarchy trees in various hierarchies that
contain the specified Images.
|
java.util.Map<java.lang.Long,java.lang.Long> |
getCollectionCount(java.lang.String type,
java.lang.String property,
java.util.List<java.lang.Long> ids,
Parameters options)
Counts the number of members in a collection for a given
object.
|
java.util.Map<java.lang.Long,java.lang.Long> |
getCollectionCount(java.lang.String type,
java.lang.String property,
java.util.List<java.lang.Long> ids,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Counts the number of members in a collection for a given
object.
|
java.util.List<Image> |
getImages(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options)
Retrieve a user's (or all users') images within any given
container.
|
java.util.List<Image> |
getImages(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieve a user's (or all users') images within any given
container.
|
java.util.List<Image> |
getImagesByOptions(Parameters options)
Retrieves images by options.
|
java.util.List<Image> |
getImagesByOptions(Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves images by options.
|
java.util.Map<java.lang.Long,java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> |
getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included,
Parameters options)
Given a list of IDs of certain entity types, calculates
which filesets are split such that a non-empty proper
subset of their images are referenced, directly or
indirectly, as being included.
|
java.util.Map<java.lang.Long,java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> |
getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Given a list of IDs of certain entity types, calculates
which filesets are split such that a non-empty proper
subset of their images are referenced, directly or
indirectly, as being included.
|
java.util.List<Image> |
getUserImages(Parameters options)
Retrieves a user's images.
|
java.util.List<Image> |
getUserImages(Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a user's images.
|
static java.lang.String |
ice_staticId()
Provides the Slice type ID of this type.
|
java.util.List<IObject> |
link(java.util.List<IObject> links,
Parameters options)
Convenience method for creating links.
|
java.util.List<IObject> |
link(java.util.List<IObject> links,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Convenience method for creating links.
|
java.util.List<IObject> |
loadContainerHierarchy(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options)
Retrieves hierarchy trees rooted by a given node (unless
orphan is specified -- See below)
|
java.util.List<IObject> |
loadContainerHierarchy(java.lang.String rootType,
java.util.List<java.lang.Long> rootIds,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves hierarchy trees rooted by a given node (unless
orphan is specified -- See below)
|
java.util.List<IObject> |
retrieveCollection(IObject obj,
java.lang.String collectionName,
Parameters options)
Retrieves a collection with all members initialized
(loaded).
|
java.util.List<IObject> |
retrieveCollection(IObject obj,
java.lang.String collectionName,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a collection with all members initialized
(loaded).
|
static IContainerPrx |
uncheckedCast(Ice.ObjectPrx __obj)
Downcasts the given proxy to this type without contacting the remote server.
|
static IContainerPrx |
uncheckedCast(Ice.ObjectPrx __obj,
java.lang.String __facet)
Downcasts the given proxy to this type without contacting the remote server.
|
void |
unlink(java.util.List<IObject> links,
Parameters options)
Removes links between OmeroDataObjects e.g Project-Dataset,
Dataset-Image
Note that the objects themselves aren't deleted, only the
Link objects.
|
void |
unlink(java.util.List<IObject> links,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Removes links between OmeroDataObjects e.g Project-Dataset,
Dataset-Image
Note that the objects themselves aren't deleted, only the
Link objects.
|
IObject |
updateDataObject(IObject obj,
Parameters options)
Updates a data object.
|
IObject |
updateDataObject(IObject obj,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Updates a data object.
|
java.util.List<IObject> |
updateDataObjects(java.util.List<IObject> objs,
Parameters options)
Convenience method to save network calls.
|
java.util.List<IObject> |
updateDataObjects(java.util.List<IObject> objs,
Parameters options,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Convenience method to save network calls.
|
__checkAsyncTwowayOnly, __checkTwowayOnly, __copyFrom, __end, __getBatchRequestQueue, __getRequestHandler, __handleException, __ice_getConnection_completed, __ice_id_completed, __ice_ids_completed, __ice_invoke_completed, __ice_isA_completed, __reference, __setRequestHandler, __setup, __updateRequestHandler, 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, cacheMessageBuffers, checkedCastImpl, checkedCastImpl, checkedCastImpl, checkedCastImpl, checkedCastImpl, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, getOutgoingAsync, hashCode, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway, toString, uncheckedCastImpl, uncheckedCastImpl, uncheckedCastImpl
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway
public static final java.lang.String[] __ids
public static final long serialVersionUID
public IObject createDataObject(IObject obj, Parameters options) throws ServerError
IContainerPrx
A placeholder parent object is created if the data object is to be put in a collection.
For example, if the object is a Dataset
, we
first create a Project
as parent then we set
the Dataset parent as follows:
//pseudo-code TODO
Project p = new Project(id,false);
dataset.addProject(p);
then for each parent relationship a DataObject
ILink
is created.
createDataObject
in interface IContainerPrx
obj
- IObject. Supported: Project, Dataset,
Annotation, Group, Experimenter. Not null.options
- Parameters as above.ServerError
public IObject createDataObject(IObject obj, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IContainerPrx
A placeholder parent object is created if the data object is to be put in a collection.
For example, if the object is a Dataset
, we
first create a Project
as parent then we set
the Dataset parent as follows:
//pseudo-code TODO
Project p = new Project(id,false);
dataset.addProject(p);
then for each parent relationship a DataObject
ILink
is created.
createDataObject
in interface IContainerPrx
obj
- IObject. Supported: Project, Dataset,
Annotation, Group, Experimenter. Not null.options
- Parameters as above.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_createDataObject(IObject obj, Parameters options)
IContainerPrx
A placeholder parent object is created if the data object is to be put in a collection.
For example, if the object is a Dataset
, we
first create a Project
as parent then we set
the Dataset parent as follows:
//pseudo-code TODO
Project p = new Project(id,false);
dataset.addProject(p);
then for each parent relationship a DataObject
ILink
is created.
begin_createDataObject
in interface IContainerPrx
obj
- IObject. Supported: Project, Dataset,
Annotation, Group, Experimenter. Not null.options
- Parameters as above.public Ice.AsyncResult begin_createDataObject(IObject obj, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
IContainerPrx
A placeholder parent object is created if the data object is to be put in a collection.
For example, if the object is a Dataset
, we
first create a Project
as parent then we set
the Dataset parent as follows:
//pseudo-code TODO
Project p = new Project(id,false);
dataset.addProject(p);
then for each parent relationship a DataObject
ILink
is created.
begin_createDataObject
in interface IContainerPrx
obj
- IObject. Supported: Project, Dataset,
Annotation, Group, Experimenter. Not null.options
- Parameters as above.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_createDataObject(IObject obj, Parameters options, Ice.Callback __cb)
IContainerPrx
A placeholder parent object is created if the data object is to be put in a collection.
For example, if the object is a Dataset
, we
first create a Project
as parent then we set
the Dataset parent as follows:
//pseudo-code TODO
Project p = new Project(id,false);
dataset.addProject(p);
then for each parent relationship a DataObject
ILink
is created.
begin_createDataObject
in interface IContainerPrx
obj
- IObject. Supported: Project, Dataset,
Annotation, Group, Experimenter. Not null.options
- Parameters as above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_createDataObject(IObject obj, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IContainerPrx
A placeholder parent object is created if the data object is to be put in a collection.
For example, if the object is a Dataset
, we
first create a Project
as parent then we set
the Dataset parent as follows:
//pseudo-code TODO
Project p = new Project(id,false);
dataset.addProject(p);
then for each parent relationship a DataObject
ILink
is created.
begin_createDataObject
in interface IContainerPrx
obj
- IObject. Supported: Project, Dataset,
Annotation, Group, Experimenter. Not null.options
- Parameters as above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_createDataObject(IObject obj, Parameters options, Callback_IContainer_createDataObject __cb)
IContainerPrx
A placeholder parent object is created if the data object is to be put in a collection.
For example, if the object is a Dataset
, we
first create a Project
as parent then we set
the Dataset parent as follows:
//pseudo-code TODO
Project p = new Project(id,false);
dataset.addProject(p);
then for each parent relationship a DataObject
ILink
is created.
begin_createDataObject
in interface IContainerPrx
obj
- IObject. Supported: Project, Dataset,
Annotation, Group, Experimenter. Not null.options
- Parameters as above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_createDataObject(IObject obj, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IContainer_createDataObject __cb)
IContainerPrx
A placeholder parent object is created if the data object is to be put in a collection.
For example, if the object is a Dataset
, we
first create a Project
as parent then we set
the Dataset parent as follows:
//pseudo-code TODO
Project p = new Project(id,false);
dataset.addProject(p);
then for each parent relationship a DataObject
ILink
is created.
begin_createDataObject
in interface IContainerPrx
obj
- IObject. Supported: Project, Dataset,
Annotation, Group, Experimenter. Not null.options
- Parameters as above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_createDataObject(IObject obj, Parameters options, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IContainerPrx
A placeholder parent object is created if the data object is to be put in a collection.
For example, if the object is a Dataset
, we
first create a Project
as parent then we set
the Dataset parent as follows:
//pseudo-code TODO
Project p = new Project(id,false);
dataset.addProject(p);
then for each parent relationship a DataObject
ILink
is created.
begin_createDataObject
in interface IContainerPrx
obj
- IObject. Supported: Project, Dataset,
Annotation, Group, Experimenter. Not null.options
- Parameters as above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_createDataObject(IObject obj, Parameters options, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IContainerPrx
A placeholder parent object is created if the data object is to be put in a collection.
For example, if the object is a Dataset
, we
first create a Project
as parent then we set
the Dataset parent as follows:
//pseudo-code TODO
Project p = new Project(id,false);
dataset.addProject(p);
then for each parent relationship a DataObject
ILink
is created.
begin_createDataObject
in interface IContainerPrx
obj
- IObject. Supported: Project, Dataset,
Annotation, Group, Experimenter. Not null.options
- Parameters as above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_createDataObject(IObject obj, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IContainerPrx
A placeholder parent object is created if the data object is to be put in a collection.
For example, if the object is a Dataset
, we
first create a Project
as parent then we set
the Dataset parent as follows:
//pseudo-code TODO
Project p = new Project(id,false);
dataset.addProject(p);
then for each parent relationship a DataObject
ILink
is created.
begin_createDataObject
in interface IContainerPrx
obj
- IObject. Supported: Project, Dataset,
Annotation, Group, Experimenter. Not null.options
- Parameters as above.__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.public Ice.AsyncResult begin_createDataObject(IObject obj, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IContainerPrx
A placeholder parent object is created if the data object is to be put in a collection.
For example, if the object is a Dataset
, we
first create a Project
as parent then we set
the Dataset parent as follows:
//pseudo-code TODO
Project p = new Project(id,false);
dataset.addProject(p);
then for each parent relationship a DataObject
ILink
is created.
begin_createDataObject
in interface IContainerPrx
obj
- IObject. Supported: Project, Dataset,
Annotation, Group, Experimenter. Not null.options
- Parameters as above.__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.public IObject end_createDataObject(Ice.AsyncResult __iresult) throws ServerError
IContainerPrx
A placeholder parent object is created if the data object is to be put in a collection.
For example, if the object is a Dataset
, we
first create a Project
as parent then we set
the Dataset parent as follows:
//pseudo-code TODO
Project p = new Project(id,false);
dataset.addProject(p);
then for each parent relationship a DataObject
ILink
is created.
end_createDataObject
in interface IContainerPrx
__iresult
- The asynchronous result object.ServerError
public static void __createDataObject_completed(Ice.TwowayCallbackArg1UE<IObject> __cb, Ice.AsyncResult __result)
public java.util.List<IObject> createDataObjects(java.util.List<IObject> dataObjects, Parameters options) throws ServerError
IContainerPrx
createDataObject
.createDataObjects
in interface IContainerPrx
dataObjects
- Array of Omero IObjects
options
- Parameters as above.ServerError
IContainerPrx.createDataObject(IObject, Parameters)
public java.util.List<IObject> createDataObjects(java.util.List<IObject> dataObjects, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IContainerPrx
createDataObject
.createDataObjects
in interface IContainerPrx
dataObjects
- Array of Omero IObjects
options
- Parameters as above.__ctx
- The Context map to send with the invocation.ServerError
IContainerPrx.createDataObject(IObject, Parameters)
public Ice.AsyncResult begin_createDataObjects(java.util.List<IObject> dataObjects, Parameters options)
IContainerPrx
createDataObject
.begin_createDataObjects
in interface IContainerPrx
dataObjects
- Array of Omero IObjects
options
- Parameters as above.public Ice.AsyncResult begin_createDataObjects(java.util.List<IObject> dataObjects, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
IContainerPrx
createDataObject
.begin_createDataObjects
in interface IContainerPrx
dataObjects
- Array of Omero IObjects
options
- Parameters as above.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_createDataObjects(java.util.List<IObject> dataObjects, Parameters options, Ice.Callback __cb)
IContainerPrx
createDataObject
.begin_createDataObjects
in interface IContainerPrx
dataObjects
- Array of Omero IObjects
options
- Parameters as above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_createDataObjects(java.util.List<IObject> dataObjects, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IContainerPrx
createDataObject
.begin_createDataObjects
in interface IContainerPrx
dataObjects
- Array of Omero IObjects
options
- Parameters as above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_createDataObjects(java.util.List<IObject> dataObjects, Parameters options, Callback_IContainer_createDataObjects __cb)
IContainerPrx
createDataObject
.begin_createDataObjects
in interface IContainerPrx
dataObjects
- Array of Omero IObjects
options
- Parameters as above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_createDataObjects(java.util.List<IObject> dataObjects, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IContainer_createDataObjects __cb)
IContainerPrx
createDataObject
.begin_createDataObjects
in interface IContainerPrx
dataObjects
- Array of Omero IObjects
options
- Parameters as above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_createDataObjects(java.util.List<IObject> dataObjects, Parameters options, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IContainerPrx
createDataObject
.begin_createDataObjects
in interface IContainerPrx
dataObjects
- Array of Omero IObjects
options
- Parameters as above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_createDataObjects(java.util.List<IObject> dataObjects, Parameters options, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IContainerPrx
createDataObject
.begin_createDataObjects
in interface IContainerPrx
dataObjects
- Array of Omero IObjects
options
- Parameters as above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_createDataObjects(java.util.List<IObject> dataObjects, Parameters options, 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)
IContainerPrx
createDataObject
.begin_createDataObjects
in interface IContainerPrx
dataObjects
- Array of Omero IObjects
options
- Parameters as above.__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.public Ice.AsyncResult begin_createDataObjects(java.util.List<IObject> dataObjects, Parameters options, 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)
IContainerPrx
createDataObject
.begin_createDataObjects
in interface IContainerPrx
dataObjects
- Array of Omero IObjects
options
- Parameters as above.__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.public java.util.List<IObject> end_createDataObjects(Ice.AsyncResult __iresult) throws ServerError
IContainerPrx
createDataObject
.end_createDataObjects
in interface IContainerPrx
__iresult
- The asynchronous result object.ServerError
IContainerPrx.createDataObject(IObject, Parameters)
public static void __createDataObjects_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
public java.util.List<IObject> findContainerHierarchies(java.lang.String rootType, java.util.List<java.lang.Long> imageIds, Parameters options) throws ServerError
IContainerPrx
This method will look for all the containers containing the specified Images and then for all containers containing those containers and on up the container hierarchy.
This method returns a Set
with all root nodes
that were
found. Every root node is linked to the found objects and
so on until the leaf nodes, which are
Image
objects. Note that the type of any
root node in the returned set can be the given
rootNodeType, any of its containees or an
Image
.
For example, say that you pass in the ids of six Images:
i1, i2, i3, i4, i5, i6
.
If the P/D/I hierarchy in the DB looks like this:
| __p1__ | / \ | _d1_ _d2_ d3 | / \ / \ | | i1 i2 i3 i4 i5 i6
Then the returned set will contain
p1, d3, i5, i6
. All objects will be properly
linked up.
Finally, this method will only retrieve the nodes
that are connected in a tree to the specified leaf image
nodes. Back to the previous example, if d1
contained image img500
, then the returned
object would not contain img500
. In a
similar way, if p1
contained
ds300
and this dataset weren't linked to any of
the i1, i2, i3, i4, i5, i6
images, then
ds300
would not be part of the returned
tree rooted by p1
.
findContainerHierarchies
in interface IContainerPrx
rootType
- top-most type which will be searched for Can be
Project
. Not null.imageIds
- Contains the ids of the Images that sit at the
bottom of the trees. Not null.options
- Parameters as above. annotator
used.
experimenter|group
may be applied
at the top-level only or at each level in the
hierarchy, but will not apply to the leaf
(Image) level.Set
with all root nodes that were
found.ServerError
public java.util.List<IObject> findContainerHierarchies(java.lang.String rootType, java.util.List<java.lang.Long> imageIds, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IContainerPrx
This method will look for all the containers containing the specified Images and then for all containers containing those containers and on up the container hierarchy.
This method returns a Set
with all root nodes
that were
found. Every root node is linked to the found objects and
so on until the leaf nodes, which are
Image
objects. Note that the type of any
root node in the returned set can be the given
rootNodeType, any of its containees or an
Image
.
For example, say that you pass in the ids of six Images:
i1, i2, i3, i4, i5, i6
.
If the P/D/I hierarchy in the DB looks like this:
| __p1__ | / \ | _d1_ _d2_ d3 | / \ / \ | | i1 i2 i3 i4 i5 i6
Then the returned set will contain
p1, d3, i5, i6
. All objects will be properly
linked up.
Finally, this method will only retrieve the nodes
that are connected in a tree to the specified leaf image
nodes. Back to the previous example, if d1
contained image img500
, then the returned
object would not contain img500
. In a
similar way, if p1
contained
ds300
and this dataset weren't linked to any of
the i1, i2, i3, i4, i5, i6
images, then
ds300
would not be part of the returned
tree rooted by p1
.
findContainerHierarchies
in interface IContainerPrx
rootType
- top-most type which will be searched for Can be
Project
. Not null.imageIds
- Contains the ids of the Images that sit at the
bottom of the trees. Not null.options
- Parameters as above. annotator
used.
experimenter|group
may be applied
at the top-level only or at each level in the
hierarchy, but will not apply to the leaf
(Image) level.__ctx
- The Context map to send with the invocation.Set
with all root nodes that were
found.ServerError
public Ice.AsyncResult begin_findContainerHierarchies(java.lang.String rootType, java.util.List<java.lang.Long> imageIds, Parameters options)
IContainerPrx
This method will look for all the containers containing the specified Images and then for all containers containing those containers and on up the container hierarchy.
This method returns a Set
with all root nodes
that were
found. Every root node is linked to the found objects and
so on until the leaf nodes, which are
Image
objects. Note that the type of any
root node in the returned set can be the given
rootNodeType, any of its containees or an
Image
.
For example, say that you pass in the ids of six Images:
i1, i2, i3, i4, i5, i6
.
If the P/D/I hierarchy in the DB looks like this:
| __p1__ | / \ | _d1_ _d2_ d3 | / \ / \ | | i1 i2 i3 i4 i5 i6
Then the returned set will contain
p1, d3, i5, i6
. All objects will be properly
linked up.
Finally, this method will only retrieve the nodes
that are connected in a tree to the specified leaf image
nodes. Back to the previous example, if d1
contained image img500
, then the returned
object would not contain img500
. In a
similar way, if p1
contained
ds300
and this dataset weren't linked to any of
the i1, i2, i3, i4, i5, i6
images, then
ds300
would not be part of the returned
tree rooted by p1
.
begin_findContainerHierarchies
in interface IContainerPrx
rootType
- top-most type which will be searched for Can be
Project
. Not null.imageIds
- Contains the ids of the Images that sit at the
bottom of the trees. Not null.options
- Parameters as above. annotator
used.
experimenter|group
may be applied
at the top-level only or at each level in the
hierarchy, but will not apply to the leaf
(Image) level.public Ice.AsyncResult begin_findContainerHierarchies(java.lang.String rootType, java.util.List<java.lang.Long> imageIds, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
IContainerPrx
This method will look for all the containers containing the specified Images and then for all containers containing those containers and on up the container hierarchy.
This method returns a Set
with all root nodes
that were
found. Every root node is linked to the found objects and
so on until the leaf nodes, which are
Image
objects. Note that the type of any
root node in the returned set can be the given
rootNodeType, any of its containees or an
Image
.
For example, say that you pass in the ids of six Images:
i1, i2, i3, i4, i5, i6
.
If the P/D/I hierarchy in the DB looks like this:
| __p1__ | / \ | _d1_ _d2_ d3 | / \ / \ | | i1 i2 i3 i4 i5 i6
Then the returned set will contain
p1, d3, i5, i6
. All objects will be properly
linked up.
Finally, this method will only retrieve the nodes
that are connected in a tree to the specified leaf image
nodes. Back to the previous example, if d1
contained image img500
, then the returned
object would not contain img500
. In a
similar way, if p1
contained
ds300
and this dataset weren't linked to any of
the i1, i2, i3, i4, i5, i6
images, then
ds300
would not be part of the returned
tree rooted by p1
.
begin_findContainerHierarchies
in interface IContainerPrx
rootType
- top-most type which will be searched for Can be
Project
. Not null.imageIds
- Contains the ids of the Images that sit at the
bottom of the trees. Not null.options
- Parameters as above. annotator
used.
experimenter|group
may be applied
at the top-level only or at each level in the
hierarchy, but will not apply to the leaf
(Image) level.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_findContainerHierarchies(java.lang.String rootType, java.util.List<java.lang.Long> imageIds, Parameters options, Ice.Callback __cb)
IContainerPrx
This method will look for all the containers containing the specified Images and then for all containers containing those containers and on up the container hierarchy.
This method returns a Set
with all root nodes
that were
found. Every root node is linked to the found objects and
so on until the leaf nodes, which are
Image
objects. Note that the type of any
root node in the returned set can be the given
rootNodeType, any of its containees or an
Image
.
For example, say that you pass in the ids of six Images:
i1, i2, i3, i4, i5, i6
.
If the P/D/I hierarchy in the DB looks like this:
| __p1__ | / \ | _d1_ _d2_ d3 | / \ / \ | | i1 i2 i3 i4 i5 i6
Then the returned set will contain
p1, d3, i5, i6
. All objects will be properly
linked up.
Finally, this method will only retrieve the nodes
that are connected in a tree to the specified leaf image
nodes. Back to the previous example, if d1
contained image img500
, then the returned
object would not contain img500
. In a
similar way, if p1
contained
ds300
and this dataset weren't linked to any of
the i1, i2, i3, i4, i5, i6
images, then
ds300
would not be part of the returned
tree rooted by p1
.
begin_findContainerHierarchies
in interface IContainerPrx
rootType
- top-most type which will be searched for Can be
Project
. Not null.imageIds
- Contains the ids of the Images that sit at the
bottom of the trees. Not null.options
- Parameters as above. annotator
used.
experimenter|group
may be applied
at the top-level only or at each level in the
hierarchy, but will not apply to the leaf
(Image) level.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findContainerHierarchies(java.lang.String rootType, java.util.List<java.lang.Long> imageIds, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IContainerPrx
This method will look for all the containers containing the specified Images and then for all containers containing those containers and on up the container hierarchy.
This method returns a Set
with all root nodes
that were
found. Every root node is linked to the found objects and
so on until the leaf nodes, which are
Image
objects. Note that the type of any
root node in the returned set can be the given
rootNodeType, any of its containees or an
Image
.
For example, say that you pass in the ids of six Images:
i1, i2, i3, i4, i5, i6
.
If the P/D/I hierarchy in the DB looks like this:
| __p1__ | / \ | _d1_ _d2_ d3 | / \ / \ | | i1 i2 i3 i4 i5 i6
Then the returned set will contain
p1, d3, i5, i6
. All objects will be properly
linked up.
Finally, this method will only retrieve the nodes
that are connected in a tree to the specified leaf image
nodes. Back to the previous example, if d1
contained image img500
, then the returned
object would not contain img500
. In a
similar way, if p1
contained
ds300
and this dataset weren't linked to any of
the i1, i2, i3, i4, i5, i6
images, then
ds300
would not be part of the returned
tree rooted by p1
.
begin_findContainerHierarchies
in interface IContainerPrx
rootType
- top-most type which will be searched for Can be
Project
. Not null.imageIds
- Contains the ids of the Images that sit at the
bottom of the trees. Not null.options
- Parameters as above. annotator
used.
experimenter|group
may be applied
at the top-level only or at each level in the
hierarchy, but will not apply to the leaf
(Image) level.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findContainerHierarchies(java.lang.String rootType, java.util.List<java.lang.Long> imageIds, Parameters options, Callback_IContainer_findContainerHierarchies __cb)
IContainerPrx
This method will look for all the containers containing the specified Images and then for all containers containing those containers and on up the container hierarchy.
This method returns a Set
with all root nodes
that were
found. Every root node is linked to the found objects and
so on until the leaf nodes, which are
Image
objects. Note that the type of any
root node in the returned set can be the given
rootNodeType, any of its containees or an
Image
.
For example, say that you pass in the ids of six Images:
i1, i2, i3, i4, i5, i6
.
If the P/D/I hierarchy in the DB looks like this:
| __p1__ | / \ | _d1_ _d2_ d3 | / \ / \ | | i1 i2 i3 i4 i5 i6
Then the returned set will contain
p1, d3, i5, i6
. All objects will be properly
linked up.
Finally, this method will only retrieve the nodes
that are connected in a tree to the specified leaf image
nodes. Back to the previous example, if d1
contained image img500
, then the returned
object would not contain img500
. In a
similar way, if p1
contained
ds300
and this dataset weren't linked to any of
the i1, i2, i3, i4, i5, i6
images, then
ds300
would not be part of the returned
tree rooted by p1
.
begin_findContainerHierarchies
in interface IContainerPrx
rootType
- top-most type which will be searched for Can be
Project
. Not null.imageIds
- Contains the ids of the Images that sit at the
bottom of the trees. Not null.options
- Parameters as above. annotator
used.
experimenter|group
may be applied
at the top-level only or at each level in the
hierarchy, but will not apply to the leaf
(Image) level.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findContainerHierarchies(java.lang.String rootType, java.util.List<java.lang.Long> imageIds, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IContainer_findContainerHierarchies __cb)
IContainerPrx
This method will look for all the containers containing the specified Images and then for all containers containing those containers and on up the container hierarchy.
This method returns a Set
with all root nodes
that were
found. Every root node is linked to the found objects and
so on until the leaf nodes, which are
Image
objects. Note that the type of any
root node in the returned set can be the given
rootNodeType, any of its containees or an
Image
.
For example, say that you pass in the ids of six Images:
i1, i2, i3, i4, i5, i6
.
If the P/D/I hierarchy in the DB looks like this:
| __p1__ | / \ | _d1_ _d2_ d3 | / \ / \ | | i1 i2 i3 i4 i5 i6
Then the returned set will contain
p1, d3, i5, i6
. All objects will be properly
linked up.
Finally, this method will only retrieve the nodes
that are connected in a tree to the specified leaf image
nodes. Back to the previous example, if d1
contained image img500
, then the returned
object would not contain img500
. In a
similar way, if p1
contained
ds300
and this dataset weren't linked to any of
the i1, i2, i3, i4, i5, i6
images, then
ds300
would not be part of the returned
tree rooted by p1
.
begin_findContainerHierarchies
in interface IContainerPrx
rootType
- top-most type which will be searched for Can be
Project
. Not null.imageIds
- Contains the ids of the Images that sit at the
bottom of the trees. Not null.options
- Parameters as above. annotator
used.
experimenter|group
may be applied
at the top-level only or at each level in the
hierarchy, but will not apply to the leaf
(Image) level.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_findContainerHierarchies(java.lang.String rootType, java.util.List<java.lang.Long> imageIds, Parameters options, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IContainerPrx
This method will look for all the containers containing the specified Images and then for all containers containing those containers and on up the container hierarchy.
This method returns a Set
with all root nodes
that were
found. Every root node is linked to the found objects and
so on until the leaf nodes, which are
Image
objects. Note that the type of any
root node in the returned set can be the given
rootNodeType, any of its containees or an
Image
.
For example, say that you pass in the ids of six Images:
i1, i2, i3, i4, i5, i6
.
If the P/D/I hierarchy in the DB looks like this:
| __p1__ | / \ | _d1_ _d2_ d3 | / \ / \ | | i1 i2 i3 i4 i5 i6
Then the returned set will contain
p1, d3, i5, i6
. All objects will be properly
linked up.
Finally, this method will only retrieve the nodes
that are connected in a tree to the specified leaf image
nodes. Back to the previous example, if d1
contained image img500
, then the returned
object would not contain img500
. In a
similar way, if p1
contained
ds300
and this dataset weren't linked to any of
the i1, i2, i3, i4, i5, i6
images, then
ds300
would not be part of the returned
tree rooted by p1
.
begin_findContainerHierarchies
in interface IContainerPrx
rootType
- top-most type which will be searched for Can be
Project
. Not null.imageIds
- Contains the ids of the Images that sit at the
bottom of the trees. Not null.options
- Parameters as above. annotator
used.
experimenter|group
may be applied
at the top-level only or at each level in the
hierarchy, but will not apply to the leaf
(Image) level.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_findContainerHierarchies(java.lang.String rootType, java.util.List<java.lang.Long> imageIds, Parameters options, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IContainerPrx
This method will look for all the containers containing the specified Images and then for all containers containing those containers and on up the container hierarchy.
This method returns a Set
with all root nodes
that were
found. Every root node is linked to the found objects and
so on until the leaf nodes, which are
Image
objects. Note that the type of any
root node in the returned set can be the given
rootNodeType, any of its containees or an
Image
.
For example, say that you pass in the ids of six Images:
i1, i2, i3, i4, i5, i6
.
If the P/D/I hierarchy in the DB looks like this:
| __p1__ | / \ | _d1_ _d2_ d3 | / \ / \ | | i1 i2 i3 i4 i5 i6
Then the returned set will contain
p1, d3, i5, i6
. All objects will be properly
linked up.
Finally, this method will only retrieve the nodes
that are connected in a tree to the specified leaf image
nodes. Back to the previous example, if d1
contained image img500
, then the returned
object would not contain img500
. In a
similar way, if p1
contained
ds300
and this dataset weren't linked to any of
the i1, i2, i3, i4, i5, i6
images, then
ds300
would not be part of the returned
tree rooted by p1
.
begin_findContainerHierarchies
in interface IContainerPrx
rootType
- top-most type which will be searched for Can be
Project
. Not null.imageIds
- Contains the ids of the Images that sit at the
bottom of the trees. Not null.options
- Parameters as above. annotator
used.
experimenter|group
may be applied
at the top-level only or at each level in the
hierarchy, but will not apply to the leaf
(Image) level.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_findContainerHierarchies(java.lang.String rootType, java.util.List<java.lang.Long> imageIds, Parameters options, 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)
IContainerPrx
This method will look for all the containers containing the specified Images and then for all containers containing those containers and on up the container hierarchy.
This method returns a Set
with all root nodes
that were
found. Every root node is linked to the found objects and
so on until the leaf nodes, which are
Image
objects. Note that the type of any
root node in the returned set can be the given
rootNodeType, any of its containees or an
Image
.
For example, say that you pass in the ids of six Images:
i1, i2, i3, i4, i5, i6
.
If the P/D/I hierarchy in the DB looks like this:
| __p1__ | / \ | _d1_ _d2_ d3 | / \ / \ | | i1 i2 i3 i4 i5 i6
Then the returned set will contain
p1, d3, i5, i6
. All objects will be properly
linked up.
Finally, this method will only retrieve the nodes
that are connected in a tree to the specified leaf image
nodes. Back to the previous example, if d1
contained image img500
, then the returned
object would not contain img500
. In a
similar way, if p1
contained
ds300
and this dataset weren't linked to any of
the i1, i2, i3, i4, i5, i6
images, then
ds300
would not be part of the returned
tree rooted by p1
.
begin_findContainerHierarchies
in interface IContainerPrx
rootType
- top-most type which will be searched for Can be
Project
. Not null.imageIds
- Contains the ids of the Images that sit at the
bottom of the trees. Not null.options
- Parameters as above. annotator
used.
experimenter|group
may be applied
at the top-level only or at each level in the
hierarchy, but will not apply to the leaf
(Image) level.__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.public Ice.AsyncResult begin_findContainerHierarchies(java.lang.String rootType, java.util.List<java.lang.Long> imageIds, Parameters options, 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)
IContainerPrx
This method will look for all the containers containing the specified Images and then for all containers containing those containers and on up the container hierarchy.
This method returns a Set
with all root nodes
that were
found. Every root node is linked to the found objects and
so on until the leaf nodes, which are
Image
objects. Note that the type of any
root node in the returned set can be the given
rootNodeType, any of its containees or an
Image
.
For example, say that you pass in the ids of six Images:
i1, i2, i3, i4, i5, i6
.
If the P/D/I hierarchy in the DB looks like this:
| __p1__ | / \ | _d1_ _d2_ d3 | / \ / \ | | i1 i2 i3 i4 i5 i6
Then the returned set will contain
p1, d3, i5, i6
. All objects will be properly
linked up.
Finally, this method will only retrieve the nodes
that are connected in a tree to the specified leaf image
nodes. Back to the previous example, if d1
contained image img500
, then the returned
object would not contain img500
. In a
similar way, if p1
contained
ds300
and this dataset weren't linked to any of
the i1, i2, i3, i4, i5, i6
images, then
ds300
would not be part of the returned
tree rooted by p1
.
begin_findContainerHierarchies
in interface IContainerPrx
rootType
- top-most type which will be searched for Can be
Project
. Not null.imageIds
- Contains the ids of the Images that sit at the
bottom of the trees. Not null.options
- Parameters as above. annotator
used.
experimenter|group
may be applied
at the top-level only or at each level in the
hierarchy, but will not apply to the leaf
(Image) level.__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.public java.util.List<IObject> end_findContainerHierarchies(Ice.AsyncResult __iresult) throws ServerError
IContainerPrx
This method will look for all the containers containing the specified Images and then for all containers containing those containers and on up the container hierarchy.
This method returns a Set
with all root nodes
that were
found. Every root node is linked to the found objects and
so on until the leaf nodes, which are
Image
objects. Note that the type of any
root node in the returned set can be the given
rootNodeType, any of its containees or an
Image
.
For example, say that you pass in the ids of six Images:
i1, i2, i3, i4, i5, i6
.
If the P/D/I hierarchy in the DB looks like this:
| __p1__ | / \ | _d1_ _d2_ d3 | / \ / \ | | i1 i2 i3 i4 i5 i6
Then the returned set will contain
p1, d3, i5, i6
. All objects will be properly
linked up.
Finally, this method will only retrieve the nodes
that are connected in a tree to the specified leaf image
nodes. Back to the previous example, if d1
contained image img500
, then the returned
object would not contain img500
. In a
similar way, if p1
contained
ds300
and this dataset weren't linked to any of
the i1, i2, i3, i4, i5, i6
images, then
ds300
would not be part of the returned
tree rooted by p1
.
end_findContainerHierarchies
in interface IContainerPrx
__iresult
- The asynchronous result object.Set
with all root nodes that were
found.ServerError
public static void __findContainerHierarchies_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
public java.util.Map<java.lang.Long,java.lang.Long> getCollectionCount(java.lang.String type, java.lang.String property, java.util.List<java.lang.Long> ids, Parameters options) throws ServerError
IContainerPrx
getCollectionCount
in interface IContainerPrx
type
- The fully-qualified classname of the object to
be testedproperty
- Name of the property on that class, omitting
getters and setters.ids
- Set of Longs, the ids of the objects to testoptions
- Parameters. Unused.ServerError
public java.util.Map<java.lang.Long,java.lang.Long> getCollectionCount(java.lang.String type, java.lang.String property, java.util.List<java.lang.Long> ids, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IContainerPrx
getCollectionCount
in interface IContainerPrx
type
- The fully-qualified classname of the object to
be testedproperty
- Name of the property on that class, omitting
getters and setters.ids
- Set of Longs, the ids of the objects to testoptions
- Parameters. Unused.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getCollectionCount(java.lang.String type, java.lang.String property, java.util.List<java.lang.Long> ids, Parameters options)
IContainerPrx
begin_getCollectionCount
in interface IContainerPrx
type
- The fully-qualified classname of the object to
be testedproperty
- Name of the property on that class, omitting
getters and setters.ids
- Set of Longs, the ids of the objects to testoptions
- Parameters. Unused.public Ice.AsyncResult begin_getCollectionCount(java.lang.String type, java.lang.String property, java.util.List<java.lang.Long> ids, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
IContainerPrx
begin_getCollectionCount
in interface IContainerPrx
type
- The fully-qualified classname of the object to
be testedproperty
- Name of the property on that class, omitting
getters and setters.ids
- Set of Longs, the ids of the objects to testoptions
- Parameters. Unused.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getCollectionCount(java.lang.String type, java.lang.String property, java.util.List<java.lang.Long> ids, Parameters options, Ice.Callback __cb)
IContainerPrx
begin_getCollectionCount
in interface IContainerPrx
type
- The fully-qualified classname of the object to
be testedproperty
- Name of the property on that class, omitting
getters and setters.ids
- Set of Longs, the ids of the objects to testoptions
- Parameters. Unused.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getCollectionCount(java.lang.String type, java.lang.String property, java.util.List<java.lang.Long> ids, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IContainerPrx
begin_getCollectionCount
in interface IContainerPrx
type
- The fully-qualified classname of the object to
be testedproperty
- Name of the property on that class, omitting
getters and setters.ids
- Set of Longs, the ids of the objects to testoptions
- Parameters. Unused.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getCollectionCount(java.lang.String type, java.lang.String property, java.util.List<java.lang.Long> ids, Parameters options, Callback_IContainer_getCollectionCount __cb)
IContainerPrx
begin_getCollectionCount
in interface IContainerPrx
type
- The fully-qualified classname of the object to
be testedproperty
- Name of the property on that class, omitting
getters and setters.ids
- Set of Longs, the ids of the objects to testoptions
- Parameters. Unused.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getCollectionCount(java.lang.String type, java.lang.String property, java.util.List<java.lang.Long> ids, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IContainer_getCollectionCount __cb)
IContainerPrx
begin_getCollectionCount
in interface IContainerPrx
type
- The fully-qualified classname of the object to
be testedproperty
- Name of the property on that class, omitting
getters and setters.ids
- Set of Longs, the ids of the objects to testoptions
- Parameters. Unused.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getCollectionCount(java.lang.String type, java.lang.String property, java.util.List<java.lang.Long> ids, Parameters options, 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)
IContainerPrx
begin_getCollectionCount
in interface IContainerPrx
type
- The fully-qualified classname of the object to
be testedproperty
- Name of the property on that class, omitting
getters and setters.ids
- Set of Longs, the ids of the objects to testoptions
- Parameters. Unused.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getCollectionCount(java.lang.String type, java.lang.String property, java.util.List<java.lang.Long> ids, Parameters options, 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)
IContainerPrx
begin_getCollectionCount
in interface IContainerPrx
type
- The fully-qualified classname of the object to
be testedproperty
- Name of the property on that class, omitting
getters and setters.ids
- Set of Longs, the ids of the objects to testoptions
- Parameters. Unused.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getCollectionCount(java.lang.String type, java.lang.String property, java.util.List<java.lang.Long> ids, Parameters options, 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)
IContainerPrx
begin_getCollectionCount
in interface IContainerPrx
type
- The fully-qualified classname of the object to
be testedproperty
- Name of the property on that class, omitting
getters and setters.ids
- Set of Longs, the ids of the objects to testoptions
- Parameters. Unused.__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.public Ice.AsyncResult begin_getCollectionCount(java.lang.String type, java.lang.String property, java.util.List<java.lang.Long> ids, Parameters options, 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)
IContainerPrx
begin_getCollectionCount
in interface IContainerPrx
type
- The fully-qualified classname of the object to
be testedproperty
- Name of the property on that class, omitting
getters and setters.ids
- Set of Longs, the ids of the objects to testoptions
- Parameters. Unused.__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.public java.util.Map<java.lang.Long,java.lang.Long> end_getCollectionCount(Ice.AsyncResult __iresult) throws ServerError
IContainerPrx
end_getCollectionCount
in interface IContainerPrx
__iresult
- The asynchronous result object.ServerError
public static void __getCollectionCount_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Long,java.lang.Long>> __cb, Ice.AsyncResult __result)
public java.util.List<Image> getImages(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options) throws ServerError
IContainerPrx
getImages
in interface IContainerPrx
rootType
- A Class which will have its hierarchy searched
for Images. Not null.rootIds
- A set of ids of type rootNodeType
Not null.options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level.
OPTIONS: - startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms");
limit
and offset
are
applied at the Image-level. That is, calling
with Dataset.class, limit == 10 and offset == 0
will first perform one query to get an effective
set of rootNodeIds, then getImages will be
called with an effective rootNodeType of
Image.class and the new ids.
acquisition data
is only relevant
for images.ServerError
public java.util.List<Image> getImages(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IContainerPrx
getImages
in interface IContainerPrx
rootType
- A Class which will have its hierarchy searched
for Images. Not null.rootIds
- A set of ids of type rootNodeType
Not null.options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level.
OPTIONS: - startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms");
limit
and offset
are
applied at the Image-level. That is, calling
with Dataset.class, limit == 10 and offset == 0
will first perform one query to get an effective
set of rootNodeIds, then getImages will be
called with an effective rootNodeType of
Image.class and the new ids.
acquisition data
is only relevant
for images.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getImages(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options)
IContainerPrx
begin_getImages
in interface IContainerPrx
rootType
- A Class which will have its hierarchy searched
for Images. Not null.rootIds
- A set of ids of type rootNodeType
Not null.options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level.
OPTIONS: - startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms");
limit
and offset
are
applied at the Image-level. That is, calling
with Dataset.class, limit == 10 and offset == 0
will first perform one query to get an effective
set of rootNodeIds, then getImages will be
called with an effective rootNodeType of
Image.class and the new ids.
acquisition data
is only relevant
for images.public Ice.AsyncResult begin_getImages(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
IContainerPrx
begin_getImages
in interface IContainerPrx
rootType
- A Class which will have its hierarchy searched
for Images. Not null.rootIds
- A set of ids of type rootNodeType
Not null.options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level.
OPTIONS: - startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms");
limit
and offset
are
applied at the Image-level. That is, calling
with Dataset.class, limit == 10 and offset == 0
will first perform one query to get an effective
set of rootNodeIds, then getImages will be
called with an effective rootNodeType of
Image.class and the new ids.
acquisition data
is only relevant
for images.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getImages(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, Ice.Callback __cb)
IContainerPrx
begin_getImages
in interface IContainerPrx
rootType
- A Class which will have its hierarchy searched
for Images. Not null.rootIds
- A set of ids of type rootNodeType
Not null.options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level.
OPTIONS: - startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms");
limit
and offset
are
applied at the Image-level. That is, calling
with Dataset.class, limit == 10 and offset == 0
will first perform one query to get an effective
set of rootNodeIds, then getImages will be
called with an effective rootNodeType of
Image.class and the new ids.
acquisition data
is only relevant
for images.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getImages(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IContainerPrx
begin_getImages
in interface IContainerPrx
rootType
- A Class which will have its hierarchy searched
for Images. Not null.rootIds
- A set of ids of type rootNodeType
Not null.options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level.
OPTIONS: - startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms");
limit
and offset
are
applied at the Image-level. That is, calling
with Dataset.class, limit == 10 and offset == 0
will first perform one query to get an effective
set of rootNodeIds, then getImages will be
called with an effective rootNodeType of
Image.class and the new ids.
acquisition data
is only relevant
for images.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getImages(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, Callback_IContainer_getImages __cb)
IContainerPrx
begin_getImages
in interface IContainerPrx
rootType
- A Class which will have its hierarchy searched
for Images. Not null.rootIds
- A set of ids of type rootNodeType
Not null.options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level.
OPTIONS: - startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms");
limit
and offset
are
applied at the Image-level. That is, calling
with Dataset.class, limit == 10 and offset == 0
will first perform one query to get an effective
set of rootNodeIds, then getImages will be
called with an effective rootNodeType of
Image.class and the new ids.
acquisition data
is only relevant
for images.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getImages(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IContainer_getImages __cb)
IContainerPrx
begin_getImages
in interface IContainerPrx
rootType
- A Class which will have its hierarchy searched
for Images. Not null.rootIds
- A set of ids of type rootNodeType
Not null.options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level.
OPTIONS: - startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms");
limit
and offset
are
applied at the Image-level. That is, calling
with Dataset.class, limit == 10 and offset == 0
will first perform one query to get an effective
set of rootNodeIds, then getImages will be
called with an effective rootNodeType of
Image.class and the new ids.
acquisition data
is only relevant
for images.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getImages(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IContainerPrx
begin_getImages
in interface IContainerPrx
rootType
- A Class which will have its hierarchy searched
for Images. Not null.rootIds
- A set of ids of type rootNodeType
Not null.options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level.
OPTIONS: - startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms");
limit
and offset
are
applied at the Image-level. That is, calling
with Dataset.class, limit == 10 and offset == 0
will first perform one query to get an effective
set of rootNodeIds, then getImages will be
called with an effective rootNodeType of
Image.class and the new ids.
acquisition data
is only relevant
for images.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getImages(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IContainerPrx
begin_getImages
in interface IContainerPrx
rootType
- A Class which will have its hierarchy searched
for Images. Not null.rootIds
- A set of ids of type rootNodeType
Not null.options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level.
OPTIONS: - startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms");
limit
and offset
are
applied at the Image-level. That is, calling
with Dataset.class, limit == 10 and offset == 0
will first perform one query to get an effective
set of rootNodeIds, then getImages will be
called with an effective rootNodeType of
Image.class and the new ids.
acquisition data
is only relevant
for images.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getImages(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IContainerPrx
begin_getImages
in interface IContainerPrx
rootType
- A Class which will have its hierarchy searched
for Images. Not null.rootIds
- A set of ids of type rootNodeType
Not null.options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level.
OPTIONS: - startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms");
limit
and offset
are
applied at the Image-level. That is, calling
with Dataset.class, limit == 10 and offset == 0
will first perform one query to get an effective
set of rootNodeIds, then getImages will be
called with an effective rootNodeType of
Image.class and the new ids.
acquisition data
is only relevant
for images.__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.public Ice.AsyncResult begin_getImages(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IContainerPrx
begin_getImages
in interface IContainerPrx
rootType
- A Class which will have its hierarchy searched
for Images. Not null.rootIds
- A set of ids of type rootNodeType
Not null.options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level.
OPTIONS: - startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms");
limit
and offset
are
applied at the Image-level. That is, calling
with Dataset.class, limit == 10 and offset == 0
will first perform one query to get an effective
set of rootNodeIds, then getImages will be
called with an effective rootNodeType of
Image.class and the new ids.
acquisition data
is only relevant
for images.__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.public java.util.List<Image> end_getImages(Ice.AsyncResult __iresult) throws ServerError
IContainerPrx
end_getImages
in interface IContainerPrx
__iresult
- The asynchronous result object.ServerError
public static void __getImages_completed(Ice.TwowayCallbackArg1UE<java.util.List<Image>> __cb, Ice.AsyncResult __result)
public java.util.List<Image> getImagesByOptions(Parameters options) throws ServerError
IContainerPrx
getImagesByOptions
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.
OPTIONS:
- startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms").
acquisition data
is only relevant
for images.ServerError
public java.util.List<Image> getImagesByOptions(Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IContainerPrx
getImagesByOptions
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.
OPTIONS:
- startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms").
acquisition data
is only relevant
for images.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getImagesByOptions(Parameters options)
IContainerPrx
begin_getImagesByOptions
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.
OPTIONS:
- startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms").
acquisition data
is only relevant
for images.public Ice.AsyncResult begin_getImagesByOptions(Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
IContainerPrx
begin_getImagesByOptions
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.
OPTIONS:
- startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms").
acquisition data
is only relevant
for images.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getImagesByOptions(Parameters options, Ice.Callback __cb)
IContainerPrx
begin_getImagesByOptions
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.
OPTIONS:
- startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms").
acquisition data
is only relevant
for images.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getImagesByOptions(Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IContainerPrx
begin_getImagesByOptions
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.
OPTIONS:
- startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms").
acquisition data
is only relevant
for images.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getImagesByOptions(Parameters options, Callback_IContainer_getImagesByOptions __cb)
IContainerPrx
begin_getImagesByOptions
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.
OPTIONS:
- startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms").
acquisition data
is only relevant
for images.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getImagesByOptions(Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IContainer_getImagesByOptions __cb)
IContainerPrx
begin_getImagesByOptions
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.
OPTIONS:
- startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms").
acquisition data
is only relevant
for images.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getImagesByOptions(Parameters options, IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IContainerPrx
begin_getImagesByOptions
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.
OPTIONS:
- startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms").
acquisition data
is only relevant
for images.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getImagesByOptions(Parameters options, IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IContainerPrx
begin_getImagesByOptions
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.
OPTIONS:
- startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms").
acquisition data
is only relevant
for images.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getImagesByOptions(Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IContainerPrx
begin_getImagesByOptions
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.
OPTIONS:
- startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms").
acquisition data
is only relevant
for images.__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.public Ice.AsyncResult begin_getImagesByOptions(Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IContainerPrx
begin_getImagesByOptions
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.
OPTIONS:
- startTime and/or endTime should be
Timestamp.valueOf("YYYY-MM-DD hh:mm:ss.ms").
acquisition data
is only relevant
for images.__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.public java.util.List<Image> end_getImagesByOptions(Ice.AsyncResult __iresult) throws ServerError
IContainerPrx
end_getImagesByOptions
in interface IContainerPrx
__iresult
- The asynchronous result object.ServerError
public static void __getImagesByOptions_completed(Ice.TwowayCallbackArg1UE<java.util.List<Image>> __cb, Ice.AsyncResult __result)
public java.util.Map<java.lang.Long,java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included, Parameters options) throws ServerError
IContainerPrx
getImagesBySplitFilesets
in interface IContainerPrx
included
- the entities includedoptions
- parameters, presently ignoredServerError
public java.util.Map<java.lang.Long,java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IContainerPrx
getImagesBySplitFilesets
in interface IContainerPrx
included
- the entities includedoptions
- parameters, presently ignored__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included, Parameters options)
IContainerPrx
begin_getImagesBySplitFilesets
in interface IContainerPrx
included
- the entities includedpublic Ice.AsyncResult begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
IContainerPrx
begin_getImagesBySplitFilesets
in interface IContainerPrx
included
- the entities included__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included, Parameters options, Ice.Callback __cb)
IContainerPrx
begin_getImagesBySplitFilesets
in interface IContainerPrx
included
- the entities included__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IContainerPrx
begin_getImagesBySplitFilesets
in interface IContainerPrx
included
- the entities included__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included, Parameters options, Callback_IContainer_getImagesBySplitFilesets __cb)
IContainerPrx
begin_getImagesBySplitFilesets
in interface IContainerPrx
included
- the entities included__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IContainer_getImagesBySplitFilesets __cb)
IContainerPrx
begin_getImagesBySplitFilesets
in interface IContainerPrx
included
- the entities included__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included, Parameters options, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IContainerPrx
begin_getImagesBySplitFilesets
in interface IContainerPrx
included
- the entities included__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included, Parameters options, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IContainerPrx
begin_getImagesBySplitFilesets
in interface IContainerPrx
included
- the entities included__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IContainerPrx
begin_getImagesBySplitFilesets
in interface IContainerPrx
included
- the entities included__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.public Ice.AsyncResult begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IContainerPrx
begin_getImagesBySplitFilesets
in interface IContainerPrx
included
- the entities included__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.public java.util.Map<java.lang.Long,java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> end_getImagesBySplitFilesets(Ice.AsyncResult __iresult) throws ServerError
IContainerPrx
end_getImagesBySplitFilesets
in interface IContainerPrx
__iresult
- The asynchronous result object.ServerError
public static void __getImagesBySplitFilesets_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Long,java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>>> __cb, Ice.AsyncResult __result)
public java.util.List<Image> getUserImages(Parameters options) throws ServerError
IContainerPrx
getUserImages
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.ServerError
public java.util.List<Image> getUserImages(Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IContainerPrx
getUserImages
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_getUserImages(Parameters options)
IContainerPrx
begin_getUserImages
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.public Ice.AsyncResult begin_getUserImages(Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
IContainerPrx
begin_getUserImages
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_getUserImages(Parameters options, Ice.Callback __cb)
IContainerPrx
begin_getUserImages
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getUserImages(Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IContainerPrx
begin_getUserImages
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getUserImages(Parameters options, Callback_IContainer_getUserImages __cb)
IContainerPrx
begin_getUserImages
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getUserImages(Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IContainer_getUserImages __cb)
IContainerPrx
begin_getUserImages
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_getUserImages(Parameters options, IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IContainerPrx
begin_getUserImages
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_getUserImages(Parameters options, IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IContainerPrx
begin_getUserImages
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_getUserImages(Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IContainerPrx
begin_getUserImages
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.__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.public Ice.AsyncResult begin_getUserImages(Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Image>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IContainerPrx
begin_getUserImages
in interface IContainerPrx
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.__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.public java.util.List<Image> end_getUserImages(Ice.AsyncResult __iresult) throws ServerError
IContainerPrx
end_getUserImages
in interface IContainerPrx
__iresult
- The asynchronous result object.ServerError
public static void __getUserImages_completed(Ice.TwowayCallbackArg1UE<java.util.List<Image>> __cb, Ice.AsyncResult __result)
public java.util.List<IObject> link(java.util.List<IObject> links, Parameters options) throws ServerError
IContainerPrx
createDataObject
link
in interface IContainerPrx
links
- Array of links to be created.options
- Parameters as above.ServerError
public java.util.List<IObject> link(java.util.List<IObject> links, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IContainerPrx
createDataObject
link
in interface IContainerPrx
links
- Array of links to be created.options
- Parameters as above.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_link(java.util.List<IObject> links, Parameters options)
IContainerPrx
createDataObject
begin_link
in interface IContainerPrx
links
- Array of links to be created.public Ice.AsyncResult begin_link(java.util.List<IObject> links, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
IContainerPrx
createDataObject
begin_link
in interface IContainerPrx
links
- Array of links to be created.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_link(java.util.List<IObject> links, Parameters options, Ice.Callback __cb)
IContainerPrx
createDataObject
begin_link
in interface IContainerPrx
links
- Array of links to be created.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_link(java.util.List<IObject> links, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IContainerPrx
createDataObject
begin_link
in interface IContainerPrx
links
- Array of links to be created.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_link(java.util.List<IObject> links, Parameters options, Callback_IContainer_link __cb)
IContainerPrx
createDataObject
begin_link
in interface IContainerPrx
links
- Array of links to be created.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_link(java.util.List<IObject> links, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IContainer_link __cb)
IContainerPrx
createDataObject
begin_link
in interface IContainerPrx
links
- Array of links to be created.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_link(java.util.List<IObject> links, Parameters options, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IContainerPrx
createDataObject
begin_link
in interface IContainerPrx
links
- Array of links to be created.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_link(java.util.List<IObject> links, Parameters options, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IContainerPrx
createDataObject
begin_link
in interface IContainerPrx
links
- Array of links to be created.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_link(java.util.List<IObject> links, Parameters options, 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)
IContainerPrx
createDataObject
begin_link
in interface IContainerPrx
links
- Array of links to be created.__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.public Ice.AsyncResult begin_link(java.util.List<IObject> links, Parameters options, 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)
IContainerPrx
createDataObject
begin_link
in interface IContainerPrx
links
- Array of links to be created.__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.public java.util.List<IObject> end_link(Ice.AsyncResult __iresult) throws ServerError
IContainerPrx
createDataObject
end_link
in interface IContainerPrx
__iresult
- The asynchronous result object.ServerError
public static void __link_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
public java.util.List<IObject> loadContainerHierarchy(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options) throws ServerError
IContainerPrx
This method also retrieves the Experimenters linked to the objects in the tree. Similarly, all Images will be linked to their Pixel objects if included.
Note that objects are never duplicated. For example, if an
Experimenter owns all the objects in the retrieved tree,
then those objects will be linked to the same
instance of Experimenter
. Or if an
Image is contained in more than one Dataset in the
retrieved tree, then all enclosing
Dataset
objects will point
to the same Image
object. And
so on.
loadContainerHierarchy
in interface IContainerPrx
rootType
- The type of the root node. Can be
Project
,
Dataset
,
Screen
or
Plate
.
Cannot be null.rootIds
- The ids of the root nodes. Can be null if an
Experimenter is specified in
options
, otherwise an Exception
is thrown to prevent all images in the entire
database from being downloaded.options
- Parameters as above. annotator
,
leaves
, orphan
,
acquisition data
used.
acquisition data
is only relevant
for images and taken into account if the images
are loaded.
If rootNodeIds==null
,
experimenter|group
must be set and
filtering will be applied at the
Class-level; e.g. to retrieve a user's
Projects, or user's Datasets. If
rootNodeIds!=null
, the result will
be filtered by the
experimenter|group
at the
Image
and intermediate levels
if available.
Due to the amount of data potentially linked a
Screen/Plate, the leaves
option is
not taken into account when the root node is a
Screen
.
orphan
implies that objects which
are not contained in an object of rootNodeType
should also be returned.rootNodeType
,
unless orphan
is specified in which
case objects of type rootNodeType
and
below may be returned.ServerError
public java.util.List<IObject> loadContainerHierarchy(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IContainerPrx
This method also retrieves the Experimenters linked to the objects in the tree. Similarly, all Images will be linked to their Pixel objects if included.
Note that objects are never duplicated. For example, if an
Experimenter owns all the objects in the retrieved tree,
then those objects will be linked to the same
instance of Experimenter
. Or if an
Image is contained in more than one Dataset in the
retrieved tree, then all enclosing
Dataset
objects will point
to the same Image
object. And
so on.
loadContainerHierarchy
in interface IContainerPrx
rootType
- The type of the root node. Can be
Project
,
Dataset
,
Screen
or
Plate
.
Cannot be null.rootIds
- The ids of the root nodes. Can be null if an
Experimenter is specified in
options
, otherwise an Exception
is thrown to prevent all images in the entire
database from being downloaded.options
- Parameters as above. annotator
,
leaves
, orphan
,
acquisition data
used.
acquisition data
is only relevant
for images and taken into account if the images
are loaded.
If rootNodeIds==null
,
experimenter|group
must be set and
filtering will be applied at the
Class-level; e.g. to retrieve a user's
Projects, or user's Datasets. If
rootNodeIds!=null
, the result will
be filtered by the
experimenter|group
at the
Image
and intermediate levels
if available.
Due to the amount of data potentially linked a
Screen/Plate, the leaves
option is
not taken into account when the root node is a
Screen
.
orphan
implies that objects which
are not contained in an object of rootNodeType
should also be returned.__ctx
- The Context map to send with the invocation.rootNodeType
,
unless orphan
is specified in which
case objects of type rootNodeType
and
below may be returned.ServerError
public Ice.AsyncResult begin_loadContainerHierarchy(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options)
IContainerPrx
This method also retrieves the Experimenters linked to the objects in the tree. Similarly, all Images will be linked to their Pixel objects if included.
Note that objects are never duplicated. For example, if an
Experimenter owns all the objects in the retrieved tree,
then those objects will be linked to the same
instance of Experimenter
. Or if an
Image is contained in more than one Dataset in the
retrieved tree, then all enclosing
Dataset
objects will point
to the same Image
object. And
so on.
begin_loadContainerHierarchy
in interface IContainerPrx
rootType
- The type of the root node. Can be
Project
,
Dataset
,
Screen
or
Plate
.
Cannot be null.rootIds
- The ids of the root nodes. Can be null if an
Experimenter is specified in
options
, otherwise an Exception
is thrown to prevent all images in the entire
database from being downloaded.options
- Parameters as above. annotator
,
leaves
, orphan
,
acquisition data
used.
acquisition data
is only relevant
for images and taken into account if the images
are loaded.
If rootNodeIds==null
,
experimenter|group
must be set and
filtering will be applied at the
Class-level; e.g. to retrieve a user's
Projects, or user's Datasets. If
rootNodeIds!=null
, the result will
be filtered by the
experimenter|group
at the
Image
and intermediate levels
if available.
Due to the amount of data potentially linked a
Screen/Plate, the leaves
option is
not taken into account when the root node is a
Screen
.
orphan
implies that objects which
are not contained in an object of rootNodeType
should also be returned.public Ice.AsyncResult begin_loadContainerHierarchy(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
IContainerPrx
This method also retrieves the Experimenters linked to the objects in the tree. Similarly, all Images will be linked to their Pixel objects if included.
Note that objects are never duplicated. For example, if an
Experimenter owns all the objects in the retrieved tree,
then those objects will be linked to the same
instance of Experimenter
. Or if an
Image is contained in more than one Dataset in the
retrieved tree, then all enclosing
Dataset
objects will point
to the same Image
object. And
so on.
begin_loadContainerHierarchy
in interface IContainerPrx
rootType
- The type of the root node. Can be
Project
,
Dataset
,
Screen
or
Plate
.
Cannot be null.rootIds
- The ids of the root nodes. Can be null if an
Experimenter is specified in
options
, otherwise an Exception
is thrown to prevent all images in the entire
database from being downloaded.options
- Parameters as above. annotator
,
leaves
, orphan
,
acquisition data
used.
acquisition data
is only relevant
for images and taken into account if the images
are loaded.
If rootNodeIds==null
,
experimenter|group
must be set and
filtering will be applied at the
Class-level; e.g. to retrieve a user's
Projects, or user's Datasets. If
rootNodeIds!=null
, the result will
be filtered by the
experimenter|group
at the
Image
and intermediate levels
if available.
Due to the amount of data potentially linked a
Screen/Plate, the leaves
option is
not taken into account when the root node is a
Screen
.
orphan
implies that objects which
are not contained in an object of rootNodeType
should also be returned.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_loadContainerHierarchy(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, Ice.Callback __cb)
IContainerPrx
This method also retrieves the Experimenters linked to the objects in the tree. Similarly, all Images will be linked to their Pixel objects if included.
Note that objects are never duplicated. For example, if an
Experimenter owns all the objects in the retrieved tree,
then those objects will be linked to the same
instance of Experimenter
. Or if an
Image is contained in more than one Dataset in the
retrieved tree, then all enclosing
Dataset
objects will point
to the same Image
object. And
so on.
begin_loadContainerHierarchy
in interface IContainerPrx
rootType
- The type of the root node. Can be
Project
,
Dataset
,
Screen
or
Plate
.
Cannot be null.rootIds
- The ids of the root nodes. Can be null if an
Experimenter is specified in
options
, otherwise an Exception
is thrown to prevent all images in the entire
database from being downloaded.options
- Parameters as above. annotator
,
leaves
, orphan
,
acquisition data
used.
acquisition data
is only relevant
for images and taken into account if the images
are loaded.
If rootNodeIds==null
,
experimenter|group
must be set and
filtering will be applied at the
Class-level; e.g. to retrieve a user's
Projects, or user's Datasets. If
rootNodeIds!=null
, the result will
be filtered by the
experimenter|group
at the
Image
and intermediate levels
if available.
Due to the amount of data potentially linked a
Screen/Plate, the leaves
option is
not taken into account when the root node is a
Screen
.
orphan
implies that objects which
are not contained in an object of rootNodeType
should also be returned.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_loadContainerHierarchy(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IContainerPrx
This method also retrieves the Experimenters linked to the objects in the tree. Similarly, all Images will be linked to their Pixel objects if included.
Note that objects are never duplicated. For example, if an
Experimenter owns all the objects in the retrieved tree,
then those objects will be linked to the same
instance of Experimenter
. Or if an
Image is contained in more than one Dataset in the
retrieved tree, then all enclosing
Dataset
objects will point
to the same Image
object. And
so on.
begin_loadContainerHierarchy
in interface IContainerPrx
rootType
- The type of the root node. Can be
Project
,
Dataset
,
Screen
or
Plate
.
Cannot be null.rootIds
- The ids of the root nodes. Can be null if an
Experimenter is specified in
options
, otherwise an Exception
is thrown to prevent all images in the entire
database from being downloaded.options
- Parameters as above. annotator
,
leaves
, orphan
,
acquisition data
used.
acquisition data
is only relevant
for images and taken into account if the images
are loaded.
If rootNodeIds==null
,
experimenter|group
must be set and
filtering will be applied at the
Class-level; e.g. to retrieve a user's
Projects, or user's Datasets. If
rootNodeIds!=null
, the result will
be filtered by the
experimenter|group
at the
Image
and intermediate levels
if available.
Due to the amount of data potentially linked a
Screen/Plate, the leaves
option is
not taken into account when the root node is a
Screen
.
orphan
implies that objects which
are not contained in an object of rootNodeType
should also be returned.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_loadContainerHierarchy(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, Callback_IContainer_loadContainerHierarchy __cb)
IContainerPrx
This method also retrieves the Experimenters linked to the objects in the tree. Similarly, all Images will be linked to their Pixel objects if included.
Note that objects are never duplicated. For example, if an
Experimenter owns all the objects in the retrieved tree,
then those objects will be linked to the same
instance of Experimenter
. Or if an
Image is contained in more than one Dataset in the
retrieved tree, then all enclosing
Dataset
objects will point
to the same Image
object. And
so on.
begin_loadContainerHierarchy
in interface IContainerPrx
rootType
- The type of the root node. Can be
Project
,
Dataset
,
Screen
or
Plate
.
Cannot be null.rootIds
- The ids of the root nodes. Can be null if an
Experimenter is specified in
options
, otherwise an Exception
is thrown to prevent all images in the entire
database from being downloaded.options
- Parameters as above. annotator
,
leaves
, orphan
,
acquisition data
used.
acquisition data
is only relevant
for images and taken into account if the images
are loaded.
If rootNodeIds==null
,
experimenter|group
must be set and
filtering will be applied at the
Class-level; e.g. to retrieve a user's
Projects, or user's Datasets. If
rootNodeIds!=null
, the result will
be filtered by the
experimenter|group
at the
Image
and intermediate levels
if available.
Due to the amount of data potentially linked a
Screen/Plate, the leaves
option is
not taken into account when the root node is a
Screen
.
orphan
implies that objects which
are not contained in an object of rootNodeType
should also be returned.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_loadContainerHierarchy(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IContainer_loadContainerHierarchy __cb)
IContainerPrx
This method also retrieves the Experimenters linked to the objects in the tree. Similarly, all Images will be linked to their Pixel objects if included.
Note that objects are never duplicated. For example, if an
Experimenter owns all the objects in the retrieved tree,
then those objects will be linked to the same
instance of Experimenter
. Or if an
Image is contained in more than one Dataset in the
retrieved tree, then all enclosing
Dataset
objects will point
to the same Image
object. And
so on.
begin_loadContainerHierarchy
in interface IContainerPrx
rootType
- The type of the root node. Can be
Project
,
Dataset
,
Screen
or
Plate
.
Cannot be null.rootIds
- The ids of the root nodes. Can be null if an
Experimenter is specified in
options
, otherwise an Exception
is thrown to prevent all images in the entire
database from being downloaded.options
- Parameters as above. annotator
,
leaves
, orphan
,
acquisition data
used.
acquisition data
is only relevant
for images and taken into account if the images
are loaded.
If rootNodeIds==null
,
experimenter|group
must be set and
filtering will be applied at the
Class-level; e.g. to retrieve a user's
Projects, or user's Datasets. If
rootNodeIds!=null
, the result will
be filtered by the
experimenter|group
at the
Image
and intermediate levels
if available.
Due to the amount of data potentially linked a
Screen/Plate, the leaves
option is
not taken into account when the root node is a
Screen
.
orphan
implies that objects which
are not contained in an object of rootNodeType
should also be returned.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_loadContainerHierarchy(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IContainerPrx
This method also retrieves the Experimenters linked to the objects in the tree. Similarly, all Images will be linked to their Pixel objects if included.
Note that objects are never duplicated. For example, if an
Experimenter owns all the objects in the retrieved tree,
then those objects will be linked to the same
instance of Experimenter
. Or if an
Image is contained in more than one Dataset in the
retrieved tree, then all enclosing
Dataset
objects will point
to the same Image
object. And
so on.
begin_loadContainerHierarchy
in interface IContainerPrx
rootType
- The type of the root node. Can be
Project
,
Dataset
,
Screen
or
Plate
.
Cannot be null.rootIds
- The ids of the root nodes. Can be null if an
Experimenter is specified in
options
, otherwise an Exception
is thrown to prevent all images in the entire
database from being downloaded.options
- Parameters as above. annotator
,
leaves
, orphan
,
acquisition data
used.
acquisition data
is only relevant
for images and taken into account if the images
are loaded.
If rootNodeIds==null
,
experimenter|group
must be set and
filtering will be applied at the
Class-level; e.g. to retrieve a user's
Projects, or user's Datasets. If
rootNodeIds!=null
, the result will
be filtered by the
experimenter|group
at the
Image
and intermediate levels
if available.
Due to the amount of data potentially linked a
Screen/Plate, the leaves
option is
not taken into account when the root node is a
Screen
.
orphan
implies that objects which
are not contained in an object of rootNodeType
should also be returned.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_loadContainerHierarchy(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IContainerPrx
This method also retrieves the Experimenters linked to the objects in the tree. Similarly, all Images will be linked to their Pixel objects if included.
Note that objects are never duplicated. For example, if an
Experimenter owns all the objects in the retrieved tree,
then those objects will be linked to the same
instance of Experimenter
. Or if an
Image is contained in more than one Dataset in the
retrieved tree, then all enclosing
Dataset
objects will point
to the same Image
object. And
so on.
begin_loadContainerHierarchy
in interface IContainerPrx
rootType
- The type of the root node. Can be
Project
,
Dataset
,
Screen
or
Plate
.
Cannot be null.rootIds
- The ids of the root nodes. Can be null if an
Experimenter is specified in
options
, otherwise an Exception
is thrown to prevent all images in the entire
database from being downloaded.options
- Parameters as above. annotator
,
leaves
, orphan
,
acquisition data
used.
acquisition data
is only relevant
for images and taken into account if the images
are loaded.
If rootNodeIds==null
,
experimenter|group
must be set and
filtering will be applied at the
Class-level; e.g. to retrieve a user's
Projects, or user's Datasets. If
rootNodeIds!=null
, the result will
be filtered by the
experimenter|group
at the
Image
and intermediate levels
if available.
Due to the amount of data potentially linked a
Screen/Plate, the leaves
option is
not taken into account when the root node is a
Screen
.
orphan
implies that objects which
are not contained in an object of rootNodeType
should also be returned.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_loadContainerHierarchy(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, 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)
IContainerPrx
This method also retrieves the Experimenters linked to the objects in the tree. Similarly, all Images will be linked to their Pixel objects if included.
Note that objects are never duplicated. For example, if an
Experimenter owns all the objects in the retrieved tree,
then those objects will be linked to the same
instance of Experimenter
. Or if an
Image is contained in more than one Dataset in the
retrieved tree, then all enclosing
Dataset
objects will point
to the same Image
object. And
so on.
begin_loadContainerHierarchy
in interface IContainerPrx
rootType
- The type of the root node. Can be
Project
,
Dataset
,
Screen
or
Plate
.
Cannot be null.rootIds
- The ids of the root nodes. Can be null if an
Experimenter is specified in
options
, otherwise an Exception
is thrown to prevent all images in the entire
database from being downloaded.options
- Parameters as above. annotator
,
leaves
, orphan
,
acquisition data
used.
acquisition data
is only relevant
for images and taken into account if the images
are loaded.
If rootNodeIds==null
,
experimenter|group
must be set and
filtering will be applied at the
Class-level; e.g. to retrieve a user's
Projects, or user's Datasets. If
rootNodeIds!=null
, the result will
be filtered by the
experimenter|group
at the
Image
and intermediate levels
if available.
Due to the amount of data potentially linked a
Screen/Plate, the leaves
option is
not taken into account when the root node is a
Screen
.
orphan
implies that objects which
are not contained in an object of rootNodeType
should also be returned.__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.public Ice.AsyncResult begin_loadContainerHierarchy(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, 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)
IContainerPrx
This method also retrieves the Experimenters linked to the objects in the tree. Similarly, all Images will be linked to their Pixel objects if included.
Note that objects are never duplicated. For example, if an
Experimenter owns all the objects in the retrieved tree,
then those objects will be linked to the same
instance of Experimenter
. Or if an
Image is contained in more than one Dataset in the
retrieved tree, then all enclosing
Dataset
objects will point
to the same Image
object. And
so on.
begin_loadContainerHierarchy
in interface IContainerPrx
rootType
- The type of the root node. Can be
Project
,
Dataset
,
Screen
or
Plate
.
Cannot be null.rootIds
- The ids of the root nodes. Can be null if an
Experimenter is specified in
options
, otherwise an Exception
is thrown to prevent all images in the entire
database from being downloaded.options
- Parameters as above. annotator
,
leaves
, orphan
,
acquisition data
used.
acquisition data
is only relevant
for images and taken into account if the images
are loaded.
If rootNodeIds==null
,
experimenter|group
must be set and
filtering will be applied at the
Class-level; e.g. to retrieve a user's
Projects, or user's Datasets. If
rootNodeIds!=null
, the result will
be filtered by the
experimenter|group
at the
Image
and intermediate levels
if available.
Due to the amount of data potentially linked a
Screen/Plate, the leaves
option is
not taken into account when the root node is a
Screen
.
orphan
implies that objects which
are not contained in an object of rootNodeType
should also be returned.__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.public java.util.List<IObject> end_loadContainerHierarchy(Ice.AsyncResult __iresult) throws ServerError
IContainerPrx
This method also retrieves the Experimenters linked to the objects in the tree. Similarly, all Images will be linked to their Pixel objects if included.
Note that objects are never duplicated. For example, if an
Experimenter owns all the objects in the retrieved tree,
then those objects will be linked to the same
instance of Experimenter
. Or if an
Image is contained in more than one Dataset in the
retrieved tree, then all enclosing
Dataset
objects will point
to the same Image
object. And
so on.
end_loadContainerHierarchy
in interface IContainerPrx
__iresult
- The asynchronous result object.rootNodeType
,
unless orphan
is specified in which
case objects of type rootNodeType
and
below may be returned.ServerError
public static void __loadContainerHierarchy_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
public java.util.List<IObject> retrieveCollection(IObject obj, java.lang.String collectionName, Parameters options) throws ServerError
IContainerPrx
retrieveCollection
in interface IContainerPrx
obj
- Can be unloaded.collectionName
- public static final String
from the
IObject.classoptions
- Parameters. Unused.ServerError
public java.util.List<IObject> retrieveCollection(IObject obj, java.lang.String collectionName, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IContainerPrx
retrieveCollection
in interface IContainerPrx
obj
- Can be unloaded.collectionName
- public static final String
from the
IObject.classoptions
- Parameters. Unused.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_retrieveCollection(IObject obj, java.lang.String collectionName, Parameters options)
IContainerPrx
begin_retrieveCollection
in interface IContainerPrx
obj
- Can be unloaded.options
- Parameters. Unused.public Ice.AsyncResult begin_retrieveCollection(IObject obj, java.lang.String collectionName, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
IContainerPrx
begin_retrieveCollection
in interface IContainerPrx
obj
- Can be unloaded.options
- Parameters. Unused.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_retrieveCollection(IObject obj, java.lang.String collectionName, Parameters options, Ice.Callback __cb)
IContainerPrx
begin_retrieveCollection
in interface IContainerPrx
obj
- Can be unloaded.options
- Parameters. Unused.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_retrieveCollection(IObject obj, java.lang.String collectionName, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IContainerPrx
begin_retrieveCollection
in interface IContainerPrx
obj
- Can be unloaded.options
- Parameters. Unused.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_retrieveCollection(IObject obj, java.lang.String collectionName, Parameters options, Callback_IContainer_retrieveCollection __cb)
IContainerPrx
begin_retrieveCollection
in interface IContainerPrx
obj
- Can be unloaded.options
- Parameters. Unused.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_retrieveCollection(IObject obj, java.lang.String collectionName, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IContainer_retrieveCollection __cb)
IContainerPrx
begin_retrieveCollection
in interface IContainerPrx
obj
- Can be unloaded.options
- Parameters. Unused.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_retrieveCollection(IObject obj, java.lang.String collectionName, Parameters options, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IContainerPrx
begin_retrieveCollection
in interface IContainerPrx
obj
- Can be unloaded.options
- Parameters. Unused.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_retrieveCollection(IObject obj, java.lang.String collectionName, Parameters options, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IContainerPrx
begin_retrieveCollection
in interface IContainerPrx
obj
- Can be unloaded.options
- Parameters. Unused.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_retrieveCollection(IObject obj, java.lang.String collectionName, Parameters options, 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)
IContainerPrx
begin_retrieveCollection
in interface IContainerPrx
obj
- Can be unloaded.options
- Parameters. Unused.__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.public Ice.AsyncResult begin_retrieveCollection(IObject obj, java.lang.String collectionName, Parameters options, 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)
IContainerPrx
begin_retrieveCollection
in interface IContainerPrx
obj
- Can be unloaded.options
- Parameters. Unused.__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.public java.util.List<IObject> end_retrieveCollection(Ice.AsyncResult __iresult) throws ServerError
IContainerPrx
end_retrieveCollection
in interface IContainerPrx
__iresult
- The asynchronous result object.ServerError
public static void __retrieveCollection_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
public void unlink(java.util.List<IObject> links, Parameters options) throws ServerError
IContainerPrx
unlink
in interface IContainerPrx
links
- Not null.options
- Parameters as above.ServerError
public void unlink(java.util.List<IObject> links, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IContainerPrx
unlink
in interface IContainerPrx
links
- Not null.options
- Parameters as above.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_unlink(java.util.List<IObject> links, Parameters options)
IContainerPrx
begin_unlink
in interface IContainerPrx
links
- Not null.public Ice.AsyncResult begin_unlink(java.util.List<IObject> links, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
IContainerPrx
begin_unlink
in interface IContainerPrx
links
- Not null.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_unlink(java.util.List<IObject> links, Parameters options, Ice.Callback __cb)
IContainerPrx
begin_unlink
in interface IContainerPrx
links
- Not null.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_unlink(java.util.List<IObject> links, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IContainerPrx
begin_unlink
in interface IContainerPrx
links
- Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_unlink(java.util.List<IObject> links, Parameters options, Callback_IContainer_unlink __cb)
IContainerPrx
begin_unlink
in interface IContainerPrx
links
- Not null.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_unlink(java.util.List<IObject> links, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IContainer_unlink __cb)
IContainerPrx
begin_unlink
in interface IContainerPrx
links
- Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_unlink(java.util.List<IObject> links, Parameters options, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IContainerPrx
begin_unlink
in interface IContainerPrx
links
- Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_unlink(java.util.List<IObject> links, Parameters options, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IContainerPrx
begin_unlink
in interface IContainerPrx
links
- Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_unlink(java.util.List<IObject> links, Parameters options, 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)
IContainerPrx
begin_unlink
in interface IContainerPrx
links
- 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.public Ice.AsyncResult begin_unlink(java.util.List<IObject> links, Parameters options, 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)
IContainerPrx
begin_unlink
in interface IContainerPrx
links
- 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.public void end_unlink(Ice.AsyncResult __iresult) throws ServerError
IContainerPrx
end_unlink
in interface IContainerPrx
__iresult
- The asynchronous result object.ServerError
public static void __unlink_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
public IObject updateDataObject(IObject obj, Parameters options) throws ServerError
IContainerPrx
To link or unlink objects to the specified object, we
should call the methods link or unlink. TODO Or do we use
for example dataset.setProjects(set of projects) to add.
Link has to be set as follows dataset→project and
project→dataset.
Alternatively, you can make sure that the collection is
exactly how it should be in the database. If you
can't guarantee this, it's best to send all your
collections back as null
updateDataObject
in interface IContainerPrx
obj
- Pojos-based IObject. Supported: Project,
Dataset, Annotation, Group, Experimenter.options
- Parameters as above.ServerError
public IObject updateDataObject(IObject obj, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IContainerPrx
To link or unlink objects to the specified object, we
should call the methods link or unlink. TODO Or do we use
for example dataset.setProjects(set of projects) to add.
Link has to be set as follows dataset→project and
project→dataset.
Alternatively, you can make sure that the collection is
exactly how it should be in the database. If you
can't guarantee this, it's best to send all your
collections back as null
updateDataObject
in interface IContainerPrx
obj
- Pojos-based IObject. Supported: Project,
Dataset, Annotation, Group, Experimenter.options
- Parameters as above.__ctx
- The Context map to send with the invocation.ServerError
public Ice.AsyncResult begin_updateDataObject(IObject obj, Parameters options)
IContainerPrx
To link or unlink objects to the specified object, we
should call the methods link or unlink. TODO Or do we use
for example dataset.setProjects(set of projects) to add.
Link has to be set as follows dataset→project and
project→dataset.
Alternatively, you can make sure that the collection is
exactly how it should be in the database. If you
can't guarantee this, it's best to send all your
collections back as null
begin_updateDataObject
in interface IContainerPrx
obj
- Pojos-based IObject. Supported: Project,
Dataset, Annotation, Group, Experimenter.options
- Parameters as above.public Ice.AsyncResult begin_updateDataObject(IObject obj, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
IContainerPrx
To link or unlink objects to the specified object, we
should call the methods link or unlink. TODO Or do we use
for example dataset.setProjects(set of projects) to add.
Link has to be set as follows dataset→project and
project→dataset.
Alternatively, you can make sure that the collection is
exactly how it should be in the database. If you
can't guarantee this, it's best to send all your
collections back as null
begin_updateDataObject
in interface IContainerPrx
obj
- Pojos-based IObject. Supported: Project,
Dataset, Annotation, Group, Experimenter.options
- Parameters as above.__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_updateDataObject(IObject obj, Parameters options, Ice.Callback __cb)
IContainerPrx
To link or unlink objects to the specified object, we
should call the methods link or unlink. TODO Or do we use
for example dataset.setProjects(set of projects) to add.
Link has to be set as follows dataset→project and
project→dataset.
Alternatively, you can make sure that the collection is
exactly how it should be in the database. If you
can't guarantee this, it's best to send all your
collections back as null
begin_updateDataObject
in interface IContainerPrx
obj
- Pojos-based IObject. Supported: Project,
Dataset, Annotation, Group, Experimenter.options
- Parameters as above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_updateDataObject(IObject obj, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IContainerPrx
To link or unlink objects to the specified object, we
should call the methods link or unlink. TODO Or do we use
for example dataset.setProjects(set of projects) to add.
Link has to be set as follows dataset→project and
project→dataset.
Alternatively, you can make sure that the collection is
exactly how it should be in the database. If you
can't guarantee this, it's best to send all your
collections back as null
begin_updateDataObject
in interface IContainerPrx
obj
- Pojos-based IObject. Supported: Project,
Dataset, Annotation, Group, Experimenter.options
- Parameters as above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_updateDataObject(IObject obj, Parameters options, Callback_IContainer_updateDataObject __cb)
IContainerPrx
To link or unlink objects to the specified object, we
should call the methods link or unlink. TODO Or do we use
for example dataset.setProjects(set of projects) to add.
Link has to be set as follows dataset→project and
project→dataset.
Alternatively, you can make sure that the collection is
exactly how it should be in the database. If you
can't guarantee this, it's best to send all your
collections back as null
begin_updateDataObject
in interface IContainerPrx
obj
- Pojos-based IObject. Supported: Project,
Dataset, Annotation, Group, Experimenter.options
- Parameters as above.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_updateDataObject(IObject obj, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IContainer_updateDataObject __cb)
IContainerPrx
To link or unlink objects to the specified object, we
should call the methods link or unlink. TODO Or do we use
for example dataset.setProjects(set of projects) to add.
Link has to be set as follows dataset→project and
project→dataset.
Alternatively, you can make sure that the collection is
exactly how it should be in the database. If you
can't guarantee this, it's best to send all your
collections back as null
begin_updateDataObject
in interface IContainerPrx
obj
- Pojos-based IObject. Supported: Project,
Dataset, Annotation, Group, Experimenter.options
- Parameters as above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_updateDataObject(IObject obj, Parameters options, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IContainerPrx
To link or unlink objects to the specified object, we
should call the methods link or unlink. TODO Or do we use
for example dataset.setProjects(set of projects) to add.
Link has to be set as follows dataset→project and
project→dataset.
Alternatively, you can make sure that the collection is
exactly how it should be in the database. If you
can't guarantee this, it's best to send all your
collections back as null
begin_updateDataObject
in interface IContainerPrx
obj
- Pojos-based IObject. Supported: Project,
Dataset, Annotation, Group, Experimenter.options
- Parameters as above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_updateDataObject(IObject obj, Parameters options, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IContainerPrx
To link or unlink objects to the specified object, we
should call the methods link or unlink. TODO Or do we use
for example dataset.setProjects(set of projects) to add.
Link has to be set as follows dataset→project and
project→dataset.
Alternatively, you can make sure that the collection is
exactly how it should be in the database. If you
can't guarantee this, it's best to send all your
collections back as null
begin_updateDataObject
in interface IContainerPrx
obj
- Pojos-based IObject. Supported: Project,
Dataset, Annotation, Group, Experimenter.options
- Parameters as above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_updateDataObject(IObject obj, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IContainerPrx
To link or unlink objects to the specified object, we
should call the methods link or unlink. TODO Or do we use
for example dataset.setProjects(set of projects) to add.
Link has to be set as follows dataset→project and
project→dataset.
Alternatively, you can make sure that the collection is
exactly how it should be in the database. If you
can't guarantee this, it's best to send all your
collections back as null
begin_updateDataObject
in interface IContainerPrx
obj
- Pojos-based IObject. Supported: Project,
Dataset, Annotation, Group, Experimenter.options
- Parameters as above.__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.public Ice.AsyncResult begin_updateDataObject(IObject obj, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<IObject> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IContainerPrx
To link or unlink objects to the specified object, we
should call the methods link or unlink. TODO Or do we use
for example dataset.setProjects(set of projects) to add.
Link has to be set as follows dataset→project and
project→dataset.
Alternatively, you can make sure that the collection is
exactly how it should be in the database. If you
can't guarantee this, it's best to send all your
collections back as null
begin_updateDataObject
in interface IContainerPrx
obj
- Pojos-based IObject. Supported: Project,
Dataset, Annotation, Group, Experimenter.options
- Parameters as above.__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.public IObject end_updateDataObject(Ice.AsyncResult __iresult) throws ServerError
IContainerPrx
To link or unlink objects to the specified object, we
should call the methods link or unlink. TODO Or do we use
for example dataset.setProjects(set of projects) to add.
Link has to be set as follows dataset→project and
project→dataset.
Alternatively, you can make sure that the collection is
exactly how it should be in the database. If you
can't guarantee this, it's best to send all your
collections back as null
end_updateDataObject
in interface IContainerPrx
__iresult
- The asynchronous result object.ServerError
public static void __updateDataObject_completed(Ice.TwowayCallbackArg1UE<IObject> __cb, Ice.AsyncResult __result)
public java.util.List<IObject> updateDataObjects(java.util.List<IObject> objs, Parameters options) throws ServerError
IContainerPrx
updateDataObject
.updateDataObjects
in interface IContainerPrx
options
- Parameters as above.ServerError
IContainerPrx.updateDataObject(omero.model.IObject, omero.sys.Parameters)
public java.util.List<IObject> updateDataObjects(java.util.List<IObject> objs, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
IContainerPrx
updateDataObject
.updateDataObjects
in interface IContainerPrx
options
- Parameters as above.__ctx
- The Context map to send with the invocation.ServerError
IContainerPrx.updateDataObject(omero.model.IObject, omero.sys.Parameters)
public Ice.AsyncResult begin_updateDataObjects(java.util.List<IObject> objs, Parameters options)
IContainerPrx
updateDataObject
.begin_updateDataObjects
in interface IContainerPrx
public Ice.AsyncResult begin_updateDataObjects(java.util.List<IObject> objs, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
IContainerPrx
updateDataObject
.begin_updateDataObjects
in interface IContainerPrx
__ctx
- The Context map to send with the invocation.public Ice.AsyncResult begin_updateDataObjects(java.util.List<IObject> objs, Parameters options, Ice.Callback __cb)
IContainerPrx
updateDataObject
.begin_updateDataObjects
in interface IContainerPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_updateDataObjects(java.util.List<IObject> objs, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
IContainerPrx
updateDataObject
.begin_updateDataObjects
in interface IContainerPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_updateDataObjects(java.util.List<IObject> objs, Parameters options, Callback_IContainer_updateDataObjects __cb)
IContainerPrx
updateDataObject
.begin_updateDataObjects
in interface IContainerPrx
__cb
- The asynchronous callback object.public Ice.AsyncResult begin_updateDataObjects(java.util.List<IObject> objs, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IContainer_updateDataObjects __cb)
IContainerPrx
updateDataObject
.begin_updateDataObjects
in interface IContainerPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.public Ice.AsyncResult begin_updateDataObjects(java.util.List<IObject> objs, Parameters options, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
IContainerPrx
updateDataObject
.begin_updateDataObjects
in interface IContainerPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.public Ice.AsyncResult begin_updateDataObjects(java.util.List<IObject> objs, Parameters options, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
IContainerPrx
updateDataObject
.begin_updateDataObjects
in interface IContainerPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.public Ice.AsyncResult begin_updateDataObjects(java.util.List<IObject> objs, Parameters options, 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)
IContainerPrx
updateDataObject
.begin_updateDataObjects
in interface IContainerPrx
__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.public Ice.AsyncResult begin_updateDataObjects(java.util.List<IObject> objs, Parameters options, 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)
IContainerPrx
updateDataObject
.begin_updateDataObjects
in interface IContainerPrx
__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.public java.util.List<IObject> end_updateDataObjects(Ice.AsyncResult __iresult) throws ServerError
IContainerPrx
updateDataObject
.end_updateDataObjects
in interface IContainerPrx
__iresult
- The asynchronous result object.ServerError
IContainerPrx.updateDataObject(omero.model.IObject, omero.sys.Parameters)
public static void __updateDataObjects_completed(Ice.TwowayCallbackArg1UE<java.util.List<IObject>> __cb, Ice.AsyncResult __result)
public static IContainerPrx checkedCast(Ice.ObjectPrx __obj)
__obj
- The untyped proxy.public static IContainerPrx checkedCast(Ice.ObjectPrx __obj, java.util.Map<java.lang.String,java.lang.String> __ctx)
__obj
- The untyped proxy.__ctx
- The Context map to send with the invocation.public static IContainerPrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
__obj
- The untyped proxy.__facet
- The name of the desired facet.public static IContainerPrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet, java.util.Map<java.lang.String,java.lang.String> __ctx)
__obj
- The untyped proxy.__facet
- The name of the desired facet.__ctx
- The Context map to send with the invocation.public static IContainerPrx uncheckedCast(Ice.ObjectPrx __obj)
__obj
- The untyped proxy.public static IContainerPrx uncheckedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
__obj
- The untyped proxy.__facet
- The name of the desired facet.public static java.lang.String ice_staticId()
public static void __write(IceInternal.BasicStream __os, IContainerPrx v)
public static IContainerPrx __read(IceInternal.BasicStream __is)