public class SelectorRow extends Object
| Constructor and Description |
|---|
SelectorRow(Map<String,javax.jcr.query.qom.PropertyValue> columns,
OperandEvaluator evaluator,
String selector,
javax.jcr.Node node,
double score) |
| Modifier and Type | Method and Description |
|---|---|
javax.jcr.Node |
getNode() |
javax.jcr.Node |
getNode(String selectorName) |
String |
getPath() |
String |
getPath(String selectorName) |
double |
getScore() |
double |
getScore(String selectorName) |
javax.jcr.Value |
getValue(String columnName) |
javax.jcr.Value[] |
getValues() |
String |
toString() |
public SelectorRow(Map<String,javax.jcr.query.qom.PropertyValue> columns, OperandEvaluator evaluator, String selector, javax.jcr.Node node, double score)
public javax.jcr.Node getNode()
public javax.jcr.Node getNode(String selectorName) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic double getScore()
public double getScore(String selectorName) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic javax.jcr.Value[] getValues()
throws javax.jcr.RepositoryException
getValues in interface javax.jcr.query.Rowjavax.jcr.RepositoryExceptionpublic javax.jcr.Value getValue(String columnName) throws javax.jcr.ItemNotFoundException, javax.jcr.RepositoryException
getValue in interface javax.jcr.query.Rowjavax.jcr.ItemNotFoundExceptionjavax.jcr.RepositoryExceptionpublic String getPath() throws javax.jcr.RepositoryException
getPath in interface javax.jcr.query.Rowjavax.jcr.RepositoryExceptionCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.