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


TypeNameComment
GENERICiteratorcomments

Return Value


 

TypeNameComment
AGGREGATE OF GENERICnewAggregateIdcomments

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â