|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.issue.search.constants.IssueKeyConstants
public class IssueKeyConstants
Constants for issue key.
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
JiraDataType |
getDataType()
Provides the JiraDataType that this clause handles and searches on. |
String |
getFieldId()
|
String |
getIndexField()
|
static IssueKeyConstants |
getInstance()
|
ClauseNames |
getJqlClauseNames()
|
String |
getKeyIndexOrderField()
|
Set<Operator> |
getSupportedOperators()
Provides a set of the supported Operator's that this custom field searcher
can handle for its searching. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ClauseNames getJqlClauseNames()
getJqlClauseNames in interface ClauseInformationpublic String getIndexField()
getIndexField in interface ClauseInformationpublic String getFieldId()
getFieldId in interface ClauseInformationpublic Set<Operator> getSupportedOperators()
ClauseInformationOperator's that this custom field searcher
can handle for its searching.
getSupportedOperators in interface ClauseInformationpublic JiraDataType getDataType()
ClauseInformationJiraDataType 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 JiraDataTypes.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.
getDataType in interface ClauseInformationJiraDataTypespublic static IssueKeyConstants getInstance()
public String getKeyIndexOrderField()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||