Package | Description |
---|---|
org.modeshape.jcr.api.query.qom | |
org.modeshape.jcr.query.model |
The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query.
|
org.modeshape.jcr.spi.index.provider |
This package contains the Service Provider Interface (SPI) for custom index providers, which are components that encapsulate
how ModeShape updates and uses a set of particular indexes.
|
Modifier and Type | Method and Description |
---|---|
ChildCount |
QueryObjectModelFactory.childCount(String selectorName)
Evaluates to a
LONG value equal to the number of children for each of the node(s) in the specified selector. |
Modifier and Type | Class and Description |
---|---|
class |
ChildCount
A dynamic operand that evaluates to the number of children for each node given by a selector, used in a
Comparison
constraint. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
IndexUsage.applies(ChildCount operand) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.