cavokSOAPService
Public Attributes | List of all members
FilterObject Struct Reference

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...
 

Detailed Description

One part of a filter rule.

Member Data Documentation

◆ _operator

enum SearchOperator FilterObject::_operator

Comparison operator to use .

◆ item

struct FilterItem FilterObject::item

Item describing this filter step.

◆ prevcon

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.