xpfGetAssociatedInstanceOfInstance

FUNCTION xpfGetAssociatedInstanceOfInstance (instanceHashTableIndex   : INTEGER;
                                             instanceId               : GENERIC)
                                             assocoatedValue          : GENERIC;
                

Function get the associated value of an element in an given EDMinstanceHashTable. An associative value of an element in an EDMinstanceHashTable is an instanceId or an aggregateId; This function is only applicable for EDMinstanceHashTables of type INSTANCE_HASH_TABLE_WITH_ASSOCIATED_VALUE.

 

 

Arguments


1TypeNameComment
2INTEGERinstanceHashTableIndex

An integer value that identifies the actual EDMinstanceHashTable. This "instanceHashTableIndex" is returned when the actual EDMinstanceHashTable was created.

3GENERICinstanceId An instanceId that identifies the actual element in the EDMinstanceHashTable .

Return Value


 

TypeNameComment
GENERICassociatedValueWhen the function is successfully performed, the actual associative value is returned when it exists, else the constant xpxNULLID is returned. When the function fail the value INDETERMINATE (?) is returned Exception handling should be used to handle error conditions in the actual xpfGetAssociatedInstanceOfInstance() operation.

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â