ModeShape Distribution 3.0.0.Beta4

Uses of Interface
org.modeshape.jcr.query.IndexRules.Rule

Packages that use IndexRules.Rule
org.modeshape.jcr.query The Query API provides a mechanism for building and executing queries. 
 

Uses of IndexRules.Rule in org.modeshape.jcr.query
 

Subinterfaces of IndexRules.Rule in org.modeshape.jcr.query
static interface IndexRules.NumericRule<T>
           
 

Classes in org.modeshape.jcr.query that implement IndexRules.Rule
protected static class IndexRules.NumericTypedRule<T>
           
protected static class IndexRules.SkipRule
           
protected static class IndexRules.TypedRule
           
 

Fields in org.modeshape.jcr.query declared as IndexRules.Rule
static IndexRules.Rule IndexRules.SKIP
           
 

Methods in org.modeshape.jcr.query that return IndexRules.Rule
 IndexRules.Rule IndexRules.getRule(Name name)
          Get the rule associated with the given property name.
 

Constructors in org.modeshape.jcr.query with parameters of type IndexRules.Rule
IndexRules(Map<Name,IndexRules.Rule> rulesByName, IndexRules.Rule defaultRule)
           
 

Constructor parameters in org.modeshape.jcr.query with type arguments of type IndexRules.Rule
IndexRules(Map<Name,IndexRules.Rule> rulesByName, IndexRules.Rule defaultRule)
           
 


ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.