Data item aggregator. More...
Data Structures | |
struct | oval_sysitem |
Handle: Oval_sysitem. More... | |
struct | oval_sysitem_iterator |
Handle: Oval_sysitem iterator. More... | |
Modules | |
Setters | |
Oval_sysitem set methods. | |
Getters | |
Oval_sysitem get methods. | |
Iterators | |
Oval_sysitem iterator methods. | |
Evaluators | |
Oval_sysitem evaluator methods | |
Functions | |
struct oval_sysitem * | oval_sysitem_new (struct oval_syschar_model *) |
struct oval_sysitem * | oval_sysitem_clone (struct oval_syschar_model *new_model, struct oval_sysitem *old_item) |
void | oval_sysitem_free (struct oval_sysitem *) |
Data item aggregator.
Instances of Oval_sysitem holds information about a specific item on a system. An item might be a file, a rpm, a process, etc. This element is extended by the different component schemas through substitution groups. Each item represents a unique instance of an object as specified by an OVAL Object. For example, a single file or a single user. Each item my be referenced by more than one object in the collected object section. Please refer to the description of ItemType for more details about the information stored in items.