class
IScriptQueryRepository.
IScriptQueryRepository
Bases: object
Scripting API to access the query chains.
get_all_query_chains
Retrieves the query chains.
The requested query chains.
get_query_chain_by_name
name
Retrieves the query chains by name.
name (string) -- The name.
The requested query chains
get_query_chains_by_name
name_search_text
Retrieves queries that contain the given string as part of the name.
name_search_text (string) -- The name search text.
The requested query chains.
get_query_chain_by_unique_id
unique_id
Retrieves the query chains by unique identifier.
unique_id (Guid) -- The unique identifier.
The requested query chain.
get_all_rule_sets
Retrieves all rule sets.
The requested rule sets
get_rule_set_by_name
name
Retrieves the rule set by name.
get_rule_set_by_unique_id
unique_id
Retrieves the rule set by unique id.
unique_id (Guid) -- The unique identifier.
The requested rule set.
restore_query_chain
query_chain
Restores the original query chains.
query_chain (IScriptQueryChain) -- The query chain.
Only supported for overriden system query chains.
restore_query
query
Restores the original query.
query (IScriptQuery) -- The query.
Only supported for overriden system query.
restore_rule_set
rule_set
Restores the original rule sets.
rule_set (IScriptRuleSet) -- The rule set.
Only supported for overriden system rule sets.