Query Functions : List of Query Functions : Events (ev) : Input List Type: ev

Input List Type: ev
 
Query: Events by subtype
Purpose: Returns the events in the input list that are defined as array
Query: Events by attributes
Purpose: Returns the events in the input list that match the specified attribute name and value
stm_r_ev_by_attributes_ev (IN ev_list: LIST OF EVENT, IN attr_name: STRING, IN attr_value: STRING, OUT status: INTEGER)
Query: None
Purpose: Returns the events in the input list that have the specified structure type (for example, single or array)
stm_r_ev_by_structure_type_ev (IN ev_list: LIST OF EVENT, IN dtype: INTEGER, OUT status: INTEGER)
Query: Events with callback bindings
Purpose: Returns the events in the input list that have callback bindings
Query: Events explicitly defined
Purpose: Returns the events of the input list that were explicitly defined
Query: Events whose names match a given pattern
Purpose: Returns all the events whose names match the specified pattern
Query: Events by subtype
Purpose: Returns the events in the input list that are defined as single
Query: Events whose synonyms match a given pattern
Purpose: Returns all the events whose synonyms match the specified pattern
Query: Unresolved events
Purpose: Returns the unresolved events in the input list