public interface

CustomFieldClauseSanitiserHandler

com.atlassian.jira.issue.customfields.searchers.CustomFieldClauseSanitiserHandler
Known Indirect Subclasses

Class Overview

Used to indicate that a particular custom field requires its clauses to be sanitised by a ClauseSanitiser. The mechanism for registering the sanitiser is through the ClausePermissionHandler, which is constructed by the createAssociatedSearchHandler() method.

Thus, when implementing a CustomFieldSearcherClauseHandler, ensure that it also implements this interface if it has special sanitisation requirements. Otherwise, the default NoOpClauseSanitiser will be used. This searcher clause handler should then be constructed inside the CustomFieldSearcher.

See Also

Summary

Public Methods
ClauseSanitiser getClauseSanitiser()

Public Methods

public ClauseSanitiser getClauseSanitiser ()

Returns
  • the clause sanitiser to use with this custom field searcher clause handler