201202203204205206207208209210211
* @return */ public ViewResults adhoc(final AdHocView view) { String adHocBody = new JSONStringer() .object() .key("map").value(JSONUtils.stringSerializedFunction(view.getFunction())) .endObject() .toString();