Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpfGetInstanceReferences (instanceId              : GENERIC; 
                                   indexOfFirstReference   : INTEGER;
                                   maxReferences           : INTEGER) 
                                   referencingInstances    : SET OF GENERIC;
                

The xpfGetInstanceReferences function returns the instances that have one or more relations to the specified instance. The referencing instances are returned in the <referencingInstances> argument. The referencing instances is indexed from 1 and upwards such that it is possible to retrieve the referencing instances in several consecutive calls if that is wanted because of space limitation or convenience. The argument <indexOfFirstReference> <indexOfFirstReference> (starting from one) specifies the index of the first instance to return. The argument <maxReferences> <maxReferences> specifies the maximum instanceIds to return in one call.
To be completed.
This function is equivalent to the EDMinterface function edmiGetInstanceReferences.
See also xpxGetInstanceReferences.

Arguments

...

TypeNameComment
GENERICinstanceIdcomments
INTEGERindexOfFirstReference 
INTEGERmaxReferences 

Return Value

...

 

TypeNameComment
SET OF GENERICreferencingInstancescomments

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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