public final class

CommentsFieldSearchConstants

extends Object
implements ClauseInformation
java.lang.Object
   ↳ com.atlassian.jira.issue.search.constants.CommentsFieldSearchConstants

Class Overview

The search constants for the comments system field. The comments are unique as they are stored in a different index to issues.

Summary

Public Methods
boolean equals(Object o)
JiraDataType getDataType()
Provides the JiraDataType that this clause handles and searches on.
String getFieldId()
String getIndexField()
ClauseNames getJqlClauseNames()
Set<Operator> getSupportedOperators()
Provides a set of the supported Operator's that this custom field searcher can handle for its searching.
String getUrlParameter()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.jql.ClauseInformation

Public Methods

public boolean equals (Object o)

public JiraDataType getDataType ()

Provides the JiraDataType that this clause handles and searches on. This allows us to infer some information about how the search will behave and how it will interact with other elements in the system.

For example, if this returns DATE then we know that we could provide users with a date picker for an input field, and we know that this clause should only be used by functions that also specify dates.

Returns
  • the JiraDataType that this clause can handle.

public String getFieldId ()

public String getIndexField ()

public ClauseNames getJqlClauseNames ()

public Set<Operator> getSupportedOperators ()

Provides a set of the supported Operator's that this custom field searcher can handle for its searching.

Returns
  • a set of supported operators.

public String getUrlParameter ()

public int hashCode ()