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 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()
-
-
-
Constructor Detail
-
RowImpl
public RowImpl(QueryResultImpl result, ResultRow row, String pathSelector)
-
-
Method Detail
-
getNode
public Node getNode() throws RepositoryException
- Specified by:
getNode
in interfaceRow
- Throws:
RepositoryException
-
getNode
public Node getNode(String selectorName) throws RepositoryException
- Specified by:
getNode
in interfaceRow
- Throws:
RepositoryException
-
getPath
public String getPath() throws RepositoryException
- Specified by:
getPath
in interfaceRow
- Throws:
RepositoryException
-
getPath
public String getPath(String selectorName) throws RepositoryException
- Specified by:
getPath
in interfaceRow
- Throws:
RepositoryException
-
getScore
public double getScore() throws RepositoryException
- Specified by:
getScore
in interfaceRow
- Throws:
RepositoryException
-
getScore
public double getScore(String selectorName) throws RepositoryException
- Specified by:
getScore
in interfaceRow
- Throws:
RepositoryException
-
getValue
public Value getValue(String columnName) throws RepositoryException
- Specified by:
getValue
in interfaceRow
- Throws:
RepositoryException
-
getValues
public Value[] getValues() throws RepositoryException
- Specified by:
getValues
in interfaceRow
- Throws:
RepositoryException
-
-