Open SCAP Library
|
An Oval_state_content instance specifies an oval_state field. More...
#include <oval_definitions.h>
Public Member Functions | |
OSCAP_API struct oval_state_content * | oval_state_content_new (struct oval_definition_model *) |
OSCAP_API struct oval_state_content * | oval_state_content_clone (struct oval_definition_model *new_model, struct oval_state_content *old_content) |
OSCAP_API void | oval_state_content_free (struct oval_state_content *) |
Setters | |
OSCAP_API void | oval_state_content_set_entity (struct oval_state_content *, struct oval_entity *) |
OSCAP_API void | oval_state_content_add_record_field (struct oval_state_content *, struct oval_record_field *) |
OSCAP_API void | oval_state_content_set_varcheck (struct oval_state_content *, oval_check_t) |
OSCAP_API void | oval_state_content_set_entcheck (struct oval_state_content *, oval_check_t) |
OSCAP_API void | oval_state_content_set_check_existence (struct oval_state_content *content, oval_existence_t existence) |
Sets the "check_existence" attribute of an OVAL state entity. More... | |
Getters | |
OSCAP_API struct oval_entity * | oval_state_content_get_entity (struct oval_state_content *) |
Get entity of a state content. More... | |
OSCAP_API struct oval_record_field_iterator * | oval_state_content_get_record_fields (struct oval_state_content *) |
OSCAP_API oval_check_t | oval_state_content_get_var_check (struct oval_state_content *) |
Get multipe variable values processing of a state content. | |
OSCAP_API oval_check_t | oval_state_content_get_ent_check (struct oval_state_content *) |
Get multipe entities processing of a state content. | |
OSCAP_API oval_existence_t | oval_state_content_get_check_existence (struct oval_state_content *content) |
Get "check_existence" attribute of an OVAL state entity. More... | |
Data Fields | |
struct oval_definition_model * | model |
struct oval_entity * | entity |
struct oval_collection * | record_fields |
oval_check_t | ent_check |
oval_check_t | var_check |
oval_existence_t | check_existence |
An Oval_state_content instance specifies an oval_state field.