...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfCreateNestedAggrByIterator (iterator : GENERIC)
newAggregateId : AGGREGATE OF GENERIC;
|
The xpfCreateNestedAggrByIterator function creates an aggregate instance and sets the created aggregate as an element in an already existing aggregate instance, i.e., a nested aggregate is the result of this operation. The already existing aggregate will be the parent aggregate of the new created aggregate and the new created aggregate will be a child aggregate of the already existing aggregate. The position of the new aggregate in the parent aggregate is specified by the <iterator> argument. The aggregateID is returned in the <newAggregateId> argument.
This function is equivalent to the EDMinterface function sdaiCreateNestedAggrByIterator.
See also xpxCreateNestedAggrByIterator.
Arguments
...
Type | Name | Comment |
GENERIC | iterator | comments |
Return Value
...
Type | Name | Comment |
AGGREGATE OF GENERIC | newAggregateId | comments |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|