Uses of Class
org.apache.qpid.server.query.engine.parsing.query.WithItem
-
Packages that use WithItem Package Description org.apache.qpid.server.query.engine.parsing org.apache.qpid.server.query.engine.parsing.query -
-
Uses of WithItem in org.apache.qpid.server.query.engine.parsing
Methods in org.apache.qpid.server.query.engine.parsing that return WithItem Modifier and Type Method Description WithItemExpressionParser. withItem() -
Uses of WithItem in org.apache.qpid.server.query.engine.parsing.query
Methods in org.apache.qpid.server.query.engine.parsing.query that return types with arguments of type WithItem Modifier and Type Method Description java.util.List<WithItem<T,R>>QueryExpression. getWithItems()Method parameters in org.apache.qpid.server.query.engine.parsing.query with type arguments of type WithItem Modifier and Type Method Description voidQueryExpression. setWithItems(java.util.List<WithItem<T,R>> withItems)
-