public class JahiaOperandEvaluator
extends org.apache.jackrabbit.commons.query.qom.OperandEvaluator
| Constructor and Description |
|---|
JahiaOperandEvaluator(javax.jcr.ValueFactory factory,
Map<String,javax.jcr.Value> variables,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
javax.jcr.Value[] |
getValues(javax.jcr.query.qom.Operand operand,
javax.jcr.Node node)
Evaluates the given operand in the context of the given node.
|
javax.jcr.Value[] |
getValues(javax.jcr.query.qom.Operand operand,
javax.jcr.query.Row row)
Evaluates the given operand in the context of the given row.
|
public javax.jcr.Value[] getValues(javax.jcr.query.qom.Operand operand,
javax.jcr.query.Row row)
throws javax.jcr.RepositoryException
getValues in class org.apache.jackrabbit.commons.query.qom.OperandEvaluatoroperand - operand to be evaluatedrow - query result rowjavax.jcr.RepositoryException - if the operand can't be evaluatedpublic javax.jcr.Value[] getValues(javax.jcr.query.qom.Operand operand,
javax.jcr.Node node)
throws javax.jcr.RepositoryException
getValues in class org.apache.jackrabbit.commons.query.qom.OperandEvaluatoroperand - operand to be evaluatednode - nodejavax.jcr.RepositoryException - if the operand can't be evaluatedCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.