public abstract class Callback_IContainer_createDataObject extends IceInternal.TwowayCallback implements Ice.TwowayCallbackArg1UE<IObject>
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.
Constructor and Description |
---|
Callback_IContainer_createDataObject() |
Modifier and Type | Method and Description |
---|---|
void |
__completed(Ice.AsyncResult __result) |