Modifier and Type | Method and Description |
---|---|
RemoteNode |
getNode() |
RemoteNode |
getNode(String selectorName) |
String |
getPath() |
String |
getPath(String selectorName) |
double |
getScore() |
double |
getScore(String selectorName) |
javax.jcr.Value |
getValue(String propertyName) |
javax.jcr.Value[] |
getValues() |
javax.jcr.Value[] getValues() throws javax.jcr.RepositoryException, RemoteException
javax.jcr.RepositoryException
- on repository errorsRemoteException
- on RMI errorsRow.getValues()
javax.jcr.Value getValue(String propertyName) throws javax.jcr.RepositoryException, RemoteException
propertyName
- property namejavax.jcr.RepositoryException
- on repository errorsRemoteException
- on RMI errorsRow.getValue(String)
RemoteNode getNode() throws javax.jcr.RepositoryException, RemoteException
javax.jcr.RepositoryException
- on repository errorsRemoteException
- on RMI errorsRow.getNode()
RemoteNode getNode(String selectorName) throws javax.jcr.RepositoryException, RemoteException
selectorName
- javax.jcr.RepositoryException
- on repository errorsRemoteException
- on RMI errorsRow.getNode(String)
String getPath() throws javax.jcr.RepositoryException, RemoteException
javax.jcr.RepositoryException
- on repository errorsRemoteException
- on RMI errorsRow.getPath()
String getPath(String selectorName) throws javax.jcr.RepositoryException, RemoteException
selectorName
- javax.jcr.RepositoryException
- on repository errorsRemoteException
- on RMI errorsRow.getPath(String)
double getScore() throws javax.jcr.RepositoryException, RemoteException
javax.jcr.RepositoryException
- on repository errorsRemoteException
- on RMI errorsRow.getScore()
double getScore(String selectorName) throws javax.jcr.RepositoryException, RemoteException
selectorName
- javax.jcr.RepositoryException
- on repository errorsRemoteException
- on RMI errorsRow.getScore(String)
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.