Versions Compared

Key

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

...

  SYNTAX:
 
xpfCreateSubtypeAggrBN (modelId       : GENERIC;                         entityName    : STRING)                         subtypeAggrId : SET OF GENERIC;
 

...

The xpfCreateSubtypeAggrBN  

Code Block
languagecpp
themeConfluence
FUNCTION xpfCreateSubtypeAggr (modelId        : GENERIC;
                               entityName     : STRING) 
                               subtypeAggrId  : SET OF GENERIC;

The xpfCreateSubtypeAggr function creates an aggregate containing all instances of the specified type and all instances that are subtype instances of the specified type in a model. The actual model is specified in the <modelId> modelId argument and the instance type is specified by the <entityName> entityId argument. The created aggregate is returned in the <subtypeAggrId> subtypeAggrId argument.
This function is equivalent to the EDMinterface function edmiCreateSubtypeAggrBN.
See also xpxCreateSubtypeAggrBN.                              

Arguments

...

TypeNameComment
GENERICmodelIdcomments
STRINGentityName 

Return Value

...

 

TypeNameComment
SET OF GENERICsubtypeAggrIdcomments

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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