public class ClientRow extends ClientObject
RemoteRow
interface. This class makes a remote query row locally available using
the JCR Row interface.Row,
RemoteRow| Constructor and Description |
|---|
ClientRow(Session session,
RemoteRow remote,
LocalAdapterFactory factory)
Creates a client adapter for the given remote query row.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
getNode() |
Node |
getNode(java.lang.String selectorName) |
java.lang.String |
getPath() |
java.lang.String |
getPath(java.lang.String selectorName) |
double |
getScore() |
double |
getScore(java.lang.String selectorName) |
Value |
getValue(java.lang.String s) |
Value[] |
getValues() |
public ClientRow(Session session,
RemoteRow remote,
LocalAdapterFactory factory)
remote - remote query rowpublic Value[] getValues()
throws RepositoryException
RepositoryExceptionpublic Value getValue(java.lang.String s)
throws RepositoryException
RepositoryExceptionpublic Node getNode()
throws RepositoryException
RepositoryExceptionpublic Node getNode(java.lang.String selectorName)
throws RepositoryException
RepositoryExceptionpublic java.lang.String getPath()
throws RepositoryException
RepositoryExceptionpublic java.lang.String getPath(java.lang.String selectorName)
throws RepositoryException
RepositoryExceptionpublic double getScore()
throws RepositoryException
RepositoryExceptionpublic double getScore(java.lang.String selectorName)
throws RepositoryException
RepositoryException"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"