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(String selectorName) |
String |
getPath() |
String |
getPath(String selectorName) |
double |
getScore() |
double |
getScore(String selectorName) |
Value |
getValue(String s) |
Value[] |
getValues() |
getFactory, getItem, getNode, getNodeTypeArray
public ClientRow(Session session, RemoteRow remote, LocalAdapterFactory factory)
remote
- remote query rowpublic Value[] getValues() throws RepositoryException
getValues
in interface Row
RepositoryException
public Value getValue(String s) throws RepositoryException
getValue
in interface Row
RepositoryException
public Node getNode() throws RepositoryException
getNode
in interface Row
RepositoryException
public Node getNode(String selectorName) throws RepositoryException
getNode
in interface Row
RepositoryException
public String getPath() throws RepositoryException
getPath
in interface Row
RepositoryException
public String getPath(String selectorName) throws RepositoryException
getPath
in interface Row
RepositoryException
public double getScore() throws RepositoryException
getScore
in interface Row
RepositoryException
public double getScore(String selectorName) throws RepositoryException
getScore
in interface Row
RepositoryException
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.