Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpfCreateMapInstance (entityId         : GENERIC)
                               newMapInstanceId : GENERIC;

This function creates a persistent instance of the type specified by the entityId argument in the target model. The instanceId of the created instance will be returned through the newMapInstanceId newMapInstanceId argument.
When the xpfCreateMapInstance is executed in a MAP declaration, the actual created instance will be added to the set of created MAP Instances, i.e., the set of instances that is created from a set of one or more source instances. This set of MAP instances can be fetched by the xpxGetMapInstances function. If the function xpfCreateMapInstance is called from another declaration than a MAP declaration, it will have the same effect as a xpfCreateInstance function on the target model.

Arguments

...

TypeNameComment
GENERICentityIdcomments

Return Value

...

 

TypeNameComment
GENERICnewMapInstanceIdcomments

Options

...

OptionComment
XPXSOMEOPTIONcomment

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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