Uses of Interface
com.atlassian.jira.issue.IssueConstant

Packages that use IssueConstant
com.atlassian.jira.config   
com.atlassian.jira.issue   
com.atlassian.jira.issue.comparator   
com.atlassian.jira.issue.fields.option   
com.atlassian.jira.issue.issuetype   
com.atlassian.jira.issue.priority   
com.atlassian.jira.issue.resolution   
com.atlassian.jira.issue.search.searchers.renderer   
com.atlassian.jira.issue.search.searchers.transformer   
com.atlassian.jira.issue.search.searchers.util   
com.atlassian.jira.issue.statistics   
com.atlassian.jira.issue.status   
com.atlassian.jira.jql.resolver   
com.atlassian.jira.jql.values   
com.atlassian.jira.mock   
com.atlassian.jira.plugin.report.impl   
com.atlassian.jira.web.action.admin.translation   
com.atlassian.jira.web.component   
 

Uses of IssueConstant in com.atlassian.jira.config
 

Classes in com.atlassian.jira.config with type parameters of type IssueConstant
 class AbstractIssueConstantsManager<T extends IssueConstant>
           
 

Methods in com.atlassian.jira.config that return IssueConstant
 IssueConstant DefaultConstantsManager.getConstantByNameIgnoreCase(String constantType, String name)
           
 IssueConstant ConstantsManager.getConstantByNameIgnoreCase(String constantType, String name)
          Returns a constant by name ignoring the case of the name passed in.
 IssueConstant DefaultConstantsManager.getConstantObject(String constantType, String id)
           
 IssueConstant ConstantsManager.getConstantObject(String constantType, String id)
          Returns an IssueConstant object for the given type & id.
 IssueConstant DefaultConstantsManager.getIssueConstant(org.ofbiz.core.entity.GenericValue issueConstantGV)
           
 IssueConstant ConstantsManager.getIssueConstant(org.ofbiz.core.entity.GenericValue issueConstantGV)
          Converts a constant GenericValue to an IssueConstant object.
 IssueConstant DefaultConstantsManager.getIssueConstantByName(String constantType, String name)
           
 IssueConstant ConstantsManager.getIssueConstantByName(String constantType, String name)
          Returns a constant by name.
 

Methods in com.atlassian.jira.config that return types with arguments of type IssueConstant
 List<IssueConstant> DefaultConstantsManager.convertToConstantObjects(String constantType, Collection ids)
           
 List<IssueConstant> ConstantsManager.convertToConstantObjects(String constantType, Collection ids)
          Converts the list of ids to the objects of appropriate types
 

Methods in com.atlassian.jira.config with parameters of type IssueConstant
 void DefaultConstantsManager.invalidate(IssueConstant constant)
           
 void ConstantsManager.invalidate(IssueConstant issueConstant)
          Clear the cache for this Issue Constant.
 

Uses of IssueConstant in com.atlassian.jira.issue
 

Classes in com.atlassian.jira.issue that implement IssueConstant
 class IssueConstantImpl
           
 class MockIssueConstant
           
 class TextIssueConstant
           
 

Uses of IssueConstant in com.atlassian.jira.issue.comparator
 

Methods in com.atlassian.jira.issue.comparator that return IssueConstant
protected  IssueConstant IssueTypeComparator.getConstant(org.ofbiz.core.entity.GenericValue i1)
           
protected  IssueConstant PriorityComparator.getConstant(org.ofbiz.core.entity.GenericValue i1)
           
protected abstract  IssueConstant IssueConstantsComparator.getConstant(org.ofbiz.core.entity.GenericValue i1)
           
protected  IssueConstant ResolutionComparator.getConstant(org.ofbiz.core.entity.GenericValue i1)
           
protected  IssueConstant IssueStatusComparator.getConstant(org.ofbiz.core.entity.GenericValue i1)
           
protected  IssueConstant IssueTypeComparator.getConstant(Issue i1)
           
protected  IssueConstant PriorityComparator.getConstant(Issue i1)
           
protected abstract  IssueConstant IssueConstantsComparator.getConstant(Issue i1)
           
protected  IssueConstant ResolutionComparator.getConstant(Issue i1)
           
protected  IssueConstant IssueStatusComparator.getConstant(Issue i1)
           
 

Methods in com.atlassian.jira.issue.comparator with parameters of type IssueConstant
 int ConstantsComparator.compare(IssueConstant constant1, IssueConstant constant2)
           
 

Uses of IssueConstant in com.atlassian.jira.issue.fields.option
 

Constructors in com.atlassian.jira.issue.fields.option with parameters of type IssueConstant
IssueConstantOption(IssueConstant constant)
           
 

Uses of IssueConstant in com.atlassian.jira.issue.issuetype
 

Subinterfaces of IssueConstant in com.atlassian.jira.issue.issuetype
 interface IssueType
           
 

Classes in com.atlassian.jira.issue.issuetype that implement IssueConstant
 class IssueTypeImpl
           
 class MockIssueType
           
 

Uses of IssueConstant in com.atlassian.jira.issue.priority
 

Subinterfaces of IssueConstant in com.atlassian.jira.issue.priority
 interface Priority
           
 

Classes in com.atlassian.jira.issue.priority that implement IssueConstant
 class PriorityImpl
           
 

Uses of IssueConstant in com.atlassian.jira.issue.resolution
 

Subinterfaces of IssueConstant in com.atlassian.jira.issue.resolution
 interface Resolution
           
 

Classes in com.atlassian.jira.issue.resolution that implement IssueConstant
 class ResolutionImpl
           
 

Uses of IssueConstant in com.atlassian.jira.issue.search.searchers.renderer
 

Classes in com.atlassian.jira.issue.search.searchers.renderer with type parameters of type IssueConstant
 class IssueConstantsSearchRenderer<T extends IssueConstant>
          Provides the search renderer for issue constants (priority, status, resolution).
 

Uses of IssueConstant in com.atlassian.jira.issue.search.searchers.transformer
 

Classes in com.atlassian.jira.issue.search.searchers.transformer with type parameters of type IssueConstant
 class IssueConstantSearchInputTransformer<T extends IssueConstant>
          A issue-constant-specific IdIndexedSearchInputTransformer.
 

Uses of IssueConstant in com.atlassian.jira.issue.search.searchers.util
 

Classes in com.atlassian.jira.issue.search.searchers.util with type parameters of type IssueConstant
 class IssueConstantIndexedInputHelper<T extends IssueConstant>
          Extension of DefaultIndexedInputHelper that knows how to create SingleValueOperands by resolving ids to Issue Constant names.
 

Uses of IssueConstant in com.atlassian.jira.issue.statistics
 

Methods in com.atlassian.jira.issue.statistics that return IssueConstant
 IssueConstant AbstractConstantStatisticsMapper.getValueFromLuceneField(String documentValue)
           
 

Methods in com.atlassian.jira.issue.statistics that return types with arguments of type IssueConstant
 Comparator<IssueConstant> ReversePriorityStatisticsMapper.getComparator()
           
 Comparator<IssueConstant> IssueTypeStatisticsMapper.getComparator()
           
 Comparator<IssueConstant> AbstractConstantStatisticsMapper.getComparator()
           
 SearchRequestAppender<IssueConstant> PriorityStatisticsMapper.getSearchRequestAppender()
           
 SearchRequestAppender<IssueConstant> IssueTypeStatisticsMapper.getSearchRequestAppender()
           
 SearchRequestAppender<IssueConstant> StatusStatisticsMapper.getSearchRequestAppender()
           
 SearchRequestAppender<IssueConstant> ResolutionStatisticsMapper.getSearchRequestAppender()
           
 

Methods in com.atlassian.jira.issue.statistics with parameters of type IssueConstant
 SearchRequest AbstractConstantStatisticsMapper.getSearchUrlSuffix(IssueConstant value, SearchRequest searchRequest)
           
 boolean AbstractConstantStatisticsMapper.isValidValue(IssueConstant value)
           
 

Uses of IssueConstant in com.atlassian.jira.issue.status
 

Subinterfaces of IssueConstant in com.atlassian.jira.issue.status
 interface Status
           
 

Classes in com.atlassian.jira.issue.status that implement IssueConstant
 class MockStatus
           
 class StatusImpl
           
 

Uses of IssueConstant in com.atlassian.jira.jql.resolver
 

Classes in com.atlassian.jira.jql.resolver with type parameters of type IssueConstant
 class IssueConstantInfoResolver<T extends IssueConstant>
          Resolves index info with a lucene field using the id of the domain object T to get the indexed values from a NameResolver<T> .
 

Uses of IssueConstant in com.atlassian.jira.jql.values
 

Methods in com.atlassian.jira.jql.values that return types with arguments of type IssueConstant
protected  List<IssueConstant> PriorityClauseValuesGenerator.getAllConstants()
           
protected  List<IssueConstant> ResolutionClauseValuesGenerator.getAllConstants()
           
protected  List<IssueConstant> IssueTypeClauseValuesGenerator.getAllConstants()
           
protected abstract  List<IssueConstant> AbstractIssueConstantValuesGenerator.getAllConstants()
           
protected  List<IssueConstant> StatusClauseValuesGenerator.getAllConstants()
           
 

Uses of IssueConstant in com.atlassian.jira.mock
 

Methods in com.atlassian.jira.mock that return IssueConstant
 IssueConstant MockConstantsManager.getConstantByNameIgnoreCase(String constantType, String name)
           
 IssueConstant MockConstantsManager.getConstantObject(String constantType, String id)
           
 IssueConstant MockConstantsManager.getIssueConstant(org.ofbiz.core.entity.GenericValue issueConstantGV)
           
 IssueConstant MockConstantsManager.getIssueConstantByName(String constantType, String name)
           
 

Methods in com.atlassian.jira.mock with parameters of type IssueConstant
 void MockConstantsManager.invalidate(IssueConstant issueConstant)
           
 

Uses of IssueConstant in com.atlassian.jira.plugin.report.impl
 

Methods in com.atlassian.jira.plugin.report.impl that return IssueConstant
 IssueConstant AbstractReport.getIssueConstant(org.ofbiz.core.entity.GenericValue issueConstantGV)
           
 

Uses of IssueConstant in com.atlassian.jira.web.action.admin.translation
 

Methods in com.atlassian.jira.web.action.admin.translation that return types with arguments of type IssueConstant
 Collection<IssueConstant> ViewTranslations.getIssueConstants()
           
 

Methods in com.atlassian.jira.web.action.admin.translation with parameters of type IssueConstant
 void TranslationManagerImpl.deleteIssueConstantTranslation(IssueConstant issueConstant, String issueConstantPrefix, Locale locale)
           
 void TranslationManager.deleteIssueConstantTranslation(IssueConstant issueConstant, String issueConstantPrefix, Locale locale)
           
 String ViewTranslations.getDescKey(IssueConstant issueConstant)
           
 String TranslationManagerImpl.getIssueConstantTranslation(IssueConstant issueConstant, boolean name, Locale locale)
           
 String TranslationManager.getIssueConstantTranslation(IssueConstant issueConstant, boolean name, Locale locale)
           
 String TranslationManagerImpl.getIssueConstantTranslation(IssueConstant issueConstant, boolean name, String locale)
           
 String TranslationManager.getIssueConstantTranslation(IssueConstant issueConstant, boolean name, String locale)
           
 String TranslationManagerImpl.getIssueConstantTranslation(IssueConstant issueConstant, boolean name, String locale, I18nHelper i18n)
          Extract the desired string (name/description) from the specified issue constant.
 String TranslationManager.getIssueConstantTranslation(IssueConstant issueConstant, boolean name, String locale, I18nHelper i18n)
           
 String ViewTranslations.getNameKey(IssueConstant issueConstant)
           
 String ViewTranslations.getTranslatedDesc(IssueConstant issueConstant)
           
 String ViewTranslations.getTranslatedName(IssueConstant issueConstant)
           
 boolean TranslationManagerImpl.hasLocaleTranslation(IssueConstant issueConstant, String locale)
           
 boolean TranslationManager.hasLocaleTranslation(IssueConstant issueConstant, String locale)
           
 void TranslationManagerImpl.setIssueConstantTranslation(IssueConstant issueConstant, String issueConstantPrefix, Locale locale, String translatedName, String translatedDesc)
           
 void TranslationManager.setIssueConstantTranslation(IssueConstant issueConstant, String issueConstantPrefix, Locale locale, String translatedName, String translatedDesc)
           
 

Uses of IssueConstant in com.atlassian.jira.web.component
 

Methods in com.atlassian.jira.web.component with parameters of type IssueConstant
 String IssueConstantWebComponent.getHtml(IssueConstant issueConstant)
           
 String IssueConstantWebComponent.getHtml(IssueConstant issueConstant, String imgClass)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.