Class SelectorRow
- java.lang.Object
-
- org.apache.jackrabbit.core.query.lucene.join.SelectorRow
-
-
Constructor Summary
Constructors Constructor Description SelectorRow(Map<String,PropertyValue> columns, OperandEvaluator evaluator, String selector, Node node, double score)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodegetNode()NodegetNode(String selectorName)StringgetPath()StringgetPath(String selectorName)doublegetScore()doublegetScore(String selectorName)ValuegetValue(String columnName)Value[]getValues()StringtoString()
-
-
-
Constructor Detail
-
SelectorRow
public SelectorRow(Map<String,PropertyValue> columns, OperandEvaluator evaluator, String selector, Node node, double score)
-
-
Method Detail
-
getNode
public Node getNode()
-
getNode
public Node getNode(String selectorName) throws RepositoryException
- Throws:
RepositoryException
-
getScore
public double getScore()
-
getScore
public double getScore(String selectorName) throws RepositoryException
- Throws:
RepositoryException
-
getValues
public Value[] getValues() throws RepositoryException
- Specified by:
getValuesin interfaceRow- Throws:
RepositoryException
-
getValue
public Value getValue(String columnName) throws ItemNotFoundException, RepositoryException
- Specified by:
getValuein interfaceRow- Throws:
ItemNotFoundExceptionRepositoryException
-
getPath
public String getPath() throws RepositoryException
- Specified by:
getPathin interfaceRow- Throws:
RepositoryException
-
getPath
public String getPath(String selectorName) throws RepositoryException
- Specified by:
getPathin interfaceRow- Throws:
RepositoryException
-
-