com.atlassian.jira.issue.search.constants
Class SystemSearchConstants

java.lang.Object
  extended by com.atlassian.jira.issue.search.constants.SystemSearchConstants

@ThreadSafe
public final class SystemSearchConstants
extends Object

Contains the constants used by systems fields for searching. It is designed to provide a safe link between all of those string constants in JIRA.

Since:
v4.0

Field Summary
static String FIX_FOR_VERSION
           
static String FIX_FOR_VERSION_CHANGEITEM
           
static String QUERY_SEARCHER_ID
          The ID of the query searcher.
 
Method Summary
static SimpleFieldSearchConstantsWithEmpty forAffectedVersion()
           
static AllTextSearchConstants forAllText()
           
static UserFieldSearchConstantsWithEmpty forAssignee()
           
static CommentsFieldSearchConstants forComments()
           
static SimpleFieldSearchConstantsWithEmpty forComponent()
           
static SimpleFieldSearchConstants forCreatedDate()
           
static DefaultClauseInformation forCurrentEstimate()
           
static SimpleFieldSearchConstants forDescription()
           
static SimpleFieldSearchConstants forDueDate()
           
static SimpleFieldSearchConstants forEnvironment()
           
static SimpleFieldSearchConstantsWithEmpty forFixForVersion()
           
static IssueIdConstants forIssueId()
           
static IssueKeyConstants forIssueKey()
           
static IssueParentConstants forIssueParent()
           
static SimpleFieldSearchConstants forIssueType()
           
static SimpleFieldSearchConstantsWithEmpty forLabels()
           
static SimpleFieldSearchConstants forLastViewedDate()
           
static DefaultClauseInformation forOriginalEstimate()
           
static SimpleFieldSearchConstants forPriority()
           
static SimpleFieldSearchConstants forProject()
           
static DefaultClauseInformation forProjectCategory()
           
static UserFieldSearchConstantsWithEmpty forReporter()
           
static SimpleFieldSearchConstants forResolution()
           
static SimpleFieldSearchConstants forResolutionDate()
           
static SavedFilterSearchConstants forSavedFilter()
           
static DefaultClauseInformation forSecurityLevel()
           
static SimpleFieldSearchConstants forStatus()
           
static SimpleFieldSearchConstants forSummary()
           
static DefaultClauseInformation forTimeSpent()
           
static SimpleFieldSearchConstants forUpdatedDate()
           
static DefaultClauseInformation forVoters()
           
static DefaultClauseInformation forVotes()
           
static DefaultClauseInformation forWatchers()
           
static DefaultClauseInformation forWatches()
           
static SimpleFieldSearchConstants forWorkRatio()
           
static ClauseInformation getClauseInformationById(String id)
           
static Set<String> getSystemNames()
           
static boolean isSystemName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUERY_SEARCHER_ID

public static final String QUERY_SEARCHER_ID
The ID of the query searcher.

See Also:
Constant Field Values

FIX_FOR_VERSION

public static final String FIX_FOR_VERSION
See Also:
Constant Field Values

FIX_FOR_VERSION_CHANGEITEM

public static final String FIX_FOR_VERSION_CHANGEITEM
See Also:
Constant Field Values
Method Detail

forPriority

public static SimpleFieldSearchConstants forPriority()

forProject

public static SimpleFieldSearchConstants forProject()

forIssueType

public static SimpleFieldSearchConstants forIssueType()

forComponent

public static SimpleFieldSearchConstantsWithEmpty forComponent()

forAffectedVersion

public static SimpleFieldSearchConstantsWithEmpty forAffectedVersion()

forFixForVersion

public static SimpleFieldSearchConstantsWithEmpty forFixForVersion()

forResolution

public static SimpleFieldSearchConstants forResolution()

forStatus

public static SimpleFieldSearchConstants forStatus()

forSummary

public static SimpleFieldSearchConstants forSummary()

forDescription

public static SimpleFieldSearchConstants forDescription()

forEnvironment

public static SimpleFieldSearchConstants forEnvironment()

forLabels

public static SimpleFieldSearchConstantsWithEmpty forLabels()

forComments

public static CommentsFieldSearchConstants forComments()

forCreatedDate

public static SimpleFieldSearchConstants forCreatedDate()

forUpdatedDate

public static SimpleFieldSearchConstants forUpdatedDate()

forLastViewedDate

public static SimpleFieldSearchConstants forLastViewedDate()

forDueDate

public static SimpleFieldSearchConstants forDueDate()

forResolutionDate

public static SimpleFieldSearchConstants forResolutionDate()

forReporter

public static UserFieldSearchConstantsWithEmpty forReporter()

forAssignee

public static UserFieldSearchConstantsWithEmpty forAssignee()

forSavedFilter

public static SavedFilterSearchConstants forSavedFilter()

forAllText

public static AllTextSearchConstants forAllText()

forIssueId

public static IssueIdConstants forIssueId()

forIssueKey

public static IssueKeyConstants forIssueKey()

forIssueParent

public static IssueParentConstants forIssueParent()

forWorkRatio

public static SimpleFieldSearchConstants forWorkRatio()

forCurrentEstimate

public static DefaultClauseInformation forCurrentEstimate()

forOriginalEstimate

public static DefaultClauseInformation forOriginalEstimate()

forTimeSpent

public static DefaultClauseInformation forTimeSpent()

forSecurityLevel

public static DefaultClauseInformation forSecurityLevel()

forVotes

public static DefaultClauseInformation forVotes()

forVoters

public static DefaultClauseInformation forVoters()

forWatches

public static DefaultClauseInformation forWatches()

forWatchers

public static DefaultClauseInformation forWatchers()

forProjectCategory

public static DefaultClauseInformation forProjectCategory()

getSystemNames

public static Set<String> getSystemNames()

isSystemName

public static boolean isSystemName(String name)

getClauseInformationById

public static ClauseInformation getClauseInformationById(String id)


Copyright © 2002-2013 Atlassian. All Rights Reserved.