|
cavokSOAPService
|
One part of a filter rule. More...
Public Attributes | |
| struct FilterItem | item |
| Item describing this filter step. More... | |
| enum SearchOperator | _operator |
| Comparison operator to use . More... | |
| xsd__boolean | negate |
| negate operator? | |
| xsd__string | object |
| Comparison object. | |
| enum BooleanOperator | prevcon |
| In a filter rule, prevcon describes how this part relates to previous parts logically. More... | |
One part of a filter rule.
| enum SearchOperator FilterObject::_operator |
Comparison operator to use .
| struct FilterItem FilterObject::item |
Item describing this filter step.
| enum BooleanOperator FilterObject::prevcon |
In a filter rule, prevcon describes how this part relates to previous parts logically.
The result of this search step will be an intersection (AND) or union (OR) of the immediate results of this search and the results of previous sarches. In case of NONE, previous results will be discarded.
1.8.13