org.apache.jackrabbit.spi.commons.query.qom
Class ConstraintImpl

java.lang.Object
  extended by org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
      extended by org.apache.jackrabbit.spi.commons.query.qom.ConstraintImpl
All Implemented Interfaces:
Constraint
Direct Known Subclasses:
AndImpl, ChildNodeImpl, ComparisonImpl, DescendantNodeImpl, FullTextSearchImpl, NotImpl, OrImpl, PropertyExistenceImpl, SameNodeImpl

public abstract class ConstraintImpl
extends AbstractQOMNode
implements Constraint

ConstraintImpl is the common basis for classes that implement the Constraint interface.


Field Summary
 
Fields inherited from class org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
resolver
 
Constructor Summary
ConstraintImpl(NamePathResolver resolver)
           
 
Method Summary
 
Methods inherited from class org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
accept, getJCRName, getJCRPath, protect, quote, quote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintImpl

public ConstraintImpl(NamePathResolver resolver)


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.