net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion
Class IsNotNullExpression
java.lang.Object
net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion.IsNotNullExpression
- All Implemented Interfaces:
- Serializable, Criterion
public class IsNotNullExpression
- extends Object
- implements Criterion
- Version:
- $Id: IsNotNullExpression.java 3285 2011-01-24 18:10:19Z fgiust $
- Author:
- fgrilli
- See Also:
- Serialized Form
IsNotNullExpression
public IsNotNullExpression(String nodeName)
toString
public String toString()
- Overrides:
toString in class Object
toXPathString
public String toXPathString(Criteria criteria)
throws JCRQueryException
- Render the XPath fragment
- Specified by:
toXPathString in interface Criterion
- Parameters:
criteria - input criteria
- Returns:
- converted XPATH expression
- Throws:
JCRQueryException - if there is a problem converting the input criteria to a valid xpath expression
Copyright © 2009-2011 Openmind. All Rights Reserved.