Class ResultSetConsumer.Chaining

  • Enclosing class:
    ResultSetConsumer

    public abstract static class ResultSetConsumer.Chaining
    extends ResultSetConsumer
    Helper implemenation of ResutSetConsumer that can be used to wrap another ResultSetConsumer - useful for filtering implementations
    • Method Detail

      • chainProcessQuerySolution

        protected void chainProcessQuerySolution​(org.apache.jena.query.QuerySolution qs)
        Helper method that calls the processQuerySolution on an embedded ResultSetConsumer
        Parameters:
        qs - Query solution
      • chainStartProcessing

        protected void chainStartProcessing()
        Helper method that calls startProcessing on an embedded ResultSetConsumer
      • chainEndProcessing

        protected void chainEndProcessing()
        Helper method that calls endProcessing on an embedded ResultSetConsumer