public interface IContainerPrx extends ServiceInterfacePrx
The names of the methods correlate to how the function operates:
The options are used to add some constraints to the generic method e.g. load hierarchy trees images for a given user. This mechanism should give us enough flexibility to extend the API if necessary, e.g. in some cases we might want to retrieve the images with or without annotations
Most methods take such an options
map which is built
on the client-side using the Parameters
class. The
currently supported options are:
As outlined in TODO, the semantics of the Omero write API are based on three rules:
isLoaded()
returns
false are assumed filteredgetDetails().isFiltered(String collectionName)
returns
true are assumed filtered. TODO: should we accept isFiltered for
all fields?
For all write calls, the options map (see below) must contain the userId and the userGroupId for the newly created objects. TODO umask.
Modifier and Type | Method and Description |
---|---|
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.
|
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 __result)
Creates the specified data object.
|
java.util.List<IObject> |
end_createDataObjects(Ice.AsyncResult __result)
Convenience method to save network calls.
|
java.util.List<IObject> |
end_findContainerHierarchies(Ice.AsyncResult __result)
Retrieves hierarchy trees in various hierarchies that
contain the specified Images.
|
java.util.Map<java.lang.Long,java.lang.Long> |
end_getCollectionCount(Ice.AsyncResult __result)
Counts the number of members in a collection for a given
object.
|
java.util.List<Image> |
end_getImages(Ice.AsyncResult __result)
Retrieve a user's (or all users') images within any given
container.
|
java.util.List<Image> |
end_getImagesByOptions(Ice.AsyncResult __result)
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 __result)
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 __result)
Retrieves a user's images.
|
java.util.List<IObject> |
end_link(Ice.AsyncResult __result)
Convenience method for creating links.
|
java.util.List<IObject> |
end_loadContainerHierarchy(Ice.AsyncResult __result)
Retrieves hierarchy trees rooted by a given node (unless
orphan is specified -- See below)
|
java.util.List<IObject> |
end_retrieveCollection(Ice.AsyncResult __result)
Retrieves a collection with all members initialized
(loaded).
|
void |
end_unlink(Ice.AsyncResult __result)
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 __result)
Updates a data object.
|
java.util.List<IObject> |
end_updateDataObjects(Ice.AsyncResult __result)
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.
|
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).
|
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.
|
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
java.util.List<IObject> loadContainerHierarchy(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options) throws ServerError
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.
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
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
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.
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
Ice.AsyncResult begin_loadContainerHierarchy(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options)
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.
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.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)
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.
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.Ice.AsyncResult begin_loadContainerHierarchy(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, Ice.Callback __cb)
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.
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.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)
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.
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.Ice.AsyncResult begin_loadContainerHierarchy(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, Callback_IContainer_loadContainerHierarchy __cb)
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.
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.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)
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.
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.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)
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.
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.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)
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.
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.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)
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.
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.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)
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.
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.java.util.List<IObject> end_loadContainerHierarchy(Ice.AsyncResult __result) throws ServerError
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.
__result
- The asynchronous result object.rootNodeType
,
unless orphan
is specified in which
case objects of type rootNodeType
and
below may be returned.ServerError
java.util.List<IObject> findContainerHierarchies(java.lang.String rootType, java.util.List<java.lang.Long> imageIds, Parameters options) throws ServerError
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
.
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
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
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
.
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
Ice.AsyncResult begin_findContainerHierarchies(java.lang.String rootType, java.util.List<java.lang.Long> imageIds, Parameters options)
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
.
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.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)
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
.
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.Ice.AsyncResult begin_findContainerHierarchies(java.lang.String rootType, java.util.List<java.lang.Long> imageIds, Parameters options, Ice.Callback __cb)
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
.
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.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)
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
.
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.Ice.AsyncResult begin_findContainerHierarchies(java.lang.String rootType, java.util.List<java.lang.Long> imageIds, Parameters options, Callback_IContainer_findContainerHierarchies __cb)
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
.
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.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)
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
.
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.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)
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
.
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.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)
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
.
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.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)
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
.
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.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)
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
.
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.java.util.List<IObject> end_findContainerHierarchies(Ice.AsyncResult __result) throws ServerError
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
.
__result
- The asynchronous result object.Set
with all root nodes that were
found.ServerError
java.util.List<Image> getImages(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options) throws ServerError
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
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
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
Ice.AsyncResult begin_getImages(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options)
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.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)
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.Ice.AsyncResult begin_getImages(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, Ice.Callback __cb)
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.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)
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.Ice.AsyncResult begin_getImages(java.lang.String rootType, java.util.List<java.lang.Long> rootIds, Parameters options, Callback_IContainer_getImages __cb)
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.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)
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.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)
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.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)
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.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)
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.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)
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.java.util.List<Image> end_getImages(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
java.util.List<Image> getUserImages(Parameters options) throws ServerError
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.ServerError
java.util.List<Image> getUserImages(Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
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
Ice.AsyncResult begin_getUserImages(Parameters options)
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.Ice.AsyncResult begin_getUserImages(Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
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.Ice.AsyncResult begin_getUserImages(Parameters options, Ice.Callback __cb)
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getUserImages(Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
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.Ice.AsyncResult begin_getUserImages(Parameters options, Callback_IContainer_getUserImages __cb)
options
- Parameters as above. No notion of
leaves
.
experimenter|group
apply at the
Image level and must be present.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getUserImages(Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IContainer_getUserImages __cb)
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.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)
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.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)
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.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)
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.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)
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.java.util.List<Image> end_getUserImages(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
java.util.List<Image> getImagesByOptions(Parameters options) throws ServerError
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
java.util.List<Image> getImagesByOptions(Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
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
Ice.AsyncResult begin_getImagesByOptions(Parameters options)
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.Ice.AsyncResult begin_getImagesByOptions(Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
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.Ice.AsyncResult begin_getImagesByOptions(Parameters options, Ice.Callback __cb)
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.Ice.AsyncResult begin_getImagesByOptions(Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
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.Ice.AsyncResult begin_getImagesByOptions(Parameters options, Callback_IContainer_getImagesByOptions __cb)
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.Ice.AsyncResult begin_getImagesByOptions(Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IContainer_getImagesByOptions __cb)
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.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)
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.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)
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.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)
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.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)
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.java.util.List<Image> end_getImagesByOptions(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
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
included
- the entities includedoptions
- parameters, presently ignoredServerError
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
included
- the entities includedoptions
- parameters, presently ignored__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included, Parameters options)
included
- the entities includedIce.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)
included
- the entities included__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included, Parameters options, Ice.Callback __cb)
included
- the entities included__cb
- The asynchronous callback object.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)
included
- the entities included__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getImagesBySplitFilesets(java.util.Map<java.lang.String,java.util.List<java.lang.Long>> included, Parameters options, Callback_IContainer_getImagesBySplitFilesets __cb)
included
- the entities included__cb
- The asynchronous callback object.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)
included
- the entities included__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
included
- the entities included__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
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.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)
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.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)
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.java.util.Map<java.lang.Long,java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>>> end_getImagesBySplitFilesets(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
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
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
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
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
Ice.AsyncResult begin_getCollectionCount(java.lang.String type, java.lang.String property, java.util.List<java.lang.Long> ids, Parameters options)
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.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)
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.Ice.AsyncResult begin_getCollectionCount(java.lang.String type, java.lang.String property, java.util.List<java.lang.Long> ids, Parameters options, Ice.Callback __cb)
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.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)
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.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)
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.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)
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.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)
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.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)
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.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)
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.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)
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.java.util.Map<java.lang.Long,java.lang.Long> end_getCollectionCount(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
java.util.List<IObject> retrieveCollection(IObject obj, java.lang.String collectionName, Parameters options) throws ServerError
obj
- Can be unloaded.collectionName
- public static final String
from the
IObject.classoptions
- Parameters. Unused.ServerError
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
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
Ice.AsyncResult begin_retrieveCollection(IObject obj, java.lang.String collectionName, Parameters options)
obj
- Can be unloaded.options
- Parameters. Unused.Ice.AsyncResult begin_retrieveCollection(IObject obj, java.lang.String collectionName, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
obj
- Can be unloaded.options
- Parameters. Unused.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_retrieveCollection(IObject obj, java.lang.String collectionName, Parameters options, Ice.Callback __cb)
obj
- Can be unloaded.options
- Parameters. Unused.__cb
- The asynchronous callback object.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)
obj
- Can be unloaded.options
- Parameters. Unused.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_retrieveCollection(IObject obj, java.lang.String collectionName, Parameters options, Callback_IContainer_retrieveCollection __cb)
obj
- Can be unloaded.options
- Parameters. Unused.__cb
- The asynchronous callback object.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)
obj
- Can be unloaded.options
- Parameters. Unused.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
obj
- Can be unloaded.options
- Parameters. Unused.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
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.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)
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.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)
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.java.util.List<IObject> end_retrieveCollection(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
IObject createDataObject(IObject obj, Parameters options) throws ServerError
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.
obj
- IObject. Supported: Project, Dataset,
Annotation, Group, Experimenter. Not null.options
- Parameters as above.ServerError
IObject createDataObject(IObject obj, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
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.
obj
- IObject. Supported: Project, Dataset,
Annotation, Group, Experimenter. Not null.options
- Parameters as above.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_createDataObject(IObject obj, Parameters options)
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.
obj
- IObject. Supported: Project, Dataset,
Annotation, Group, Experimenter. Not null.options
- Parameters as above.Ice.AsyncResult begin_createDataObject(IObject obj, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
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.
obj
- IObject. Supported: Project, Dataset,
Annotation, Group, Experimenter. Not null.options
- Parameters as above.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_createDataObject(IObject obj, Parameters options, Ice.Callback __cb)
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.
obj
- IObject. Supported: Project, Dataset,
Annotation, Group, Experimenter. Not null.options
- Parameters as above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_createDataObject(IObject obj, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
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.
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.Ice.AsyncResult begin_createDataObject(IObject obj, Parameters options, Callback_IContainer_createDataObject __cb)
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.
obj
- IObject. Supported: Project, Dataset,
Annotation, Group, Experimenter. Not null.options
- Parameters as above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_createDataObject(IObject obj, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IContainer_createDataObject __cb)
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.
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.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)
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.
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.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)
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.
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.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)
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.
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.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)
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.
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.IObject end_createDataObject(Ice.AsyncResult __result) throws ServerError
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.
__result
- The asynchronous result object.ServerError
java.util.List<IObject> createDataObjects(java.util.List<IObject> dataObjects, Parameters options) throws ServerError
createDataObject
.dataObjects
- Array of Omero IObjects
options
- Parameters as above.ServerError
createDataObject(IObject, Parameters)
java.util.List<IObject> createDataObjects(java.util.List<IObject> dataObjects, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
createDataObject
.dataObjects
- Array of Omero IObjects
options
- Parameters as above.__ctx
- The Context map to send with the invocation.ServerError
createDataObject(IObject, Parameters)
Ice.AsyncResult begin_createDataObjects(java.util.List<IObject> dataObjects, Parameters options)
createDataObject
.dataObjects
- Array of Omero IObjects
options
- Parameters as above.Ice.AsyncResult begin_createDataObjects(java.util.List<IObject> dataObjects, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
createDataObject
.dataObjects
- Array of Omero IObjects
options
- Parameters as above.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_createDataObjects(java.util.List<IObject> dataObjects, Parameters options, Ice.Callback __cb)
createDataObject
.dataObjects
- Array of Omero IObjects
options
- Parameters as above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_createDataObjects(java.util.List<IObject> dataObjects, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
createDataObject
.dataObjects
- Array of Omero IObjects
options
- Parameters as above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_createDataObjects(java.util.List<IObject> dataObjects, Parameters options, Callback_IContainer_createDataObjects __cb)
createDataObject
.dataObjects
- Array of Omero IObjects
options
- Parameters as above.__cb
- The asynchronous callback object.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)
createDataObject
.dataObjects
- Array of Omero IObjects
options
- Parameters as above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
createDataObject
.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.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)
createDataObject
.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.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)
createDataObject
.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.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)
createDataObject
.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.java.util.List<IObject> end_createDataObjects(Ice.AsyncResult __result) throws ServerError
createDataObject
.__result
- The asynchronous result object.ServerError
createDataObject(IObject, Parameters)
void unlink(java.util.List<IObject> links, Parameters options) throws ServerError
links
- Not null.options
- Parameters as above.ServerError
void unlink(java.util.List<IObject> links, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
links
- Not null.options
- Parameters as above.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_unlink(java.util.List<IObject> links, Parameters options)
links
- Not null.Ice.AsyncResult begin_unlink(java.util.List<IObject> links, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
links
- Not null.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_unlink(java.util.List<IObject> links, Parameters options, Ice.Callback __cb)
links
- Not null.__cb
- The asynchronous callback object.Ice.AsyncResult begin_unlink(java.util.List<IObject> links, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
links
- Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_unlink(java.util.List<IObject> links, Parameters options, Callback_IContainer_unlink __cb)
links
- Not null.__cb
- The asynchronous callback object.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)
links
- Not null.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
links
- Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
links
- Not null.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_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)
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.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)
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.void end_unlink(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
java.util.List<IObject> link(java.util.List<IObject> links, Parameters options) throws ServerError
createDataObject
links
- Array of links to be created.options
- Parameters as above.ServerError
java.util.List<IObject> link(java.util.List<IObject> links, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
createDataObject
links
- Array of links to be created.options
- Parameters as above.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_link(java.util.List<IObject> links, Parameters options)
createDataObject
links
- Array of links to be created.Ice.AsyncResult begin_link(java.util.List<IObject> links, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
createDataObject
links
- Array of links to be created.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_link(java.util.List<IObject> links, Parameters options, Ice.Callback __cb)
createDataObject
links
- Array of links to be created.__cb
- The asynchronous callback object.Ice.AsyncResult begin_link(java.util.List<IObject> links, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
createDataObject
links
- Array of links to be created.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_link(java.util.List<IObject> links, Parameters options, Callback_IContainer_link __cb)
createDataObject
links
- Array of links to be created.__cb
- The asynchronous callback object.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)
createDataObject
links
- Array of links to be created.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
createDataObject
links
- Array of links to be created.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
createDataObject
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.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)
createDataObject
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.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)
createDataObject
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.java.util.List<IObject> end_link(Ice.AsyncResult __result) throws ServerError
createDataObject
__result
- The asynchronous result object.ServerError
IObject updateDataObject(IObject obj, Parameters options) throws ServerError
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
obj
- Pojos-based IObject. Supported: Project,
Dataset, Annotation, Group, Experimenter.options
- Parameters as above.ServerError
IObject updateDataObject(IObject obj, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
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
obj
- Pojos-based IObject. Supported: Project,
Dataset, Annotation, Group, Experimenter.options
- Parameters as above.__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_updateDataObject(IObject obj, Parameters options)
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
obj
- Pojos-based IObject. Supported: Project,
Dataset, Annotation, Group, Experimenter.options
- Parameters as above.Ice.AsyncResult begin_updateDataObject(IObject obj, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
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
obj
- Pojos-based IObject. Supported: Project,
Dataset, Annotation, Group, Experimenter.options
- Parameters as above.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_updateDataObject(IObject obj, Parameters options, Ice.Callback __cb)
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
obj
- Pojos-based IObject. Supported: Project,
Dataset, Annotation, Group, Experimenter.options
- Parameters as above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_updateDataObject(IObject obj, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
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
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.Ice.AsyncResult begin_updateDataObject(IObject obj, Parameters options, Callback_IContainer_updateDataObject __cb)
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
obj
- Pojos-based IObject. Supported: Project,
Dataset, Annotation, Group, Experimenter.options
- Parameters as above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_updateDataObject(IObject obj, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IContainer_updateDataObject __cb)
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
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.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)
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
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.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)
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
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.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)
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
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.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)
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
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.IObject end_updateDataObject(Ice.AsyncResult __result) throws ServerError
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
__result
- The asynchronous result object.ServerError
java.util.List<IObject> updateDataObjects(java.util.List<IObject> objs, Parameters options) throws ServerError
updateDataObject
.objs
- options
- Parameters as above.ServerError
updateDataObject(omero.model.IObject, omero.sys.Parameters)
java.util.List<IObject> updateDataObjects(java.util.List<IObject> objs, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
updateDataObject
.objs
- options
- Parameters as above.__ctx
- The Context map to send with the invocation.ServerError
updateDataObject(omero.model.IObject, omero.sys.Parameters)
Ice.AsyncResult begin_updateDataObjects(java.util.List<IObject> objs, Parameters options)
updateDataObject
.objs
- Ice.AsyncResult begin_updateDataObjects(java.util.List<IObject> objs, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx)
updateDataObject
.objs
- __ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_updateDataObjects(java.util.List<IObject> objs, Parameters options, Ice.Callback __cb)
updateDataObject
.objs
- __cb
- The asynchronous callback object.Ice.AsyncResult begin_updateDataObjects(java.util.List<IObject> objs, Parameters options, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
updateDataObject
.objs
- __ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_updateDataObjects(java.util.List<IObject> objs, Parameters options, Callback_IContainer_updateDataObjects __cb)
updateDataObject
.objs
- __cb
- The asynchronous callback object.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)
updateDataObject
.objs
- __ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
updateDataObject
.objs
- __responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
updateDataObject
.objs
- __responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
updateDataObject
.objs
- __ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_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)
updateDataObject
.objs
- __ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.java.util.List<IObject> end_updateDataObjects(Ice.AsyncResult __result) throws ServerError
updateDataObject
.__result
- The asynchronous result object.ServerError
updateDataObject(omero.model.IObject, omero.sys.Parameters)