Interface ContentQuery


  • public interface ContentQuery
    A reusable content query specification.

    Objects of this class are thread safe and reusable. You can safely create the ContentQuery once, and used it from many thread in parallel.

    • Method Detail

      • runner

        ContentQueryRunner runner()
        Creates a per-request runner object used to execute the query.
        Returns:
        the runner object