Uses of Class
org.outerj.daisy.query.model.Tristate

Packages that use Tristate
org.outerj.daisy.query.model   
 

Uses of Tristate in org.outerj.daisy.query.model
 

Fields in org.outerj.daisy.query.model declared as Tristate
static Tristate Tristate.YES
           
static Tristate Tristate.NO
           
static Tristate Tristate.MAYBE
           
 

Methods in org.outerj.daisy.query.model that return Tristate
 Tristate IsNull.appliesTo(long documentType, long collection)
           
 Tristate Or.appliesTo(long documentType, long collection)
           
 Tristate IsNotNull.appliesTo(long documentType, long collection)
           
 Tristate AlwaysSatisfiedCond.appliesTo(long documentType, long collection)
           
 Tristate LinksToOrFrom.appliesTo(long documentType, long collection)
           
 Tristate Between.appliesTo(long documentType, long collection)
           
 Tristate HasPartWithMimeType.appliesTo(long documentType, long collection)
           
 Tristate In.appliesTo(long documentType, long collection)
           
 Tristate HasPart.appliesTo(long documentType, long collection)
           
 Tristate UnaryCondExpr.appliesTo(long documentType, long collection)
           
 Tristate HasNone.appliesTo(long documentType, long collection)
           
 Tristate Like.appliesTo(long documentType, long collection)
           
 Tristate HasAll.appliesTo(long documentType, long collection)
           
 Tristate InCollection.appliesTo(long documentType, long collection)
           
 Tristate CondExpr.appliesTo(long documentType, long collection)
          Checks if this conditionl expression could evaluate to true for a document which has the given documentType id and collection id.
 Tristate And.appliesTo(long documentType, long collection)
           
 Tristate IsLinked.appliesTo(long documentType, long collection)
           
 Tristate DoesNotHaveVariant.appliesTo(long documentType, long collection)
           
 



Copyright © -2005 . All Rights Reserved.