| Constructor and Description |
|---|
SelectorRow(Map<String,PropertyValue> columns,
OperandEvaluator evaluator,
String selector,
Node node,
double score) |
| Modifier and Type | Method and Description |
|---|---|
Node |
getNode() |
Node |
getNode(String selectorName) |
String |
getPath() |
String |
getPath(String selectorName) |
double |
getScore() |
double |
getScore(String selectorName) |
Value |
getValue(String columnName) |
Value[] |
getValues() |
String |
toString() |
public SelectorRow(Map<String,PropertyValue> columns, OperandEvaluator evaluator, String selector, Node node, double score)
public Node getNode()
public Node getNode(String selectorName) throws RepositoryException
RepositoryExceptionpublic double getScore()
public double getScore(String selectorName) throws RepositoryException
RepositoryExceptionpublic Value[] getValues() throws RepositoryException
getValues in interface RowRepositoryExceptionpublic Value getValue(String columnName) throws ItemNotFoundException, RepositoryException
getValue in interface RowItemNotFoundExceptionRepositoryExceptionpublic String getPath() throws RepositoryException
getPath in interface RowRepositoryExceptionpublic String getPath(String selectorName) throws RepositoryException
getPath in interface RowRepositoryExceptionCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.