xpxInsertIndexOfAggregateInInstanceHashTable

FUNCTION xpxInsertIndexOfAggregateInInstanceHashTable (instanceHashTableIndex  : INTEGER;
                                                       aggregateId             : GENERIC;
                                                       aggregateIndex          : INTEGER)
                                                       status                  : INTEGER;

Function to set an index to an existing aggregateId element, or to an new created aggregateId element in an EDMinstanceHashTable. This function is only applicable for EDMinstanceHashTable of type INSTANCE_HASH_TABLE_WITH_ROLES.

Arguments


1TypeNameComment
2INTEGERinstanceHashTableIndexAn integer value that identifies the actual EDMinstanceHashTable. This "instanceHashTableIndex" is returned when the actual EDMinstanceHashTable was created. The actual EDMinstanceHashTable must be of type INSTANCE_HASH_TABLE_WITH_ROLES
3GENERICaggregateIdThe given "aggregateId" identifies an element in the specified EDMinstanceHashTable. When the given "aggregateId" does not exist in the specified EDMinstanceHashTable, it will be inserted by this xpxInsertIndexOfAggregateInInstanceHashTable() operation.
4INTEGERaggregateIndex

This argument specifies an index of the given "aggregateId". This "aggregateIndex" will be inserted in the actual EDMinstanceHashTable as a "qualifier" to the "aggregateId".

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.

Options


 

Example


<Missing Example>

 

See also

Filter by label

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

Â