Class ExploreServlet

    • Constructor Detail

      • ExploreServlet

        public ExploreServlet()
    • Method Detail

      • processResource

        protected ExploreServlet.ResultCursor processResource​(org.eclipse.rdf4j.repository.RepositoryConnection con,
                                                              TupleResultBuilder builder,
                                                              org.eclipse.rdf4j.model.Value value,
                                                              int offset,
                                                              int limit,
                                                              boolean render)
                                                       throws org.eclipse.rdf4j.common.exception.RDF4JException
        Query the repository for all instances of the given value, optionally writing the results into the HTTP response.
        Parameters:
        con - the connection to the repository
        builder - used for writing to the HTTP response
        value - the value to query the repository for
        offset - The result at which to start rendering results.
        limit - The limit on the number of results to render.
        render - If false, suppresses output to the HTTP response.
        Returns:
        The count of all triples in the repository using the given value.
        Throws:
        org.eclipse.rdf4j.common.exception.RDF4JException - if there is an issue iterating through results