Class 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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int AND
      And.
      static int EQ
      Equals.
      static int GE
      Greater or equals to.
      static int LE
      Less or equals to.
      static int NOT
      Not.
      static int OR
      Or.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait