Class SearchRequestRelationCheck

java.lang.Object
com.atlassian.jira.appconsistency.integrity.check.CheckImpl<CheckAmendment>
com.atlassian.jira.appconsistency.integrity.check.SearchRequestRelationCheck
All Implemented Interfaces:
Check<CheckAmendment>

public class SearchRequestRelationCheck extends CheckImpl<CheckAmendment>
Check that all search requests are associated with valid projects. i.e. That the project ids specified by the search request exist in the database. If not, delete such search request. NOTE: It only verifies the search requests that have a project id and not null.