public interface AMD_IContainer_createDataObject
extends Ice.AMDCallback
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.
Modifier and Type | Method and Description |
---|---|
void |
ice_response(IObject __ret)
ice_response indicates that
the operation completed successfully.
|
void ice_response(IObject __ret)
__ret
- (return value) the created object