Interface QueryExecutionValidator
@PublicSpi
public interface QueryExecutionValidator
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidateExecution(Query query) Implementation of this SPI is able to block JQL search on theSearchService.
-
Method Details
-
validateExecution
Implementation of this SPI is able to block JQL search on theSearchService. If no QueryExecutionValidationException is thrown, the JQL will execute normally.- Parameters:
query- the search query that will be executed.- Throws:
QueryExecutionValidationException- when the query should not be executed.- Since:
- 11.2.0
-