ModeShape Distribution 3.0.0.CR1

Uses of Class
org.modeshape.jcr.query.IndexRules.FieldType

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

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

Fields in org.modeshape.jcr.query declared as IndexRules.FieldType
protected  IndexRules.FieldType IndexRules.TypedRule.type
           
 

Methods in org.modeshape.jcr.query that return IndexRules.FieldType
 IndexRules.FieldType IndexRules.Rule.getType()
           
 IndexRules.FieldType IndexRules.SkipRule.getType()
           
 IndexRules.FieldType IndexRules.TypedRule.getType()
           
static IndexRules.FieldType IndexRules.FieldType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IndexRules.FieldType[] IndexRules.FieldType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.modeshape.jcr.query with parameters of type IndexRules.FieldType
protected
<T> IndexRules.Builder
IndexRules.Builder.numericField(Name name, IndexRules.FieldType type, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index, T minValue, T maxValue)
           
 

Constructors in org.modeshape.jcr.query with parameters of type IndexRules.FieldType
IndexRules.NumericTypedRule(IndexRules.FieldType type, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index, T minValue, T maxValue)
           
IndexRules.TypedRule(IndexRules.FieldType type, org.apache.lucene.document.Field.Store store, org.apache.lucene.document.Field.Index index, boolean canBeReference, boolean fullTextSearchable)
           
 


ModeShape Distribution 3.0.0.CR1

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