|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Selector | |
|---|---|
| org.apache.jackrabbit.spi.commons.query.jsr283.qom | |
| org.apache.jackrabbit.spi.commons.query.qom | |
| Uses of Selector in org.apache.jackrabbit.spi.commons.query.jsr283.qom |
|---|
| Methods in org.apache.jackrabbit.spi.commons.query.jsr283.qom that return Selector | |
|---|---|
Selector |
QueryObjectModelFactory.selector(String nodeTypeName)
Selects a subset of the nodes in the repository based on node type. |
Selector |
QueryObjectModelFactory.selector(String nodeTypeName,
String selectorName)
Selects a subset of the nodes in the repository based on node type. |
| Methods in org.apache.jackrabbit.spi.commons.query.jsr283.qom with parameters of type Selector | |
|---|---|
QueryObjectModel |
QueryObjectModelFactory.createQuery(Selector selector,
Constraint constraint,
Ordering[] orderings,
Column[] columns)
Creates a query with one selector. |
| Uses of Selector in org.apache.jackrabbit.spi.commons.query.qom |
|---|
| Classes in org.apache.jackrabbit.spi.commons.query.qom that implement Selector | |
|---|---|
class |
SelectorImpl
SelectorImpl... |
| Methods in org.apache.jackrabbit.spi.commons.query.qom that return Selector | |
|---|---|
Selector |
QueryObjectModelFactoryImpl.selector(String nodeTypeName)
Selects a subset of the nodes in the repository based on node type. |
Selector |
QueryObjectModelFactoryImpl.selector(String nodeTypeName,
String selectorName)
Selects a subset of the nodes in the repository based on node type. |
| Methods in org.apache.jackrabbit.spi.commons.query.qom with parameters of type Selector | |
|---|---|
QueryObjectModel |
QueryObjectModelFactoryImpl.createQuery(Selector selector,
Constraint constraint,
Ordering[] orderings,
Column[] columns)
Creates a query with one selector. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||