Class Authz.QueryFilterOperator
- java.lang.Object
-
- org.ovirt.engine.api.extensions.aaa.Authz.QueryFilterOperator
-
- Enclosing class:
- Authz
public static class Authz.QueryFilterOperator extends java.lang.Object
Query filter boolean operator. Filter field value is at right side of expression.
-
-
Constructor Summary
Constructors Constructor Description QueryFilterOperator()
-
-
-
Field Detail
-
EQ
public static final int EQ
Equals. '*' wildcard may be placed at suffix of value to match any.- See Also:
- Constant Field Values
-
LE
public static final int LE
Less or equals to.- See Also:
- Constant Field Values
-
GE
public static final int GE
Greater or equals to.- See Also:
- Constant Field Values
-
NOT
public static final int NOT
Not.- See Also:
- Constant Field Values
-
AND
public static final int AND
And.- See Also:
- Constant Field Values
-
OR
public static final int OR
Or.- See Also:
- Constant Field Values
-
-