Package omero.api
Class Callback_IContainer_loadContainerHierarchy
- java.lang.Object
-
- IceInternal.CallbackBase
-
- IceInternal.TwowayCallback
-
- omero.api.Callback_IContainer_loadContainerHierarchy
-
- All Implemented Interfaces:
Ice.TwowayCallback
,Ice.TwowayCallbackArg1<java.util.List<IObject>>
,Ice.TwowayCallbackArg1UE<java.util.List<IObject>>
public abstract class Callback_IContainer_loadContainerHierarchy extends IceInternal.TwowayCallback implements Ice.TwowayCallbackArg1UE<java.util.List<IObject>>
Retrieves hierarchy trees rooted by a given node (unless orphan is specified -- See below)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 enclosingDataset
objects will point to the sameImage
object. And so on.
-
-
Constructor Summary
Constructors Constructor Description Callback_IContainer_loadContainerHierarchy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
__completed(Ice.AsyncResult __result)
-