Class NotLogicExpression
- java.lang.Object
-
- technology.openpool.ldap.adapter.api.query.LogicExpression
-
- technology.openpool.ldap.adapter.api.query.NotLogicExpression
-
- All Implemented Interfaces:
QueryExpression
public final class NotLogicExpression extends LogicExpression
-
-
Field Summary
Fields Modifier and Type Field Description static booleanEMPTY_SEQ_BOOLEAN
-
Constructor Summary
Constructors Constructor Description NotLogicExpression(List<QueryExpression> children)
-
-
-
Constructor Detail
-
NotLogicExpression
public NotLogicExpression(List<QueryExpression> children)
-
-