com.atlassian.jira.issue.customfields.searchers
Interface AllTextCustomFieldSearcherClauseHandler

All Known Implementing Classes:
SimpleAllTextCustomFieldSearcherClauseHandler

public interface AllTextCustomFieldSearcherClauseHandler

The "all text" clause aggregates all the free text system fields in the system. To include custom fields in the "all text" clause use this marker interface. This interface has to be implemented by an implementation of the CustomFieldSearcherClauseHandler, and the set of supported operators must include the LIKE operator. For an example usage of this interface see the SimpleAllTextCustomFieldSearcherClauseHandler.

Since:
v4.0



Copyright © 2002-2009 Atlassian. All Rights Reserved.