Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpfGetInstanceContainers (currInst           : GENERIC; 
                                   options            : INTEGER)  
                                   instanceContainers : SET OF GENERIC;
                

The xpfGetInstanceContainers function returns the instance containers for the instance of interrest <currInst>. The instance containers are returned in the argument <instanceContainers>.
To be completed.
This function is equivalent to the EDMinterface function edmiGetInstanceContainers.
See also xpxGetInstanceContainers.

Arguments

...

TypeNameComment
GENERICcurrInst 
INTEGERoptionssee below

Return Value

...

 

TypeNameComment
SET OF GENERICinstanceContainerscomments

Options

...

OptionComment
xpxCONTAINERcomment
xpxLOCK_CONTAINER 
xpxMODEL_CONTAINER 
xpxMODEL_LOCK_CONTAINER 
xpxANY_CONTAINERequals to  (xpxCONTAINER | xpxLOCK_CONTAINER | xpxMODEL_CONTAINER | xpxMODEL_LOCK_CONTAINER)

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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