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
1 | Type | Name | Comment |
2 | INTEGER | instanceHashTableIndex | An integer value that identifies the actual EDMinstanceHashTable. This "instanceHashTableIndex" is returned when the actual EDMinstanceHashTable was created. |
3 | GENERIC | instanceId | Â An instanceId that identifies the actual element in the EDMinstanceHashTable . |
Return Value
Â
Type | Name | Comment |
GENERIC | associatedValue | When 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.
Â