Class QueryContext

    • Constructor Detail

      • QueryContext

        public QueryContext()
      • QueryContext

        public QueryContext​(Integer offset,
                            Integer count,
                            String orderBy,
                            boolean asc)
      • QueryContext

        public QueryContext​(Integer offset,
                            Integer count)
      • QueryContext

        public QueryContext​(org.kie.api.runtime.query.QueryContext queryContext)
      • QueryContext

        public QueryContext​(String orderBy,
                            boolean asc)