Uses of Interface
org.mmbase.storage.search.FieldValueInConstraint

Packages that use FieldValueInConstraint
org.mmbase.bridge The main interface to MMBase, also known as `MMCI' (MMBase Cloud Interface). 
org.mmbase.bridge.implementation This package provides the basic implementations for the interfaces of org.mmbase.bridge. 
org.mmbase.bridge.util This package contains several bridge related classes which can be used independently of the rest of MMBase. 
org.mmbase.storage.search.implementation   
 

Uses of FieldValueInConstraint in org.mmbase.bridge
 

Methods in org.mmbase.bridge that return FieldValueInConstraint
 FieldValueInConstraint Query.createConstraint(StepField f, SortedSet<? extends Object> v)
          Create a constraint (for use with this Query object).
 

Uses of FieldValueInConstraint in org.mmbase.bridge.implementation
 

Methods in org.mmbase.bridge.implementation that return FieldValueInConstraint
 FieldValueInConstraint BasicQuery.createConstraint(StepField f, SortedSet<? extends Object> v)
           
 

Uses of FieldValueInConstraint in org.mmbase.bridge.util
 

Methods in org.mmbase.bridge.util that return FieldValueInConstraint
 FieldValueInConstraint AbstractQueryWrapper.createConstraint(StepField f, SortedSet<? extends Object> v)
           
static FieldValueInConstraint SearchUtil.createInConstraint(Query query, Field field, SortedSet<? extends Object> set)
          Create a constraint for the query which limits the values in the result based on the set
static FieldValueInConstraint SearchUtil.createTypeConstraints(NodeQuery query, List<String> types)
          Create a constraint for the query which limits the node types of the nodes in the result
 

Uses of FieldValueInConstraint in org.mmbase.storage.search.implementation
 

Classes in org.mmbase.storage.search.implementation that implement FieldValueInConstraint
 class BasicFieldValueInConstraint
          Basic implementation.
 



MMBase 2.0-SNAPSHOT - null