public class LowerCaseOperand extends DynamicOperand
LowerCaseOperand implements a lower case operand.EMPTY| Constructor and Description | 
|---|
| LowerCaseOperand(DynamicOperand operand)Creates a new lower case operand. | 
| Modifier and Type | Method and Description | 
|---|---|
| javax.jcr.Value[] | getValues(ScoreNode sn,
         EvaluationContext context)Returns the values for the given score node  snof this
 dynamic operand. | 
public LowerCaseOperand(DynamicOperand operand)
operand - the operand to lower case the value.public javax.jcr.Value[] getValues(ScoreNode sn, EvaluationContext context) throws javax.jcr.RepositoryException
sn of this
 dynamic operand. If there are no values for the given score node, then
 an empty array is returned.getValues in class DynamicOperandsn - the current score node.context - the evaluation context.javax.jcr.RepositoryException - if an error occurs while retrieving the value.Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.