net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion
Class InExpression

java.lang.Object
  extended by net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion.InExpression
All Implemented Interfaces:
Serializable, Criterion

public class InExpression
extends Object
implements Criterion

Version:
$Id: InExpression.java 2088 2010-03-03 22:59:50Z fgiust $
Author:
fgrilli
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion.Criterion
ALL_ELEMENTS, ATTRIBUTE_SELECTOR, JCR_PREFIX, JCR_PRIMARYTYPE, JCR_ROOT, NT_BASE, XS_DATETIME_FUNCTION
 
Constructor Summary
InExpression(String nodeName, String[] values)
           
 
Method Summary
 String toXPathString(Criteria criteria)
          Render the XPath fragment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InExpression

public InExpression(String nodeName,
                    String[] values)
Method Detail

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-2010 Openmind. All Rights Reserved.