Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxCreateInstanceAndPutAttrs(modelId                 : GENERIC;
                                      entityIdOrViewEntityId  : GENERIC;
                                      VAR newInstanceId       : GENERIC; 
                                      NumberOfAttributes      : INTEGER; 
                                      attrId1, attrValue1     : GENERIC;
                                      ...               
                                      attrIdN, attrValueN     : GENERIC)
                                      status                  : INTEGER;

he xpxCreateInstanceAndPutAttrs function creates an entity instance and optionally set the specified attribute values of the created instance. Hence this operation is a combination of xpxCreateInstance and xpxPutAttrs operations.
This operation is only applicable to data models.
The actual data model must be open for write access, before this operation can be successfully performed.
This function is equivalent to the EDMinterface function edmiCreateInstanceAndPutAttrs.                                     

Arguments

...

TypeNameComment
GENERICmodelIdcomment
GENERICentityIdOrViewEntityId 
GENERICnewInstanceId 
INTEGERNumberOfAttributes 
GENERICattrId(N) 
GENERICattrValue(N) 

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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