Class QueryRequest


  • public final class QueryRequest
    extends Object
    QueryRequest creates a request for Query or Continuous Query. It is built with the QueryRequestBuilder
    Since:
    10.0
    Author:
    Katia Aresti, karesti@redhat.com
    • Constructor Detail

      • QueryRequest

        public QueryRequest​(String ickleQuery,
                            Map<String,​Object> params,
                            long skip,
                            int limit)
    • Method Detail

      • isCreated

        public boolean isCreated()
      • isUpdated

        public boolean isUpdated()
      • isDeleted

        public boolean isDeleted()
      • getIckleQuery

        public String getIckleQuery()
      • skip

        public long skip()
      • limit

        public int limit()