Oval_setobject get methods. More...
Functions | |
bool | oval_state_content_is_locked (struct oval_state_content *) |
return true if the setobject instance is locked. | |
bool | oval_setobject_is_locked (struct oval_setobject *setobject) |
return true if the setobject instance is locked. | |
oval_setobject_type_t | oval_setobject_get_type (struct oval_setobject *) |
Get OVAL set object type. | |
oval_setobject_operation_t | oval_setobject_get_operation (struct oval_setobject *) |
Get OVAL set object operation type. | |
struct oval_setobject_iterator * | oval_setobject_get_subsets (struct oval_setobject *) |
Get OVAL set object subsets. | |
struct oval_object_iterator * | oval_setobject_get_objects (struct oval_setobject *) |
Get OVAL set object referenced objects. | |
struct oval_state_iterator * | oval_setobject_get_filters (struct oval_setobject *) |
Get OVAL set object filters. |
Oval_setobject get methods.
struct oval_state_iterator* oval_setobject_get_filters | ( | struct oval_setobject * | ) | [read] |
Get OVAL set object filters.
This works only with sets of OVAL_SET_COLLECTIVE type.
struct oval_object_iterator* oval_setobject_get_objects | ( | struct oval_setobject * | ) | [read] |
Get OVAL set object referenced objects.
This works only with sets of OVAL_SET_COLLECTIVE type.
struct oval_setobject_iterator* oval_setobject_get_subsets | ( | struct oval_setobject * | ) | [read] |
Get OVAL set object subsets.
This works only with sets of OVAL_SET_AGGREGATE type.
bool oval_setobject_is_locked | ( | struct oval_setobject * | setobject | ) |
return true if the setobject instance is locked.
The state of a locked instance cannot be changed.
bool oval_state_content_is_locked | ( | struct oval_state_content * | ) |
return true if the setobject instance is locked.
The state of a locked instance cannot be changed.