public class CountRow extends Object implements javax.jcr.query.Row
| Modifier and Type | Field and Description |
|---|---|
static String |
APPROX_LIMIT_REACHED |
| Constructor and Description |
|---|
CountRow(long count,
boolean approxLimitReached) |
| 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() |
public static final String APPROX_LIMIT_REACHED
public 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 javax.jcr.Node getNode()
throws javax.jcr.RepositoryException
getNode in interface javax.jcr.query.Rowjavax.jcr.RepositoryExceptionpublic javax.jcr.Node getNode(String selectorName) throws javax.jcr.RepositoryException
getNode in interface javax.jcr.query.Rowjavax.jcr.RepositoryExceptionpublic String getPath() throws javax.jcr.RepositoryException
getPath in interface javax.jcr.query.Rowjavax.jcr.RepositoryExceptionpublic String getPath(String selectorName) throws javax.jcr.RepositoryException
getPath in interface javax.jcr.query.Rowjavax.jcr.RepositoryExceptionpublic double getScore()
throws javax.jcr.RepositoryException
getScore in interface javax.jcr.query.Rowjavax.jcr.RepositoryExceptionpublic double getScore(String selectorName) throws javax.jcr.RepositoryException
getScore in interface javax.jcr.query.Rowjavax.jcr.RepositoryExceptionCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.