Rules commands and pipelines
The following table describes the Rules commands and pipelines:
|
Command/Pipeline |
Description |
|
BuildRuleSetCommand BuildRuleSetPipeline |
Builds a rule set based on a set of rule models. |
|
GetActionsCommand GetActionsPipeline |
Retrieves the Actions of a specified type, or if no type is specified it retrieves all Actions. |
|
GetConditionsCommand GetConditionsPipeline |
Retrieves the Conditions of a specified type, or if no type is specified it retrieves all Conditions. |
|
GetOperatorsCommand GetOperatorsPipeline |
Retrieves the Operators of a specified type, or if no type is specified it retrieves all Operators. |
|
RunRuleSetCommand RunRuleSetPipeline |
Runs a rule set. Returns true if all the rules are evaluated to true, otherwise returns false. |