Concrete CallbackContext implementation that is specific to intercepted queries. Methods
annotated with PreQuery that receive instances of this class may modify the Query
returned by calling #getCurrentElement(). This is an effective way to modify queries
prior to execution.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003ePreQueryContext\u003c/code\u003e is a concrete implementation of \u003ccode\u003eCallbackContext\u003c/code\u003e specifically for intercepted queries.\u003c/p\u003e\n"],["\u003cp\u003eMethods marked with \u003ccode\u003ePreQuery\u003c/code\u003e that receive \u003ccode\u003ePreQueryContext\u003c/code\u003e can modify the \u003ccode\u003eQuery\u003c/code\u003e before it is executed.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetCurrentElement()\u003c/code\u003e method can be called to obtain and modify the \u003ccode\u003eQuery\u003c/code\u003e instance within \u003ccode\u003ePreQueryContext\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePreQueryContext\u003c/code\u003e inherits from \u003ccode\u003eBaseCallbackContext\u003c/code\u003e and ultimately \u003ccode\u003ejava.lang.Object\u003c/code\u003e, inheriting various methods from each.\u003c/p\u003e\n"]]],[],null,[]]