Package com.atlassian.jira.issue.customfields.searchers
package com.atlassian.jira.issue.customfields.searchers
-
ClassDescriptionAbstract base class for searchers that performs the init methods for a searcher.The "all text" clause aggregates all the free text system fields in the system.Can be provided as a CustomFieldSearcherClauseHandler if your custom field wants to participate in the generation of the
QueryContext
for a search request.Used to indicate that a particular custom field requires its clauses to be sanitised by aClauseSanitiser
.Searcher for Label custom fieldsProvides access to objects that can perform validation and query generation for clauses generated by this searcher.A handler suitable for date range searchers.A searcher for custom fields that contain exact text (e.g.Implements theAllTextCustomFieldSearcherClauseHandler
marker interface.A simple class for createing a context aware clause handler for a custom field.Used for custom fields which additionally require their clauses to be sanitised.A simple implementation of theCustomFieldSearcherClauseHandler
.A free-text custom field searcherCustomFieldSearcher
for custom fields that allow to pick versions.