@groovy.lang.Singleton class SearchAdjustQueryExtension extends java.lang.Object implements AdjustQueryInterface
Type | Name and description |
---|---|
private static boolean |
adjust Allows the value to be adjusted during a specific test. |
Constructor and description |
---|
SearchAdjustQueryExtension
() |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
postAdjustQuery(java.lang.String response, java.lang.String queryString, java.lang.Class domainClass) ExtensionPoint post method to adjust the query string to make the input more user friendly. |
|
void |
preAdjustQuery(java.lang.String queryString, java.lang.Class domainClass) ExtensionPoint pre method to adjust the query string to make the input more user friendly. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Allows the value to be adjusted during a specific test.
ExtensionPoint post method to adjust the query string to make the input more user friendly.
response
- The core response.queryString
- The input query string from the user. Null not allowed.domainClass
- The domain class for domain-specific searches. Null allowed.ExtensionPoint pre method to adjust the query string to make the input more user friendly.
queryString
- The input query string from the user. Null not allowed.domainClass
- The domain class for domain-specific searches. Null allowed.Groovy Documentation