Package | Description |
---|---|
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
IndexRules.NumericRule<T> |
Modifier and Type | Class and Description |
---|---|
protected static class |
IndexRules.NumericTypedRule<T> |
protected static class |
IndexRules.SkipRule |
protected static class |
IndexRules.TypedRule |
Modifier and Type | Field and Description |
---|---|
static IndexRules.Rule |
IndexRules.SKIP |
Modifier and Type | Method and Description |
---|---|
IndexRules.Rule |
IndexRules.getRule(Name name)
Get the rule associated with the given property name.
|
Constructor and Description |
---|
IndexRules(Map<Name,IndexRules.Rule> rulesByName,
IndexRules.Rule defaultRule) |
Constructor and Description |
---|
IndexRules(Map<Name,IndexRules.Rule> rulesByName,
IndexRules.Rule defaultRule) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.