Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpfCreateInstanceContainer (modelId     : GENERIC;
                                     options     : INTEGER;
                                     name        : STRING;
                                     description : STRING)
                                     containerId : GENERIC;
                

The xpfCreateInstanceContainer function creates an instance container, and returns the unque unique ID of the new instance container in the argument <containerId>.
This function is equivalent to the EDMinterface function edmiCreateInstanceContainer.

Arguments

...

TypeNameComment
GENERICmodelIdcomments
INTEGERoptions 
STRINGname 
STRINGdescription 

Return Value

...

 

TypeNameComment
GENERICcontainerIdcomments

Options

...

OptionComment
CONTAINERcomment
LOCK_CONTAINER 
MODEL_CONTAINER 
MODEL_LOCK_CONTAINER 
ANY_CONTAINERequal to CONTAINER | LOCK_CONTAINER | MODEL_CONTAINER | MODEL_LOCK_CONTAINER

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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

 

...