Oval_result_criteria_node get methods. More...
Functions | |
oval_criteria_node_type_t | oval_result_criteria_node_get_type (struct oval_result_criteria_node *) |
oval_result_t | oval_result_criteria_node_get_result (struct oval_result_criteria_node *) |
bool | oval_result_criteria_node_get_negate (struct oval_result_criteria_node *) |
oval_operator_t | oval_result_criteria_node_get_operator (struct oval_result_criteria_node *) |
struct oval_result_criteria_node_iterator * | oval_result_criteria_node_get_subnodes (struct oval_result_criteria_node *) |
struct oval_result_test * | oval_result_criteria_node_get_test (struct oval_result_criteria_node *) |
struct oval_result_definition * | oval_result_criteria_node_get_extends (struct oval_result_criteria_node *) |
bool | oval_result_criteria_node_is_locked (struct oval_result_criteria_node *result_criteria_node) |
return true if the result_criteria_node instance is locked. |
Oval_result_criteria_node get methods.
bool oval_result_criteria_node_is_locked | ( | struct oval_result_criteria_node * | result_criteria_node | ) |
return true if the result_criteria_node instance is locked.
The state of a locked instance cannot be changed.