Query Functions : List of Query Functions : Information-Flows (if) : Input List Type: if

Input List Type: if
 
Query: Basic information-flows
Purpose: Returns the information-flows in the input list that are basic (those not defined using other information-flows)
stm_r_if_basic_if (IN el_list: LIST OF INFORMATION_FLOW, OUT status: INTEGER)
Query: Information-flows by attributes
Purpose: Returns the information-flows in the input list that match a particular attribute name and value
stm_r_if_by_attributes_if (IN if_list: LIST OF INFORMATION_FLOW, IN attr_name: STRING, IN attr_value: STRING, OUT status: INTEGER)
Query: Information-flows contained in a given information-flow
Purpose: Returns the information-flows that are contained in information-flows from the input list (as defined in the Consists of field)
stm_r_if_contained_in_if (IN if_list: LIST OF INFORMATION_FLOW, OUT status: INTEGER)
Query: Information-flows containing a given information-flow
Purpose: Returns the information-flows that contain information-flows from the input list (as defined in the Consists of field)
stm_r_if_containing_if (IN if_list: LIST OF INFORMATION_FLOW, OUT status: INTEGER)
Query: Information-flows explicitly defined
Purpose: Returns the information-flows of the input list that were explicitly defined
stm_r_if_explicit_defined_if (IN if_list: LIST OF INFORMATION_FLOW, OUT status: INTEGER)
Query: Information-flow names that match a given pattern
Purpose: Returns all the information-flows whose names match the specified pattern
Query: Information-flow synonyms that match a given pattern
Purpose: Returns all the information-flows whose synonyms match the specified pattern
Query: Unresolved information-flows
Purpose: Returns the unresolved information-flows in the input list
stm_r_if_unresolved_if (IN if_list: LIST OF INFORMATION_FLOW, OUT status: INTEGER)