Searched refs:pageParams (Results 1 – 1 of 1) sorted by relevance
28 JSONObject pageParams = Utils.copyJSONObject(params); in getPage() local30 pageParams.put("query_start", new JSONNumber(start.intValue())); in getPage()33 pageParams.put("query_limit", new JSONNumber(maxCount.intValue())); in getPage()40 pageParams.put("sort_by", sortList); in getPage()43 pageParams.put("include_current_job", new JSONString("true")); in getPage()44 JsonRpcProxy.getProxy().rpcCall(dataMethodName, pageParams, in getPage()