Class RowImpl
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.query.RowImpl
-
-
Constructor Summary
Constructors Constructor Description RowImpl(QueryResultImpl result, ResultRow row, String pathSelector)
-
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
-
RowImpl
public RowImpl(QueryResultImpl result, ResultRow row, String pathSelector)
-
-
Method Detail
-
getNode
public Node getNode() throws RepositoryException
- Specified by:
getNodein interfaceRow- Throws:
RepositoryException
-
getNode
public Node getNode(String selectorName) throws RepositoryException
- Specified by:
getNodein interfaceRow- Throws:
RepositoryException
-
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
-
getValue
public Value getValue(String columnName) throws RepositoryException
- Specified by:
getValuein interfaceRow- Throws:
RepositoryException
-
getValues
public Value[] getValues() throws RepositoryException
- Specified by:
getValuesin interfaceRow- Throws:
RepositoryException
-
-