public abstract class AbstractVersionRenderer extends AbstractProjectConstantsRenderer<VersionSearchInput,com.atlassian.jira.issue.search.searchers.renderer.VersionsOptions> implements SearchRenderer
AbstractProjectConstantsRenderer.GenericProjectConstantsLabelprojectManager, searchConstantsEDIT_TEMPLATE_SUFFIX, VIEW_TEMPLATE_SUFFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractVersionRenderer(SimpleFieldSearchConstantsWithEmpty constants,
String searcherNameKey,
ProjectManager projectManager,
VersionManager versionManager,
VelocityRequestContextFactory velocityRequestContextFactory,
ApplicationProperties applicationProperties,
VelocityTemplatingEngine templatingEngine,
FieldVisibilityManager fieldVisibilityManager,
PermissionManager permissionManager,
boolean unreleasedOptionsFirst) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
hasAnyValidOption(ApplicationUser searcher,
SearchContext searchContext) |
boolean |
isShown(ApplicationUser user,
SearchContext searchContext)
Checks if the searcher should be shown in this context on the Issue Navigator.
|
getEditHtml, getVelocityParams, getViewHtml, isRelevantForQuerygetI18n, isRelevantForQuery, renderEditTemplate, renderViewTemplateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEditHtml, getViewHtml, isRelevantForQueryprotected AbstractVersionRenderer(SimpleFieldSearchConstantsWithEmpty constants, String searcherNameKey, ProjectManager projectManager, VersionManager versionManager, VelocityRequestContextFactory velocityRequestContextFactory, ApplicationProperties applicationProperties, VelocityTemplatingEngine templatingEngine, FieldVisibilityManager fieldVisibilityManager, PermissionManager permissionManager, boolean unreleasedOptionsFirst)
public boolean isShown(ApplicationUser user, SearchContext searchContext)
SearchRendererisShown in interface SearchRendererisShown in class AbstractProjectConstantsRenderer<VersionSearchInput,com.atlassian.jira.issue.search.searchers.renderer.VersionsOptions>user - performing this action.searchContext - the context of the search (i.e. projects and issue types selected).protected boolean hasAnyValidOption(ApplicationUser searcher, SearchContext searchContext)
Copyright © 2002-2022 Atlassian. All Rights Reserved.