net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion
Class InExpression
java.lang.Object
net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion.InExpression
- All Implemented Interfaces:
- Serializable, Criterion
public class InExpression
- extends Object
- implements Criterion
- Version:
- $Id: InExpression.java 3285 2011-01-24 18:10:19Z fgiust $
- Author:
- fgrilli
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InExpression
public InExpression(String nodeName,
String[] values)
toXPathString
public String toXPathString(Criteria criteria)
throws JCRQueryException
- Description copied from interface:
Criterion
- 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.