Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
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

...

TypeNameComment
GENERICiteratorcomments

Return Value

...

 

TypeNameComment
AGGREGATE OF GENERICnewAggregateIdcomments

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"