Class ClientQuery

  • All Implemented Interfaces:
    Query

    @Deprecated(forRemoval=true)
    public class ClientQuery
    extends ClientObject
    implements Query
    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.

    Local adapter for the JCR-RMI RemoteQuery interface. This class makes a remote query locally available using the JCR Query interface.

    See Also:
    Query, RemoteQuery
    • Constructor Detail

      • ClientQuery

        public ClientQuery​(Session session,
                           RemoteQuery remote,
                           LocalAdapterFactory factory)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Creates a client adapter for the given query.
        Parameters:
        session - current session
        remote - remote query
        factory - adapter factory