Oval_definition get methods. More...
Oval_definition get methods.
struct oval_affected_iterator* oval_definition_get_affected | ( | struct oval_definition * | ) | [read] |
Returns attribute Oval_definition->affected.
The iterator returned by this method should be freed after use by the calling application.
struct oval_criteria_node* oval_definition_get_criteria | ( | struct oval_definition * | ) | [read] |
Returns attribute Oval_definition->criteria.
bool oval_definition_get_deprecated | ( | struct oval_definition * | ) |
Returns attribute Oval_definition->deprecated.
char* oval_definition_get_description | ( | struct oval_definition * | ) |
Returns attribute Oval_definition->description.
char* oval_definition_get_id | ( | struct oval_definition * | ) |
Returns attribute Oval_definition->id (identifier).
struct oval_string_iterator* oval_definition_get_notes | ( | struct oval_definition * | ) | [read] |
Returns attribute Oval_definition->notes.
The iterator returned by this method should be freed after use by the calling application.
struct oval_reference_iterator* oval_definition_get_references | ( | struct oval_definition * | ) | [read] |
Returns attribute Oval_definition->references.
The iterator returned by this method should be freed after use by the calling application.
char* oval_definition_get_title | ( | struct oval_definition * | ) |
Returns attribute Oval_definition->title.
bool oval_definition_is_locked | ( | struct oval_definition * | definition | ) |
return true if the definition instance is locked.
The state of a locked instance cannot be changed.