00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 OSCAP_HIDDEN_START;
00024
00025
00026
00027 struct xccdf_warning_iterator *xccdf_profile_get_warnings(const struct xccdf_profile *profile);
00028 const char *xccdf_benchmark_get_extends(const struct xccdf_benchmark *);
00029 bool xccdf_benchmark_get_hidden(const struct xccdf_benchmark *benchmark);
00030 bool xccdf_benchmark_get_selected(const struct xccdf_benchmark *benchmark);
00031 bool xccdf_benchmark_get_multiple(const struct xccdf_benchmark *benchmark);
00032 bool xccdf_benchmark_get_prohibit_changes(const struct xccdf_benchmark *benchmark);
00033 bool xccdf_benchmark_get_abstract(const struct xccdf_benchmark *benchmark);
00034 bool xccdf_benchmark_get_interactive(const struct xccdf_benchmark *benchmark);
00035 bool xccdf_group_get_resolved(const struct xccdf_group *group);
00036 bool xccdf_group_get_multiple(const struct xccdf_group *group);
00037 bool xccdf_group_get_interactive(const struct xccdf_group *group);
00038 bool xccdf_rule_get_resolved(const struct xccdf_rule *rule);
00039 bool xccdf_rule_get_interactive(const struct xccdf_rule *rule);
00040 bool xccdf_value_get_resolved(const struct xccdf_value *value);
00041 bool xccdf_value_get_selected(const struct xccdf_value *value);
00042 bool xccdf_value_get_multiple(const struct xccdf_value *value);
00043 bool xccdf_profile_get_resolved(const struct xccdf_profile *profile);
00044 bool xccdf_profile_get_hidden(const struct xccdf_profile *profile);
00045 bool xccdf_profile_get_selected(const struct xccdf_profile *profile);
00046 bool xccdf_profile_get_multiple(const struct xccdf_profile *profile);
00047 bool xccdf_profile_get_interactive(const struct xccdf_profile *profile);
00048 struct xccdf_item *xccdf_profile_get_parent(const struct xccdf_profile *profile);
00049 struct oscap_text_iterator *xccdf_benchmark_get_question(const struct xccdf_benchmark *benchmark);
00050 const char *xccdf_profile_get_cluster_id(const struct xccdf_profile *profile);
00051 const char *xccdf_benchmark_get_cluster_id(const struct xccdf_benchmark *benchmark);
00052 struct oscap_text_iterator *xccdf_profile_get_rationale(const struct xccdf_profile *profile);
00053 struct oscap_text_iterator *xccdf_benchmark_get_rationale(const struct xccdf_benchmark *benchmark);
00054 struct oscap_text_iterator *xccdf_value_get_rationale(const struct xccdf_value *value);
00055 struct oscap_text_iterator *xccdf_profile_get_question(const struct xccdf_profile *profile);
00056 struct oscap_string_iterator *xccdf_value_get_platforms(const struct xccdf_value *value);
00057 struct xccdf_benchmark *xccdf_benchmark_get_benchmark(const struct xccdf_benchmark *benchmark);
00058 struct xccdf_item *xccdf_benchmark_get_parent(const struct xccdf_benchmark *benchmark);
00059 float xccdf_profile_get_weight(const struct xccdf_profile *profile);
00060 float xccdf_benchmark_get_weight(const struct xccdf_benchmark *benchmark);
00061 float xccdf_value_get_weight(const struct xccdf_value *value);
00062 struct oscap_text_iterator *xccdf_result_get_question(const struct xccdf_result *item);
00063 struct oscap_text_iterator *xccdf_result_get_rationale(const struct xccdf_result *item);
00064 struct oscap_text_iterator *xccdf_result_get_description(const struct xccdf_result *item);
00065 struct xccdf_reference_iterator *xccdf_result_get_references(const struct xccdf_result *item);
00066 struct xccdf_warning_iterator *xccdf_result_get_warnings(const struct xccdf_result *item);
00067 const char *xccdf_result_get_cluster_id(const struct xccdf_result *item);
00068 const char *xccdf_result_get_version_update(const struct xccdf_result *item);
00069 time_t xccdf_result_get_version_time(const struct xccdf_result *item);
00070 float xccdf_result_get_weight(const struct xccdf_result *item);
00071 struct xccdf_item *xccdf_result_get_parent(const struct xccdf_result *item);
00072 const char *xccdf_result_get_extends(const struct xccdf_result *item);
00073 bool xccdf_result_get_resolved(const struct xccdf_result *item);
00074 bool xccdf_result_get_hidden(const struct xccdf_result *item);
00075 bool xccdf_result_get_selected(const struct xccdf_result *item);
00076 bool xccdf_result_get_multiple(const struct xccdf_result *item);
00077 bool xccdf_result_get_prohibit_changes(const struct xccdf_result *item);
00078 bool xccdf_result_get_abstract(const struct xccdf_result *item);
00079 bool xccdf_result_get_interactive(const struct xccdf_result *item);
00080 bool xccdf_item_get_resolved(const struct xccdf_item *item);
00081 bool xccdf_item_get_multiple(const struct xccdf_item *item);
00082 bool xccdf_benchmark_set_weight(struct xccdf_benchmark *item, xccdf_numeric newval);
00083 bool xccdf_profile_set_weight(struct xccdf_profile *item, xccdf_numeric newval);
00084 bool xccdf_value_set_weight(struct xccdf_value *item, xccdf_numeric newval);
00085 bool xccdf_result_set_weight(struct xccdf_result *item, xccdf_numeric newval);
00086 bool xccdf_result_set_cluster_id(struct xccdf_result *item, const char *newval);
00087 bool xccdf_result_set_extends(struct xccdf_result *item, const char *newval);
00088 bool xccdf_result_set_version_time(struct xccdf_result *item, time_t newval);
00089 bool xccdf_result_set_version_update(struct xccdf_result *item, const char *newval);
00090 bool xccdf_profile_set_cluster_id(struct xccdf_profile *item, const char *newval);
00091 bool xccdf_benchmark_set_cluster_id(struct xccdf_benchmark *item, const char *newval);
00092 bool xccdf_benchmark_set_extends(struct xccdf_benchmark *item, const char *newval);
00093 bool xccdf_benchmark_add_question(struct xccdf_benchmark *item, struct oscap_text *newval);
00094 bool xccdf_benchmark_add_rationale(struct xccdf_benchmark *item, struct oscap_text *newval);
00095 bool xccdf_benchmark_add_warning(struct xccdf_benchmark *item, struct xccdf_warning *newval);
00096 bool xccdf_profile_add_question(struct xccdf_profile *item, struct oscap_text *newval);
00097 bool xccdf_profile_add_rationale(struct xccdf_profile *item, struct oscap_text *newval);
00098 bool xccdf_profile_add_warning(struct xccdf_profile *item, struct xccdf_warning *newval);
00099 bool xccdf_value_add_rationale(struct xccdf_value *item, struct oscap_text *newval);
00100 bool xccdf_value_add_platform(struct xccdf_value *item, const char *newval);
00101 bool xccdf_result_add_description(struct xccdf_result *item, struct oscap_text *newval);
00102 bool xccdf_result_add_platform(struct xccdf_result *item, const char *newval);
00103 bool xccdf_result_add_question(struct xccdf_result *item, struct oscap_text *newval);
00104 bool xccdf_result_add_rationale(struct xccdf_result *item, struct oscap_text *newval);
00105 bool xccdf_result_add_reference(struct xccdf_result *item, struct xccdf_reference *newval);
00106 bool xccdf_result_add_status(struct xccdf_result *item, struct xccdf_status *newval);
00107 bool xccdf_result_add_warning(struct xccdf_result *item, struct xccdf_warning *newval);
00108
00109 OSCAP_HIDDEN_END;