public interface RemoteRow
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
RemoteNode |
getNode() |
RemoteNode |
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 propertyName) |
Value[] |
getValues() |
Value[] getValues()
throws RepositoryException,
java.rmi.RemoteException
RepositoryException - on repository errorsjava.rmi.RemoteException - on RMI errorsjavax.jcr.query.Row#getValues()Value getValue(java.lang.String propertyName)
throws RepositoryException,
java.rmi.RemoteException
propertyName - property nameRepositoryException - on repository errorsjava.rmi.RemoteException - on RMI errorsjavax.jcr.query.Row#getValue(String)RemoteNode getNode() throws RepositoryException, java.rmi.RemoteException
RepositoryException - on repository errorsjava.rmi.RemoteException - on RMI errorsjavax.jcr.query.Row#getNode()RemoteNode getNode(java.lang.String selectorName) throws RepositoryException, java.rmi.RemoteException
selectorName - RepositoryException - on repository errorsjava.rmi.RemoteException - on RMI errorsjavax.jcr.query.Row#getNode(String)java.lang.String getPath()
throws RepositoryException,
java.rmi.RemoteException
RepositoryException - on repository errorsjava.rmi.RemoteException - on RMI errorsjavax.jcr.query.Row#getPath()java.lang.String getPath(java.lang.String selectorName)
throws RepositoryException,
java.rmi.RemoteException
selectorName - RepositoryException - on repository errorsjava.rmi.RemoteException - on RMI errorsjavax.jcr.query.Row#getPath(String)double getScore()
throws RepositoryException,
java.rmi.RemoteException
RepositoryException - on repository errorsjava.rmi.RemoteException - on RMI errorsjavax.jcr.query.Row#getScore()double getScore(java.lang.String selectorName)
throws RepositoryException,
java.rmi.RemoteException
selectorName - RepositoryException - on repository errorsjava.rmi.RemoteException - on RMI errorsjavax.jcr.query.Row#getScore(String)"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"