Uses of Interface
org.apache.activemq.artemis.selector.filter.BooleanExpression
-
Packages that use BooleanExpression Package Description org.apache.activemq.artemis.selector.filter Filter implementations for wildcards & JMS selectorsorg.apache.activemq.artemis.selector.hyphenated org.apache.activemq.artemis.selector.impl org.apache.activemq.artemis.selector.strict -
-
Uses of BooleanExpression in org.apache.activemq.artemis.selector.filter
Classes in org.apache.activemq.artemis.selector.filter that implement BooleanExpression Modifier and Type Class Description classComparisonExpressionA filter performing a comparison of two objectsclassLogicExpressionA sequence of expressions, to be combined with OR or AND conjunctions.classXPathExpressionUsed to evaluate an XPath Expression in a JMS selector.classXQueryExpressionUsed to evaluate an XQuery Expression in a JMS selector.Fields in org.apache.activemq.artemis.selector.filter with type parameters of type BooleanExpression Modifier and Type Field Description protected List<BooleanExpression>LogicExpression. expressionsMethods in org.apache.activemq.artemis.selector.filter with parameters of type BooleanExpression Modifier and Type Method Description protected voidLogicExpression. addExpression(BooleanExpression expression)static BooleanExpressionLogicExpression. createAND(BooleanExpression lvalue, BooleanExpression rvalue)static BooleanExpressionUnaryExpression. createNOT(BooleanExpression left)static BooleanExpressionLogicExpression. createOR(BooleanExpression lvalue, BooleanExpression rvalue) -
Uses of BooleanExpression in org.apache.activemq.artemis.selector.hyphenated
Methods in org.apache.activemq.artemis.selector.hyphenated that return BooleanExpression Modifier and Type Method Description BooleanExpressionHyphenatedParser. JmsSelector() -
Uses of BooleanExpression in org.apache.activemq.artemis.selector.impl
Methods in org.apache.activemq.artemis.selector.impl that return BooleanExpression Modifier and Type Method Description static BooleanExpressionSelectorParser. parse(String sql) -
Uses of BooleanExpression in org.apache.activemq.artemis.selector.strict
Methods in org.apache.activemq.artemis.selector.strict that return BooleanExpression Modifier and Type Method Description BooleanExpressionStrictParser. JmsSelector()
-