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.RepositoryException
public javax.jcr.Node getNode(String selectorName) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public double getScore() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public double getScore(String selectorName) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public javax.jcr.Value[] getValues() throws javax.jcr.RepositoryException
getValues
in interface javax.jcr.query.Row
javax.jcr.RepositoryException
public javax.jcr.Value getValue(String columnName) throws javax.jcr.ItemNotFoundException, javax.jcr.RepositoryException
getValue
in interface javax.jcr.query.Row
javax.jcr.ItemNotFoundException
javax.jcr.RepositoryException
public String getPath() throws javax.jcr.RepositoryException
getPath
in interface javax.jcr.query.Row
javax.jcr.RepositoryException
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.