xpfGetInstanceReferences
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> (starting from one) specifies the index of the first instance to return. The argument <maxReferences> specifies the maximum instanceIds to return in one call.
Arguments
Type | Name | Comment |
GENERIC | instanceId | comments |
INTEGER | indexOfFirstReference | Â |
INTEGER | maxReferences | Â |
Return Value
Â
Type | Name | Comment |
SET OF GENERIC | referencingInstances | comments |
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â