Interface RemoteQuery

  • All Superinterfaces:
    Remote
    All Known Implementing Classes:
    ServerQuery

    @Deprecated(forRemoval=true)
    public interface RemoteQuery
    extends Remote
    Deprecated, for removal: This API element is subject to removal in a future version.
    RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

    Remote version of the JCR Query interface. Used by the ServerQuery and ClientQuery adapter base classes to provide transparent RMI access to remote items.

    RMI errors are signaled with RemoteExceptions.

    See Also:
    Query, ClientQuery, ServerQuery
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      void bindValue​(String varName, Value value)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      RemoteQueryResult execute()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      String[] getBindVariableNames()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      String getLanguage()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      String getStatement()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      String getStoredQueryPath()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setLimit​(long limit)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setOffset​(long offset)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      RemoteNode storeAsNode​(String absPath)
      Deprecated, for removal: This API element is subject to removal in a future version.