Class AbstractQueryResultHandler<T>

java.lang.Object
com.stardog.stark.query.AbstractQueryResultHandler<T>
All Implemented Interfaces:
QueryResultHandler<T>
Direct Known Subclasses:
QueryResultBuilder

public abstract class AbstractQueryResultHandler<T> extends Object implements QueryResultHandler<T>

Since:
1.0
Version:
1.0
Author:
Michael Grove
  • Constructor Details

    • AbstractQueryResultHandler

      public AbstractQueryResultHandler()
  • Method Details

    • links

      public void links(@Nonnull List<String> theLinks)
      Handle the set of links from the result
      Specified by:
      links in interface QueryResultHandler<T>
      Parameters:
      theLinks - The links
      See Also:
    • start

      public void start()
      Signal that query processing is starting
      Specified by:
      start in interface QueryResultHandler<T>
    • end

      public void end()
      Signal that query processing has completed
      Specified by:
      end in interface QueryResultHandler<T>