Query: Transitions in which a given element is affected.Purpose: Returns the transitions that affect (modify, generate, or activate) the elements (for example, events, data-items, or activities) in the input list.stm_r_tr_affecting_mx (IN mx_list: LIST OF
ELEMENT,OUT status: INTEGER)
Query: Transitions in which a given element is affected.Purpose: Identical to stm_r_tr_affecting_mx, but when the input list includes an ID of a record/union,stm_r_tr_meaningly_affecting_mx will also return elements that affect a field of the record/union, and not necessarily the whole record/union element.stm_r_tr_meaningly_affecting_mx (IN mx_list: LIST
OF ELEMENT,OUT status: INTEGER);
Query: Transitions whose source is a given elementPurpose: Returns transitions that originate at elements in the input liststm_r_tr_from_source_mx (IN mx_list: LIST OF
ELEMENT,OUT status: INTEGER)
Query: Transitions whose target is a given elementPurpose: Returns the transitions whose target is an element from the input liststm_r_tr_to_target_mx (IN mx_list: LIST OF
ELEMENT,OUT status: INTEGER)
Query: Transitions in which a given element is used.Purpose: Returns the transitions in labels that use (evaluate) the elements (basic events, conditions, data-items, states, and activities) in the input list.stm_r_tr_using_mx (IN mx_list: LIST OF ELEMENT,OUT
status: INTEGER)
Query: Transitions in which a given element is used.Purpose: Identical to stm_r_tr_using_mx, but when the input list includes an ID of a record/union,stm_r_tr_meaningly_using_mx will also return elements that affect a field of the record/union, and not necessarily the whole record/union element.stm_r_tr_meaningly_using_mx (IN mx_list: LIST OF
ELEMENT,OUT status: INTEGER);