xpfCreateNestedAggrByIterator
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.
Arguments
Type | Name | Comment |
GENERIC | iterator | comments |
Return Value
Â
Type | Name | Comment |
AGGREGATE OF GENERIC | newAggregateId | comments |
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â