public class JoinRow extends Object
| Constructor and Description |
|---|
JoinRow(Map<String,javax.jcr.query.qom.PropertyValue> columns,
OperandEvaluator evaluator,
javax.jcr.query.Row leftRow,
Set<String> leftSelectors,
javax.jcr.query.Row rightRow,
Set<String> rightSelectors) |
| 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 javax.jcr.Node getNode()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic javax.jcr.Node getNode(String selectorName) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic double getScore()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic 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.